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 |