TCPStartSSLServer Function

Microchip TCP/IP Stack

Microchip TCP/IP Stack Help
TCPStartSSLServer Function
C
BOOL TCPStartSSLServer(
    TCP_SOCKET hTCP
);
Description

This function sets up an SSL server session when a new connection is established on an SSL port.

Preconditions

TCP is initialized and hTCP is already connected.

Parameters
Parameters 
Description 
hTCP 
TCP connection to secure 
Return Values
Return Values 
Description 
TRUE 
an SSL connection was initiated 
FALSE 
Insufficient SSL resources (stubs) were available 
Microchip TCP/IP Stack 5.42.08 - June 15, 2013
Copyright © 2012 Microchip Technology, Inc.  All rights reserved.