Home
last modified time | relevance | path

Searched refs:SSL_OP_NO_TLSv1_2 (Results 1 – 8 of 8) sorted by relevance

/dragonfly/crypto/libressl/ssl/
H A Dssl_versions.c150 options |= SSL_OP_NO_TLSv1 | SSL_OP_NO_TLSv1_2; in ssl_enabled_tls_version_range()
157 else if ((options & SSL_OP_NO_TLSv1_2) == 0) in ssl_enabled_tls_version_range()
164 if ((options & SSL_OP_NO_TLSv1_2) && min_version < TLS1_2_VERSION) in ssl_enabled_tls_version_range()
/dragonfly/crypto/libressl/tls/
H A Dtls.c513 SSL_CTX_clear_options(ssl_ctx, SSL_OP_NO_TLSv1_2); in tls_configure_ssl()
521 SSL_CTX_set_options(ssl_ctx, SSL_OP_NO_TLSv1_2); in tls_configure_ssl()
/dragonfly/contrib/wpa_supplicant/src/crypto/
H A Dtls_openssl.c2934 #ifdef SSL_OP_NO_TLSv1_2 in tls_set_conn_flags()
2936 SSL_set_options(ssl, SSL_OP_NO_TLSv1_2); in tls_set_conn_flags()
2938 SSL_clear_options(ssl, SSL_OP_NO_TLSv1_2); in tls_set_conn_flags()
H A Dtls_wolfssl.c1245 wolfSSL_set_options(ssl, SSL_OP_NO_TLSv1_2); in tls_set_conn_flags()
/dragonfly/lib/libfetch/
H A Dcommon.c1065 ssl_ctx_options |= SSL_OP_NO_TLSv1_2; in fetch_ssl_setup_transport_layer()
/dragonfly/crypto/libressl/apps/openssl/
H A Ds_client.c681 .value = SSL_OP_NO_TLSv1_2,
H A Ds_server.c838 .value = SSL_OP_NO_TLSv1_2,
/dragonfly/crypto/libressl/include/openssl/
H A Dssl.h413 #define SSL_OP_NO_TLSv1_2 0x08000000L macro