On Tue, 21 Apr 1998, Wolfgang Platzer wrote:
> Netscape and MSIE send only 1 SSLMessage which contains 3 Handshake
> messages:
>
> 1 - client certificate
> 2 - client key exchange
> 3 - certificate verify
>
> SSLeay sends 3 SSLMessages and each contains only one handshake message.
>
> SSLeay implements the protocol in a different way. Is this also correct???
They are both equally valid. It basically show how the software is packaging
things up. I belive I cache the output of the three messages and do only one
write system call, while MS caches them before sending the data to the record
encoding layer.
> I tried to connect to Microsoft IIS without success. Navigator and MSIE have
> no problems.
Which server, URL please. Some versions of IIS do weird thigns but we
happily talk to them here. I assume you are using SSLeay 0.8.x or above?
eric
+-------------------------------------------------------------------------+
| Administrative requests should be sent to [EMAIL PROTECTED] |
| List service provided by Open Software Associates, http://www.osa.com/ |
+-------------------------------------------------------------------------+