Home
last modified time | relevance | path

Searched refs:SSL_OP_NO_TLSv1_1 (Results 1 – 14 of 14) sorted by relevance

/external/boringssl/src/ssl/
Dssl_versions.cc165 {TLS1_1_VERSION, SSL_OP_NO_TLSv1_1},
176 options &= ~SSL_OP_NO_TLSv1_1; in ssl_get_version_range()
178 options |= SSL_OP_NO_TLSv1_1; in ssl_get_version_range()
/external/rust/crates/quiche/deps/boringssl/src/ssl/
Dssl_versions.cc165 {TLS1_1_VERSION, SSL_OP_NO_TLSv1_1},
176 options &= ~SSL_OP_NO_TLSv1_1; in ssl_get_version_range()
178 options |= SSL_OP_NO_TLSv1_1; in ssl_get_version_range()
/external/libevent/test/
Dregress_ssl.c179 #ifdef SSL_OP_NO_TLSv1_1 in get_ssl_ctx()
180 SSL_CTX_set_options(the_ssl_ctx, SSL_OP_NO_TLSv1_1); in get_ssl_ctx()
/external/curl/lib/vtls/
Dopenssl.c2349 *ctx_options |= SSL_OP_NO_TLSv1_1; in set_ssl_version_min_max_legacy()
2371 *ctx_options |= SSL_OP_NO_TLSv1_1; in set_ssl_version_min_max_legacy()
2635 ctx_options |= SSL_OP_NO_TLSv1_1; in ossl_connect_step1()
2653 ctx_options |= SSL_OP_NO_TLSv1_1; in ossl_connect_step1()
/external/wpa_supplicant_8/src/crypto/
Dtls_openssl.c3008 #ifdef SSL_OP_NO_TLSv1_1 in tls_set_conn_flags()
3010 SSL_set_options(ssl, SSL_OP_NO_TLSv1_1); in tls_set_conn_flags()
3012 SSL_clear_options(ssl, SSL_OP_NO_TLSv1_1); in tls_set_conn_flags()
3139 SSL_set_options(ssl, SSL_OP_NO_TLSv1_1); in tls_set_conn_flags()
Dtls_wolfssl.c1250 wolfSSL_set_options(ssl, SSL_OP_NO_TLSv1_1); in tls_set_conn_flags()
/external/python/pyopenssl/src/OpenSSL/
DSSL.py147 OP_NO_TLSv1_1 = _lib.SSL_OP_NO_TLSv1_1
/external/rust/crates/quiche/deps/boringssl/src/ssl/test/
Dtest_config.cc1524 SSL_set_options(ssl.get(), SSL_OP_NO_TLSv1_1); in NewSSL()
/external/boringssl/src/ssl/test/
Dtest_config.cc1585 SSL_set_options(ssl.get(), SSL_OP_NO_TLSv1_1); in NewSSL()
/external/libwebsockets/READMEs/
DREADME.lwsws.md259 # define SSL_OP_NO_TLSv1_1 0x10000000L
/external/rust/crates/quiche/deps/boringssl/src/include/openssl/
Dssl.h697 #define SSL_OP_NO_TLSv1_1 0x10000000L macro
/external/boringssl/src/include/openssl/
Dssl.h697 #define SSL_OP_NO_TLSv1_1 0x10000000L macro
/external/python/cpython2/Modules/
D_ssl.c4362 PyModule_AddIntConstant(m, "OP_NO_TLSv1_1", SSL_OP_NO_TLSv1_1); in init_ssl()
/external/python/cpython3/Modules/
D_ssl.c6235 PyModule_AddIntConstant(m, "OP_NO_TLSv1_1", SSL_OP_NO_TLSv1_1); in PyInit__ssl()