C
static void SSLTxCCSFin( TCP_SOCKET hTCP );
Description
Generates the session keys from the master secret, then allocates and generates the encryption context. Once processing is complete, transmits the Change Cipher Spec message and the Finished handshake message to the server.
Preconditions
sslStub is synchronized, and the current session has a valid pre-master secret to use.
Parameters
Parameters |
Description |
hTCP |
the TCP Socket to write the message to |
Returns
None
Side Effects
None
Remarks
None