Home
last modified time | relevance | path

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

/freebsd-head/contrib/unbound/util/
HDnet_help.c1234 if((SSL_CTX_set_options(ctx, SSL_OP_NO_SSLv3) & SSL_OP_NO_SSLv3) in listen_sslctx_setup()
1235 != SSL_OP_NO_SSLv3){ in listen_sslctx_setup()
1536 if((SSL_CTX_set_options(ctx, SSL_OP_NO_SSLv3) & SSL_OP_NO_SSLv3) in connect_sslctx_create()
1537 != SSL_OP_NO_SSLv3) { in connect_sslctx_create()
/freebsd-head/contrib/unbound/smallapp/
HDunbound-control.c564 if((SSL_CTX_set_options(ctx, SSL_OP_NO_SSLv3) & SSL_OP_NO_SSLv3) in setup_ctx()
565 != SSL_OP_NO_SSLv3) in setup_ctx()
/freebsd-head/contrib/ldns/
HDdane.c46 # ifdef SSL_OP_NO_SSLv3
47 const long NoOpenSSLv3 = SSL_OP_NO_SSLv3;
/freebsd-head/contrib/openbsm/bin/auditdistd/
HDproto_tls.c392 SSL_CTX_set_options(sslctx, SSL_OP_NO_SSLv2 | SSL_OP_NO_SSLv3); in tls_exec_client()
677 SSL_CTX_set_options(sslctx, SSL_OP_NO_SSLv2 | SSL_OP_NO_SSLv3); in tls_exec_server()
/freebsd-head/crypto/openssl/ssl/
HDssl_conf.c282 SSL_FLAG_TBL_INV("SSLv3", SSL_OP_NO_SSLv3), in cmd_Protocol()
768 {SSL_OP_NO_SSLv3, 0}, /* no_ssl3 */
HDssl_local.h2284 SSL_OP_NO_SSLv3, \
/freebsd-head/crypto/openssl/doc/man3/
HDSSL_CTX_new.pod197 B<SSL_OP_NO_SSLv3>, B<SSL_OP_NO_TLSv1>, B<SSL_OP_NO_TLSv1_1>,
HDSSL_CTX_set_options.pod253 =item SSL_OP_NO_SSLv3, SSL_OP_NO_TLSv1, SSL_OP_NO_TLSv1_1,
HDSSL_CONF_cmd.pod245 setting the corresponding options B<SSL_OP_NO_SSLv3>, B<SSL_OP_NO_TLSv1>,
/freebsd-head/lib/libfetch/
HDcommon.c1041 ssl_ctx_options = SSL_OP_ALL | SSL_OP_NO_SSLv3 | SSL_OP_NO_TICKET; in fetch_ssl_setup_transport_layer()
/freebsd-head/crypto/openssl/include/openssl/
HDssl.h418 # define SSL_OP_NO_SSLv3 SSL_OP_BIT(25) macro
438 ( SSL_OP_NO_SSLv3 | SSL_OP_NO_TLSv1 | SSL_OP_NO_TLSv1_1 \
HDssl.h.in395 # define SSL_OP_NO_SSLv3 SSL_OP_BIT(25) macro
415 ( SSL_OP_NO_SSLv3 | SSL_OP_NO_TLSv1 | SSL_OP_NO_TLSv1_1 \
/freebsd-head/contrib/sendmail/src/
HDreadcf.c2357 # ifdef SSL_OP_NO_SSLv3
2358 { "SSL_OP_NO_SSLv3", SSL_OP_NO_SSLv3 },
/freebsd-head/contrib/wpa/src/crypto/
HDtls_openssl.c1108 SSL_CTX_set_options(ssl, SSL_OP_NO_SSLv3); in tls_init()
1728 options = SSL_OP_NO_SSLv2 | SSL_OP_NO_SSLv3 | in tls_connection_init()
/freebsd-head/crypto/openssl/
HDCHANGES.md8108 `SSL_OP_NO_TLSv1|SSL_OP_NO_SSLv3|SSL_OP_NO_SSLv2`. This applies to