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 |