SSLRxAntiqueClientHello Function

Microchip TCP/IP Stack

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

Receives the SSLv2 ClientHello message, initiating a new SSL session with a client

Preconditions

Handshake hasher is started, and SSL has a stub assigned.

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

None

Side Effects

None

Remarks

This is the only SSLv2 message we support, and is provided for browsers seeking backwards compatibility. Connections must be upgraded to SSLv3.0 immediately following, otherwise the connection will fail.

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