C
static void SSLRxClientHello( TCP_SOCKET hTCP );
Description
Receives the 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
None