C
static void SSLTxClientKeyExchange( TCP_SOCKET hTCP );
Description
Transmits the encrypted pre-master secret to the server and requests the Change Cipher Spec. Also generates the Master Secret from the pre-master secret that was used.
Preconditions
sslStub is synchronized, sslStub.dwTemp.v[1] contains the length of the public key, and the RxBuffer contains the encrypted pre-master secret at address 0x80.
Parameters
Parameters |
Description |
hTCP |
the TCP Socket to write the message to |
Returns
None
Side Effects
None
Remarks
None