Home |
Function net_set_socket_secure Function net_get_ssl |
Function net_get_sslRetrieves the socket layer encryption context of a secure socket. void * net_get_ssl(SOCKET socket); ParameterssocketSocket to query. return valueThe socket layer encryption context or NULL if the operation failed. The socket must be in secure mode for this function to succeed. The returned value has OpenSSL type 'SSL *' and may be used with OpenSSL API functions. Function net_set_socket_secure
|