Home |
Function net_init_ssl |
Function net_init_sslBinds RTIP-32 to the OpenSSL library. void net_init_ssl(void * sctx); ParameterssctxThe default encryption context. Parameter sctx has OpenSSL type SSL_CTX * and must have been returned by OpenSSL function SSL_CTX_new. It is applied whenever function net_set_socket_secure is called with parameter sctx set to NULL. Please see demo programs SSLServer and SSLClient for examples how this function is used.
|