C
static void SSLTxClientHello( TCP_SOCKET hTCP );
Description
Transmits the ClientHello message to initiate a new SSL session with the server.
Preconditions
Enough space is available in hTCP to write the entire message.
Parameters
Parameters |
Description |
hTCP |
the TCP Socket to send the message to |
Returns
None
Side Effects
None
Remarks
None