Searched refs:SSL_OP_NO_TLSv1_1 (Results 1 – 11 of 11) sorted by relevance
/external/boringssl/src/ssl/ |
D | ssl_versions.cc | 200 {TLS1_1_VERSION, SSL_OP_NO_TLSv1_1}, 211 options &= ~SSL_OP_NO_TLSv1_1; in ssl_get_version_range() 213 options |= SSL_OP_NO_TLSv1_1; in ssl_get_version_range()
|
/external/conscrypt/constants/src/gen/cpp/ |
D | generate_constants.cc | 71 CONST(SSL_OP_NO_TLSv1_1); in main()
|
/external/conscrypt/common/src/main/java/org/conscrypt/ |
D | NativeCrypto.java | 946 | NativeConstants.SSL_OP_NO_TLSv1_1 | NativeConstants.SSL_OP_NO_TLSv1_2); in setEnabledProtocols() 953 optionsToSet &= ~NativeConstants.SSL_OP_NO_TLSv1_1; in setEnabledProtocols() 954 optionsToClear |= NativeConstants.SSL_OP_NO_TLSv1_1; in setEnabledProtocols()
|
/external/libevent/test/ |
D | regress_ssl.c | 179 #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/ |
D | openssl.c | 1984 *ctx_options |= SSL_OP_NO_TLSv1_1; in set_ssl_version_min_max() 2007 *ctx_options |= SSL_OP_NO_TLSv1_1; in set_ssl_version_min_max() 2214 ctx_options |= SSL_OP_NO_TLSv1_1; in ossl_connect_step1() 2242 ctx_options |= SSL_OP_NO_TLSv1_1; in ossl_connect_step1()
|
/external/wpa_supplicant_8/src/crypto/ |
D | tls_openssl.c | 2471 #ifdef SSL_OP_NO_TLSv1_1 in tls_set_conn_flags() 2473 SSL_set_options(ssl, SSL_OP_NO_TLSv1_1); in tls_set_conn_flags() 2475 SSL_clear_options(ssl, SSL_OP_NO_TLSv1_1); in tls_set_conn_flags() 2528 SSL_set_options(ssl, SSL_OP_NO_TLSv1_1); in tls_set_conn_flags()
|
/external/conscrypt/openjdk/src/test/java/org/conscrypt/ |
D | NativeCryptoTest.java | 23 import static org.conscrypt.NativeConstants.SSL_OP_NO_TLSv1_1; 388 assertTrue((NativeCrypto.SSL_get_options(s, null) & SSL_OP_NO_TLSv1_1) == 0); in test_SSL_new()
|
/external/boringssl/src/include/openssl/ |
D | ssl.h | 650 #define SSL_OP_NO_TLSv1_1 0x10000000L macro
|
/external/boringssl/src/ssl/test/ |
D | bssl_shim.cc | 2003 SSL_set_options(ssl.get(), SSL_OP_NO_TLSv1_1); in DoConnection()
|
/external/python/cpython2/Modules/ |
D | _ssl.c | 4274 PyModule_AddIntConstant(m, "OP_NO_TLSv1_1", SSL_OP_NO_TLSv1_1); in init_ssl()
|
/external/python/cpython3/Modules/ |
D | _ssl.c | 5363 PyModule_AddIntConstant(m, "OP_NO_TLSv1_1", SSL_OP_NO_TLSv1_1); in PyInit__ssl()
|