C
void TCPSSLHandleIncoming( TCP_SOCKET hTCP );
Description
This function processes incoming TCP data as an SSL record and performs any necessary repositioning and decrypting.
Preconditions
TCP is initialized, and hTCP is connected with an active SSL session.
Parameters
Parameters |
Description |
hTCP |
TCP connection to handle incoming data on |
Returns
None
Remarks
This function should never be called by an application. It is used only by the SSL module itself.