C
static void SSLRxAntiqueClientHello( TCP_SOCKET hTCP );
Description
Receives the SSLv2 ClientHello message, initiating a new SSL session with a client
Preconditions
Handshake hasher is started, and SSL has a stub assigned.
Parameters
Parameters |
Description |
hTCP |
the TCP Socket to send the message to |
Returns
None
Side Effects
None
Remarks
This is the only SSLv2 message we support, and is provided for browsers seeking backwards compatibility. Connections must be upgraded to SSLv3.0 immediately following, otherwise the connection will fail.