Searched refs:SSL_OP_NO_TLSv1 (Results 1 – 14 of 14) sorted by relevance
/freebsd/crypto/openssl/ssl/ |
H A D | methods.c | 40 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 D | ssl_conf.c | 283 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 D | net_help.c | 1152 #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 D | dane.c | 51 # ifdef SSL_OP_NO_TLSv1 52 const long NoOpenTLSv1 = SSL_OP_NO_TLSv1;
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | SSL_CTX_new.pod | 197 B<SSL_OP_NO_SSLv3>, B<SSL_OP_NO_TLSv1>, B<SSL_OP_NO_TLSv1_1>,
|
H A D | SSL_CTX_set_options.pod | 253 =item SSL_OP_NO_SSLv3, SSL_OP_NO_TLSv1, SSL_OP_NO_TLSv1_1,
|
H A D | SSL_CONF_cmd.pod | 245 setting the corresponding options B<SSL_OP_NO_SSLv3>, B<SSL_OP_NO_TLSv1>,
|
/freebsd/contrib/wpa/src/crypto/ |
H A D | tls_openssl.c | 3124 #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 D | tls_wolfssl.c | 1281 wolfSSL_set_options(ssl, SSL_OP_NO_TLSv1); in tls_set_conn_flags()
|
/freebsd/lib/libfetch/ |
H A D | common.c | 1043 ssl_ctx_options |= SSL_OP_NO_TLSv1; in fetch_ssl_setup_transport_layer()
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | ssl.h | 419 # 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 D | ssl.h.in | 396 # 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 D | readcf.c | 2360 # ifdef SSL_OP_NO_TLSv1 2361 { "SSL_OP_NO_TLSv1", SSL_OP_NO_TLSv1 },
|
/freebsd/crypto/openssl/ |
H A D | CHANGES.md | 8107 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).
|