Home
last modified time | relevance | path

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

/external/conscrypt/src/gen/native/
Dgenerate_constants.cc86 CONST(SSL_OP_NO_TLSv1); in main()
/external/conscrypt/src/main/java/org/conscrypt/
DNativeCrypto.java937 …long optionsToSet = (NativeConstants.SSL_OP_NO_SSLv3 | NativeConstants.SSL_OP_NO_TLSv1 | NativeCon… in setEnabledProtocols()
945 optionsToSet &= ~NativeConstants.SSL_OP_NO_TLSv1; in setEnabledProtocols()
946 optionsToClear |= NativeConstants.SSL_OP_NO_TLSv1; in setEnabledProtocols()
/external/boringssl/src/ssl/
Dssl_lib.c2345 if (!(ssl->options & SSL_OP_NO_TLSv1) && TLS1_VERSION <= max_version) { in ssl3_get_max_server_version()
2389 !(ssl->options & SSL_OP_NO_TLSv1)) { in ssl3_get_mutual_version()
2438 if (!(options & SSL_OP_NO_TLSv1) && (options & SSL_OP_NO_TLSv1_1)) { in ssl3_get_max_client_version()
2441 if (!(options & SSL_OP_NO_SSLv3) && (options & SSL_OP_NO_TLSv1)) { in ssl3_get_max_client_version()
2484 return !(ssl->options & SSL_OP_NO_TLSv1); in ssl3_is_version_enabled()
/external/curl/lib/vtls/
Dopenssl.c1831 ctx_options |= SSL_OP_NO_TLSv1; in ossl_connect_step1()
1857 ctx_options |= SSL_OP_NO_TLSv1; in ossl_connect_step1()
1864 ctx_options |= SSL_OP_NO_TLSv1; in ossl_connect_step1()
1872 ctx_options |= SSL_OP_NO_TLSv1; in ossl_connect_step1()
/external/boringssl/src/include/openssl/
Dssl.h3112 #define SSL_OP_NO_TLSv1 0x04000000L macro
3115 #define SSL_OP_NO_DTLSv1 SSL_OP_NO_TLSv1
/external/wpa_supplicant_8/src/crypto/
Dtls_openssl.c2244 #ifdef SSL_OP_NO_TLSv1 in tls_set_conn_flags()
2246 SSL_set_options(ssl, SSL_OP_NO_TLSv1); in tls_set_conn_flags()
2248 SSL_clear_options(ssl, SSL_OP_NO_TLSv1); in tls_set_conn_flags()
/external/boringssl/src/ssl/test/
Dbssl_shim.cc1172 SSL_set_options(ssl.get(), SSL_OP_NO_TLSv1); in DoExchange()
/external/conscrypt/src/test/java/org/conscrypt/
DNativeCryptoTest.java332 assertTrue((NativeCrypto.SSL_get_options(s) & NativeConstants.SSL_OP_NO_TLSv1) == 0); in test_SSL_new()
/external/robolectric/v3/runtime/
Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...