Home
last modified time | relevance | path

Searched refs:SSL_OP_NO_TLSv1_3 (Results 1 – 11 of 11) sorted by relevance

/external/boringssl/src/ssl/
Dssl_versions.cc167 {TLS1_3_VERSION, SSL_OP_NO_TLSv1_3},
/external/rust/crates/quiche/deps/boringssl/src/ssl/
Dssl_versions.cc167 {TLS1_3_VERSION, SSL_OP_NO_TLSv1_3},
/external/wpa_supplicant_8/src/crypto/
Dtls_openssl.c3020 #ifdef SSL_OP_NO_TLSv1_3 in tls_set_conn_flags()
3022 SSL_set_options(ssl, SSL_OP_NO_TLSv1_3); in tls_set_conn_flags()
3024 SSL_clear_options(ssl, SSL_OP_NO_TLSv1_3); in tls_set_conn_flags()
5164 #ifdef SSL_OP_NO_TLSv1_3 in tls_connection_set_params()
5170 SSL_set_options(conn->ssl, SSL_OP_NO_TLSv1_3); in tls_connection_set_params()
/external/curl/lib/vtls/
Dopenssl.c2381 *ctx_options |= SSL_OP_NO_TLSv1_3; in set_ssl_version_min_max_legacy()
2638 ctx_options |= SSL_OP_NO_TLSv1_3; in ossl_connect_step1()
2656 ctx_options |= SSL_OP_NO_TLSv1_3; in ossl_connect_step1()
/external/python/pyopenssl/src/OpenSSL/
DSSL.py150 OP_NO_TLSv1_3 = _lib.SSL_OP_NO_TLSv1_3
/external/python/cpython2/Modules/
D_ssl.c4365 #ifdef SSL_OP_NO_TLSv1_3 in init_ssl()
4366 PyModule_AddIntConstant(m, "OP_NO_TLSv1_3", SSL_OP_NO_TLSv1_3); in init_ssl()
/external/rust/crates/quiche/deps/boringssl/src/ssl/test/
Dtest_config.cc1518 SSL_set_options(ssl.get(), SSL_OP_NO_TLSv1_3); in NewSSL()
/external/boringssl/src/ssl/test/
Dtest_config.cc1579 SSL_set_options(ssl.get(), SSL_OP_NO_TLSv1_3); in NewSSL()
/external/python/cpython3/Modules/
D_ssl.c6237 #ifdef SSL_OP_NO_TLSv1_3 in PyInit__ssl()
6238 PyModule_AddIntConstant(m, "OP_NO_TLSv1_3", SSL_OP_NO_TLSv1_3); in PyInit__ssl()
/external/rust/crates/quiche/deps/boringssl/src/include/openssl/
Dssl.h698 #define SSL_OP_NO_TLSv1_3 0x20000000L macro
/external/boringssl/src/include/openssl/
Dssl.h698 #define SSL_OP_NO_TLSv1_3 0x20000000L macro