Searched refs:SSL_OP_NO_TLSv1_3 (Results 1 – 11 of 11) sorted by relevance
/external/boringssl/src/ssl/ |
D | ssl_versions.cc | 167 {TLS1_3_VERSION, SSL_OP_NO_TLSv1_3},
|
/external/rust/crates/quiche/deps/boringssl/src/ssl/ |
D | ssl_versions.cc | 167 {TLS1_3_VERSION, SSL_OP_NO_TLSv1_3},
|
/external/wpa_supplicant_8/src/crypto/ |
D | tls_openssl.c | 3020 #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/ |
D | openssl.c | 2381 *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/ |
D | SSL.py | 150 OP_NO_TLSv1_3 = _lib.SSL_OP_NO_TLSv1_3
|
/external/python/cpython2/Modules/ |
D | _ssl.c | 4365 #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/ |
D | test_config.cc | 1518 SSL_set_options(ssl.get(), SSL_OP_NO_TLSv1_3); in NewSSL()
|
/external/boringssl/src/ssl/test/ |
D | test_config.cc | 1579 SSL_set_options(ssl.get(), SSL_OP_NO_TLSv1_3); in NewSSL()
|
/external/python/cpython3/Modules/ |
D | _ssl.c | 6237 #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/ |
D | ssl.h | 698 #define SSL_OP_NO_TLSv1_3 0x20000000L macro
|
/external/boringssl/src/include/openssl/ |
D | ssl.h | 698 #define SSL_OP_NO_TLSv1_3 0x20000000L macro
|