Home
last modified time | relevance | path

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

/external/boringssl/src/ssl/
Dssl_versions.cc174 {TLS1_1_VERSION, SSL_OP_NO_TLSv1_1},
185 options &= ~SSL_OP_NO_TLSv1_1; in ssl_get_version_range()
187 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.c2185 *ctx_options |= SSL_OP_NO_TLSv1_1; in set_ssl_version_min_max()
2207 *ctx_options |= SSL_OP_NO_TLSv1_1; in set_ssl_version_min_max()
2463 ctx_options |= SSL_OP_NO_TLSv1_1; in ossl_connect_step1()
2490 ctx_options |= SSL_OP_NO_TLSv1_1; in ossl_connect_step1()
/external/wpa_supplicant_8/src/crypto/
Dtls_openssl.c2867 #ifdef SSL_OP_NO_TLSv1_1 in tls_set_conn_flags()
2869 SSL_set_options(ssl, SSL_OP_NO_TLSv1_1); in tls_set_conn_flags()
2871 SSL_clear_options(ssl, SSL_OP_NO_TLSv1_1); in tls_set_conn_flags()
2990 SSL_set_options(ssl, SSL_OP_NO_TLSv1_1); in tls_set_conn_flags()
Dtls_wolfssl.c1243 wolfSSL_set_options(ssl, SSL_OP_NO_TLSv1_1); in tls_set_conn_flags()
/external/boringssl/src/ssl/test/
Dtest_config.cc1515 SSL_set_options(ssl.get(), SSL_OP_NO_TLSv1_1); in NewSSL()
/external/boringssl/src/include/openssl/
Dssl.h671 #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.c5944 PyModule_AddIntConstant(m, "OP_NO_TLSv1_1", SSL_OP_NO_TLSv1_1); in PyInit__ssl()
/external/grpc-grpc-java/netty/shaded/
Dgrpc-netty-shaded-1.14.0.jarMETA-INF/ META-INF/MANIFEST.MF io/ io/grpc/ io/ ...