Home
last modified time | relevance | path

Searched refs:SSL_OP_NO_TLSv1 (Results 1 – 14 of 14) sorted by relevance

/freebsd/crypto/openssl/ssl/
H A Dmethods.c40 IMPLEMENT_tls_meth_func(TLS1_VERSION, SSL_METHOD_NO_SUITEB, SSL_OP_NO_TLSv1, in IMPLEMENT_tls_meth_func()
71 IMPLEMENT_tls_meth_func(TLS1_VERSION, SSL_METHOD_NO_SUITEB, SSL_OP_NO_TLSv1, in IMPLEMENT_tls_meth_func()
104 IMPLEMENT_tls_meth_func(TLS1_VERSION, SSL_METHOD_NO_SUITEB, SSL_OP_NO_TLSv1, in IMPLEMENT_tls_meth_func()
H A Dssl_conf.c283 SSL_FLAG_TBL_INV("TLSv1", SSL_OP_NO_TLSv1), in cmd_Protocol()
769 {SSL_OP_NO_TLSv1, 0}, /* no_tls1 */
/freebsd/contrib/unbound/util/
H A Dnet_help.c1152 #if defined(SSL_OP_NO_TLSv1) && defined(SSL_OP_NO_TLSv1_1) in listen_sslctx_setup()
1154 if((SSL_CTX_set_options(ctx, SSL_OP_NO_TLSv1) & SSL_OP_NO_TLSv1) in listen_sslctx_setup()
1155 != SSL_OP_NO_TLSv1){ in listen_sslctx_setup()
/freebsd/contrib/ldns/
H A Ddane.c51 # ifdef SSL_OP_NO_TLSv1
52 const long NoOpenTLSv1 = SSL_OP_NO_TLSv1;
/freebsd/crypto/openssl/doc/man3/
H A DSSL_CTX_new.pod197 B<SSL_OP_NO_SSLv3>, B<SSL_OP_NO_TLSv1>, B<SSL_OP_NO_TLSv1_1>,
H A DSSL_CTX_set_options.pod253 =item SSL_OP_NO_SSLv3, SSL_OP_NO_TLSv1, SSL_OP_NO_TLSv1_1,
H A DSSL_CONF_cmd.pod245 setting the corresponding options B<SSL_OP_NO_SSLv3>, B<SSL_OP_NO_TLSv1>,
/freebsd/contrib/wpa/src/crypto/
H A Dtls_openssl.c3124 #ifdef SSL_OP_NO_TLSv1 in tls_set_conn_flags()
3126 SSL_set_options(ssl, SSL_OP_NO_TLSv1); in tls_set_conn_flags()
3128 SSL_clear_options(ssl, SSL_OP_NO_TLSv1); in tls_set_conn_flags()
3297 SSL_set_options(ssl, SSL_OP_NO_TLSv1); in tls_set_conn_flags()
H A Dtls_wolfssl.c1281 wolfSSL_set_options(ssl, SSL_OP_NO_TLSv1); in tls_set_conn_flags()
/freebsd/lib/libfetch/
H A Dcommon.c1043 ssl_ctx_options |= SSL_OP_NO_TLSv1; in fetch_ssl_setup_transport_layer()
/freebsd/crypto/openssl/include/openssl/
H A Dssl.h419 # define SSL_OP_NO_TLSv1 SSL_OP_BIT(26) macro
438 ( SSL_OP_NO_SSLv3 | SSL_OP_NO_TLSv1 | SSL_OP_NO_TLSv1_1 \
H A Dssl.h.in396 # define SSL_OP_NO_TLSv1 SSL_OP_BIT(26) macro
415 ( SSL_OP_NO_SSLv3 | SSL_OP_NO_TLSv1 | SSL_OP_NO_TLSv1_1 \
/freebsd/contrib/sendmail/src/
H A Dreadcf.c2360 # ifdef SSL_OP_NO_TLSv1
2361 { "SSL_OP_NO_TLSv1", SSL_OP_NO_TLSv1 },
/freebsd/crypto/openssl/
H A DCHANGES.md8107 above, it's not sufficient to pass `SSL_OP_NO_TLSv1`, one has to pass
8108 `SSL_OP_NO_TLSv1|SSL_OP_NO_SSLv3|SSL_OP_NO_SSLv2`. This applies to
13374 available (sslv3_server_method() or SSL_OP_NO_TLSv1).