Home
last modified time | relevance | path

Searched refs:sslctx (Results 1 – 2 of 2) sorted by relevance

/freebsd-9-stable/contrib/openbsm/bin/auditdistd/
Dproto_tls.c343 SSL_CTX *sslctx; in tls_exec_client() local
384 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() local
671 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()
/freebsd-9-stable/crypto/openssl/doc/ssl/
DSSL_CTX_set_tlsext_ticket_key_cb.pod11 long SSL_CTX_set_tlsext_ticket_key_cb(SSL_CTX sslctx,
19 session tickets for the ssl context I<sslctx>. Session tickets, defined in