Searched refs:SSL_OP_NO_TLSv1_2 (Results 1 – 13 of 13) sorted by relevance
/external/boringssl/src/ssl/ |
D | ssl_versions.cc | 166 {TLS1_2_VERSION, SSL_OP_NO_TLSv1_2},
|
/external/rust/crates/quiche/deps/boringssl/src/ssl/ |
D | ssl_versions.cc | 166 {TLS1_2_VERSION, SSL_OP_NO_TLSv1_2},
|
/external/libevent/test/ |
D | regress_ssl.c | 176 #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/ |
D | openssl.c | 2338 *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/ |
D | ssl.h | 696 #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/ |
D | ssl.h | 696 #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/ |
D | tls_openssl.c | 3014 #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()
|
D | tls_wolfssl.c | 1252 wolfSSL_set_options(ssl, SSL_OP_NO_TLSv1_2); in tls_set_conn_flags()
|
/external/python/pyopenssl/src/OpenSSL/ |
D | SSL.py | 148 OP_NO_TLSv1_2 = _lib.SSL_OP_NO_TLSv1_2
|
/external/rust/crates/quiche/deps/boringssl/src/ssl/test/ |
D | test_config.cc | 1521 SSL_set_options(ssl.get(), SSL_OP_NO_TLSv1_2); in NewSSL()
|
/external/boringssl/src/ssl/test/ |
D | test_config.cc | 1582 SSL_set_options(ssl.get(), SSL_OP_NO_TLSv1_2); in NewSSL()
|
/external/python/cpython2/Modules/ |
D | _ssl.c | 4363 PyModule_AddIntConstant(m, "OP_NO_TLSv1_2", SSL_OP_NO_TLSv1_2); in init_ssl()
|
/external/python/cpython3/Modules/ |
D | _ssl.c | 6236 PyModule_AddIntConstant(m, "OP_NO_TLSv1_2", SSL_OP_NO_TLSv1_2); in PyInit__ssl()
|