SSLTxCCSFin Function

Microchip TCP/IP Stack

Microchip TCP/IP Stack Help
SSLTxCCSFin Function
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

Microchip TCP/IP Stack 5.42.08 - June 15, 2013
Copyright © 2012 Microchip Technology, Inc.  All rights reserved.