SSLTxServerCertificate Function

Microchip TCP/IP Stack

Microchip TCP/IP Stack Help
SSLTxServerCertificate Function
C
static void SSLTxServerCertificate(
    TCP_SOCKET hTCP
);
Description

Transmits the Certificate message with the server's specified public key certificate.

Preconditions

None

Parameters
Parameters 
Description 
hTCP 
the TCP Socket to send the message to 
Returns

None

Side Effects

None

Remarks

Certificate is defined in CustomSSLCert.c. This function requires special handling for partial records because the certificate will likely be larger than the TCP buffer, and SSL handshake messages are constrained to fit in a single SSL handshake record

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