Home
last modified time | relevance | path

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

/dragonfly/crypto/libressl/ssl/
H A Dssl_versions.c148 options |= SSL_OP_NO_TLSv1 | SSL_OP_NO_TLSv1_1; in ssl_enabled_tls_version_range()
150 options |= SSL_OP_NO_TLSv1 | SSL_OP_NO_TLSv1_2; in ssl_enabled_tls_version_range()
153 if ((options & SSL_OP_NO_TLSv1) == 0) in ssl_enabled_tls_version_range()
168 if ((options & SSL_OP_NO_TLSv1) && min_version < TLS1_VERSION) in ssl_enabled_tls_version_range()
/dragonfly/contrib/ldns/
H A Ddane.c51 # ifdef SSL_OP_NO_TLSv1
52 const long NoOpenTLSv1 = SSL_OP_NO_TLSv1;
/dragonfly/crypto/libressl/tls/
H A Dtls.c511 SSL_CTX_clear_options(ssl_ctx, SSL_OP_NO_TLSv1); in tls_configure_ssl()
517 SSL_CTX_set_options(ssl_ctx, SSL_OP_NO_TLSv1); in tls_configure_ssl()
/dragonfly/contrib/wpa_supplicant/src/crypto/
H A Dtls_openssl.c2922 #ifdef SSL_OP_NO_TLSv1 in tls_set_conn_flags()
2924 SSL_set_options(ssl, SSL_OP_NO_TLSv1); in tls_set_conn_flags()
2926 SSL_clear_options(ssl, SSL_OP_NO_TLSv1); in tls_set_conn_flags()
3050 SSL_set_options(ssl, SSL_OP_NO_TLSv1); in tls_set_conn_flags()
H A Dtls_wolfssl.c1241 wolfSSL_set_options(ssl, SSL_OP_NO_TLSv1); in tls_set_conn_flags()
/dragonfly/lib/libfetch/
H A Dcommon.c1061 ssl_ctx_options |= SSL_OP_NO_TLSv1; in fetch_ssl_setup_transport_layer()
/dragonfly/crypto/libressl/apps/openssl/
H A Ds_client.c667 .value = SSL_OP_NO_TLSv1,
H A Ds_server.c824 .value = SSL_OP_NO_TLSv1,
/dragonfly/crypto/libressl/include/openssl/
H A Dssl.h412 #define SSL_OP_NO_TLSv1 0x04000000L macro