C
void SSLTxMessage( TCP_SOCKET hTCP, BYTE sslStubID, BYTE msg );
Description
This function transmits a specific SSL message for handshakes and alert messages. Supported messages are listed in SSL_MESSAGES.
Preconditions
The specified SSL stub is initialized and the TCP socket is connected.
Parameters
Parameters |
Description |
hTCP |
The TCP socket with data waiting to be transmitted |
id |
The active SSL stub ID |
msg |
One of the SSL_MESSAGES types to send |
Returns
None