Home
last modified time | relevance | path

Searched refs:SSL_OP_NO_SSLv3 (Results 1 – 13 of 13) sorted by relevance

/freebsd-9-stable/crypto/openssl/ssl/
Ds23_srvr.c291 } else if (!(s->options & SSL_OP_NO_SSLv3)) { in ssl23_get_client_hello()
298 } else if (!(s->options & SSL_OP_NO_SSLv3)) { in ssl23_get_client_hello()
343 } else if (!(s->options & SSL_OP_NO_SSLv3)) { in ssl23_get_client_hello()
349 if (!(s->options & SSL_OP_NO_SSLv3)) { in ssl23_get_client_hello()
520 if (s->options & SSL_OP_NO_TLSv1 && s->options & SSL_OP_NO_SSLv3) in ssl23_get_client_hello()
Ds23_clnt.c222 } else if (!(s->options & SSL_OP_NO_SSLv3)) { in ssl23_client_hello()
534 if ((p[2] == SSL3_VERSION_MINOR) && !(s->options & SSL_OP_NO_SSLv3)) { in ssl23_get_server_hello()
Ds3_lib.c1975 if (!(s->options & SSL_OP_NO_SSLv3)) in ssl3_ctrl()
Dssl.h547 # define SSL_OP_NO_SSLv3 0x02000000L macro
/freebsd-9-stable/crypto/openssl/doc/ssl/
DSSL_CTX_new.pod63 SSL_OP_NO_SSLv3, SSL_OP_NO_TLSv1 options of the B<SSL_CTX_set_options()> or
DSSL_CTX_set_options.pod187 =item SSL_OP_NO_SSLv3
/freebsd-9-stable/contrib/openbsm/bin/auditdistd/
Dproto_tls.c392 SSL_CTX_set_options(sslctx, SSL_OP_NO_SSLv2 | SSL_OP_NO_SSLv3); in tls_exec_client()
675 SSL_CTX_set_options(sslctx, SSL_OP_NO_SSLv2 | SSL_OP_NO_SSLv3); in tls_exec_server()
/freebsd-9-stable/crypto/openssl/demos/tunala/
Dtunala.c483 ctx_options |= SSL_OP_NO_SSLv3; in main()
/freebsd-9-stable/lib/libfetch/
Dcommon.c678 ssl_ctx_options |= SSL_OP_NO_SSLv3; in fetch_ssl_setup_transport_layer()
/freebsd-9-stable/crypto/openssl/apps/
Ds_client.c546 off |= SSL_OP_NO_SSLv3; in MAIN()
Ds_server.c1012 off |= SSL_OP_NO_SSLv3; in MAIN()
/freebsd-9-stable/contrib/sendmail/src/
Dreadcf.c2202 #ifdef SSL_OP_NO_SSLv3
2203 { "SSL_OP_NO_SSLv3", SSL_OP_NO_SSLv3 },
/freebsd-9-stable/contrib/wpa/src/crypto/
Dtls_openssl.c915 options = SSL_OP_NO_SSLv2 | SSL_OP_NO_SSLv3 | in tls_connection_init()