Home
last modified time | relevance | path

Searched refs:TLS_FALLBACK_SCSV (Results 1 – 4 of 4) sorted by relevance

/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
DFallbackTestClientSocketFactory.java37 public static final String TLS_FALLBACK_SCSV = "TLS_FALLBACK_SCSV"; field in FallbackTestClientSocketFactory
56 if (!suite.equals(TLS_FALLBACK_SCSV)) { in setEnabledCipherSuites()
/external/conscrypt/common/src/main/java/org/conscrypt/
DNativeCrypto.java804 private static final String TLS_FALLBACK_SCSV = "TLS_FALLBACK_SCSV"; field in NativeCrypto
830 SUPPORTED_TLS_1_2_CIPHER_SUITES[size / 2 + 1] = TLS_FALLBACK_SCSV;
1101 if (cipherSuite.equals(TLS_FALLBACK_SCSV) in setEnabledCipherSuites()
1122 || cipherSuites[i].equals(TLS_FALLBACK_SCSV)) { in checkEnabledCipherSuites()
/external/conscrypt/repackaged/common/src/main/java/com/android/org/conscrypt/
DNativeCrypto.java837 private static final String TLS_FALLBACK_SCSV = "TLS_FALLBACK_SCSV"; field in NativeCrypto
863 SUPPORTED_TLS_1_2_CIPHER_SUITES[size / 2 + 1] = TLS_FALLBACK_SCSV;
1134 if (cipherSuite.equals(TLS_FALLBACK_SCSV) in setEnabledCipherSuites()
1155 || cipherSuites[i].equals(TLS_FALLBACK_SCSV)) { in checkEnabledCipherSuites()
/external/okhttp/
DCHANGELOG.md354 * New: Support for `TLS_FALLBACK_SCSV`.