SSLStartSession Function

Microchip TCP/IP Stack

Microchip TCP/IP Stack Help
SSLStartSession Function
C
BYTE SSLStartSession(
    TCP_SOCKET hTCP, 
    void * buffer, 
    BYTE supDataType
);
Description

Begins a new SSL session for the given TCP connection.

Preconditions

SSL has been initialized and hTCP is connected.

Parameters
Parameters 
Description 
hTCP 
the socket to begin the SSL connection on 
buffer 
pointer to a supplementary data buffer 
supDataType 
type of supplementary data to store 
Return Values
Return Values 
Description 
insufficient SSL resources to start a new connection 
others 
the allocated SSL stub ID 
Microchip TCP/IP Stack 5.42.08 - June 15, 2013
Copyright © 2012 Microchip Technology, Inc.  All rights reserved.