Searched refs:SSL_OP_NO_SSLv3 (Results 1 - 18 of 18) sorted by relevance

/external/conscrypt/src/gen/native/
H A Dgenerate_constants.cc85 CONST(SSL_OP_NO_SSLv3);
/external/boringssl/src/tool/
H A Dserver.cc99 SSL_CTX_set_options(ctx, SSL_OP_NO_SSLv3);
/external/conscrypt/src/main/java/org/conscrypt/
H A DNativeCrypto.java937 long optionsToSet = (NativeConstants.SSL_OP_NO_SSLv3 | NativeConstants.SSL_OP_NO_TLSv1 | NativeConstants.SSL_OP_NO_TLSv1_1 | NativeConstants.SSL_OP_NO_TLSv1_2);
942 optionsToSet &= ~NativeConstants.SSL_OP_NO_SSLv3;
943 optionsToClear |= NativeConstants.SSL_OP_NO_SSLv3;
/external/conscrypt/src/test/java/org/conscrypt/
H A DNativeCryptoTest.java331 assertTrue((NativeCrypto.SSL_get_options(s) & NativeConstants.SSL_OP_NO_SSLv3) == 0);
547 assertTrue((NativeCrypto.SSL_get_options(s) & NativeConstants.SSL_OP_NO_SSLv3) == 0);
548 NativeCrypto.SSL_set_options(s, NativeConstants.SSL_OP_NO_SSLv3);
549 assertTrue((NativeCrypto.SSL_get_options(s) & NativeConstants.SSL_OP_NO_SSLv3) != 0);
563 assertTrue((NativeCrypto.SSL_get_options(s) & NativeConstants.SSL_OP_NO_SSLv3) == 0);
564 NativeCrypto.SSL_set_options(s, NativeConstants.SSL_OP_NO_SSLv3);
565 assertTrue((NativeCrypto.SSL_get_options(s) & NativeConstants.SSL_OP_NO_SSLv3) != 0);
566 NativeCrypto.SSL_clear_options(s, NativeConstants.SSL_OP_NO_SSLv3);
567 assertTrue((NativeCrypto.SSL_get_options(s) & NativeConstants.SSL_OP_NO_SSLv3) == 0);
/external/curl/lib/vtls/
H A Dopenssl.c1841 ctx_options |= SSL_OP_NO_SSLv3;
1846 ctx_options |= SSL_OP_NO_SSLv3;
1856 ctx_options |= SSL_OP_NO_SSLv3;
1863 ctx_options |= SSL_OP_NO_SSLv3;
1871 ctx_options |= SSL_OP_NO_SSLv3;
/external/boringssl/src/ssl/
H A Dssl_lib.c2348 if (!(ssl->options & SSL_OP_NO_SSLv3) && SSL3_VERSION <= max_version) {
2392 !(ssl->options & SSL_OP_NO_SSLv3)) {
2441 if (!(options & SSL_OP_NO_SSLv3) && (options & SSL_OP_NO_TLSv1)) {
2481 return !(ssl->options & SSL_OP_NO_SSLv3);
/external/boringssl/src/ssl/test/
H A Dbssl_shim.cc1175 SSL_set_options(ssl.get(), SSL_OP_NO_SSLv3);
/external/wpa_supplicant_8/hostapd/src/crypto/
H A Dtls_openssl.c954 SSL_CTX_set_options(ssl, SSL_OP_NO_SSLv3);
1333 options = SSL_OP_NO_SSLv2 | SSL_OP_NO_SSLv3 |
/external/wpa_supplicant_8/src/crypto/
H A Dtls_openssl.c954 SSL_CTX_set_options(ssl, SSL_OP_NO_SSLv3);
1333 options = SSL_OP_NO_SSLv2 | SSL_OP_NO_SSLv3 |
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Dtls_openssl.c954 SSL_CTX_set_options(ssl, SSL_OP_NO_SSLv3);
1333 options = SSL_OP_NO_SSLv2 | SSL_OP_NO_SSLv3 |
/external/boringssl/include/openssl/
H A Dssl.h3111 #define SSL_OP_NO_SSLv3 0x02000000L macro
/external/boringssl/src/include/openssl/
H A Dssl.h3111 #define SSL_OP_NO_SSLv3 0x02000000L macro
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 287 milliseconds