Home
last modified time | relevance | path

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

/external/boringssl/src/ssl/
Dssl_versions.cc176 {TLS1_3_VERSION, SSL_OP_NO_TLSv1_3},
/external/wpa_supplicant_8/src/crypto/
Dtls_openssl.c2879 #ifdef SSL_OP_NO_TLSv1_3 in tls_set_conn_flags()
2881 SSL_set_options(ssl, SSL_OP_NO_TLSv1_3); in tls_set_conn_flags()
2883 SSL_clear_options(ssl, SSL_OP_NO_TLSv1_3); in tls_set_conn_flags()
4842 #ifdef SSL_OP_NO_TLSv1_3 in tls_connection_set_params()
4848 SSL_set_options(conn->ssl, SSL_OP_NO_TLSv1_3); in tls_connection_set_params()
/external/curl/lib/vtls/
Dopenssl.c2217 *ctx_options |= SSL_OP_NO_TLSv1_3; in set_ssl_version_min_max()
2466 ctx_options |= SSL_OP_NO_TLSv1_3; in ossl_connect_step1()
2493 ctx_options |= SSL_OP_NO_TLSv1_3; in ossl_connect_step1()
/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/boringssl/src/ssl/test/
Dtest_config.cc1509 SSL_set_options(ssl.get(), SSL_OP_NO_TLSv1_3); in NewSSL()
/external/python/cpython3/Modules/
D_ssl.c5947 #ifdef SSL_OP_NO_TLSv1_3 in PyInit__ssl()
5948 PyModule_AddIntConstant(m, "OP_NO_TLSv1_3", SSL_OP_NO_TLSv1_3); in PyInit__ssl()
/external/boringssl/src/include/openssl/
Dssl.h672 #define SSL_OP_NO_TLSv1_3 0x20000000L macro