C
BOOL TCPSSLIsHandshaking( TCP_SOCKET hTCP );
Description
Call this function after calling TCPStartSSLClient until FALSE is returned. Then your application may continue with its normal data transfer (which is now secured).
Preconditions
TCP is initialized and hTCP is connected.
Parameters
Parameters |
Description |
hTCP |
TCP connection to check |
Return Values
Return Values |
Description |
TRUE |
SSL handshake is still progressing |
FALSE |
SSL handshake has completed |