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