Searched refs:sslctx (Results 1 – 2 of 2) sorted by relevance
343 SSL_CTX *sslctx; in tls_exec_client() local384 sslctx = SSL_CTX_new(TLSv1_client_method()); in tls_exec_client()385 if (sslctx == NULL) in tls_exec_client()392 SSL_CTX_set_options(sslctx, SSL_OP_NO_SSLv2 | SSL_OP_NO_SSLv3); in tls_exec_client()398 ssl = SSL_new(sslctx); in tls_exec_client()655 SSL_CTX *sslctx; in tls_exec_server() local671 sslctx = SSL_CTX_new(TLSv1_server_method()); in tls_exec_server()672 if (sslctx == NULL) in tls_exec_server()675 SSL_CTX_set_options(sslctx, SSL_OP_NO_SSLv2 | SSL_OP_NO_SSLv3); in tls_exec_server()677 ssl = SSL_new(sslctx); in tls_exec_server()
11 long SSL_CTX_set_tlsext_ticket_key_cb(SSL_CTX sslctx,19 session tickets for the ssl context I<sslctx>. Session tickets, defined in