Home
last modified time | relevance | path

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

/external/boringssl/src/ssl/
Dssl_versions.cc166 {TLS1_2_VERSION, SSL_OP_NO_TLSv1_2},
/external/rust/crates/quiche/deps/boringssl/src/ssl/
Dssl_versions.cc166 {TLS1_2_VERSION, SSL_OP_NO_TLSv1_2},
/external/libevent/test/
Dregress_ssl.c176 #ifdef SSL_OP_NO_TLSv1_2 in get_ssl_ctx()
177 SSL_CTX_set_options(the_ssl_ctx, SSL_OP_NO_TLSv1_2); in get_ssl_ctx()
/external/curl/lib/vtls/
Dopenssl.c2338 *ctx_options |= SSL_OP_NO_TLSv1_2; in set_ssl_version_min_max_legacy()
2376 *ctx_options |= SSL_OP_NO_TLSv1_2; in set_ssl_version_min_max_legacy()
2636 ctx_options |= SSL_OP_NO_TLSv1_2; in ossl_connect_step1()
2654 ctx_options |= SSL_OP_NO_TLSv1_2; in ossl_connect_step1()
/external/rust/crates/quiche/deps/boringssl/src/include/openssl/
Dssl.h696 #define SSL_OP_NO_TLSv1_2 0x08000000L macro
700 #define SSL_OP_NO_DTLSv1_2 SSL_OP_NO_TLSv1_2
/external/boringssl/src/include/openssl/
Dssl.h696 #define SSL_OP_NO_TLSv1_2 0x08000000L macro
700 #define SSL_OP_NO_DTLSv1_2 SSL_OP_NO_TLSv1_2
/external/wpa_supplicant_8/src/crypto/
Dtls_openssl.c3014 #ifdef SSL_OP_NO_TLSv1_2 in tls_set_conn_flags()
3016 SSL_set_options(ssl, SSL_OP_NO_TLSv1_2); in tls_set_conn_flags()
3018 SSL_clear_options(ssl, SSL_OP_NO_TLSv1_2); in tls_set_conn_flags()
Dtls_wolfssl.c1252 wolfSSL_set_options(ssl, SSL_OP_NO_TLSv1_2); in tls_set_conn_flags()
/external/python/pyopenssl/src/OpenSSL/
DSSL.py148 OP_NO_TLSv1_2 = _lib.SSL_OP_NO_TLSv1_2
/external/rust/crates/quiche/deps/boringssl/src/ssl/test/
Dtest_config.cc1521 SSL_set_options(ssl.get(), SSL_OP_NO_TLSv1_2); in NewSSL()
/external/boringssl/src/ssl/test/
Dtest_config.cc1582 SSL_set_options(ssl.get(), SSL_OP_NO_TLSv1_2); in NewSSL()
/external/python/cpython2/Modules/
D_ssl.c4363 PyModule_AddIntConstant(m, "OP_NO_TLSv1_2", SSL_OP_NO_TLSv1_2); in init_ssl()
/external/python/cpython3/Modules/
D_ssl.c6236 PyModule_AddIntConstant(m, "OP_NO_TLSv1_2", SSL_OP_NO_TLSv1_2); in PyInit__ssl()