Searched defs:g_ssl_ctx (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/RDP/client-1.8.3/
H A Dtcp.c71 static SSL_CTX *g_ssl_ctx = NULL; variable
320 if (g_ssl_ctx == NULL)
322 g_ssl_ctx = SSL_CTX_new(TLSv1_client_method());
323 if (g_ssl_ctx == NULL)
334 SSL_CTX_set_options(g_ssl_ctx, options);
342 g_ssl = SSL_new(g_ssl_ctx);
372 if (g_ssl_ctx)
373 SSL_CTX_free(g_ssl_ctx);
376 g_ssl_ctx = NULL;
548 SSL_CTX_free(g_ssl_ctx);
[all...]

Completed in 43 milliseconds