SSL_CLIENT_CLOSE Procedure

Closes an SSL connection and frees the local resources.

Usage

SSL_CLIENT_CLOSE, connection 

Input Parameters

connection—An SSL_BIO_CTX structure containing the connection information returned by SSL_CLIENT_CONNECT Function.

Keywords

None.

Discussion

Once this routine has been called, you must to re-establish a connection to the server using SSL_CLIENT_CONNECT if you wish to continue to communicate with it.

Example

For more information and to see this process in use, see the file ssl_demo.pro in the SSL_connect lib directory.

See Also

SSL_CLIENT_CONNECT, SSL_CLIENT_READ, SSL_CLIENT_WRITE, SSL_CONNECT_LOAD