Home
last modified time | relevance | path

Searched refs:TLS_FALLBACK_SCSV (Results 1 – 3 of 3) 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.java671 static final String TLS_FALLBACK_SCSV = "TLS_FALLBACK_SCSV"; field in NativeCrypto
692 SUPPORTED_CIPHER_SUITES[size / 2 + 1] = TLS_FALLBACK_SCSV;
910 if (cipherSuite.equals(TLS_FALLBACK_SCSV)) { in setEnabledCipherSuites()
929 || cipherSuites[i].equals(TLS_FALLBACK_SCSV)) { in checkEnabledCipherSuites()
/external/okhttp/
DCHANGELOG.md354 * New: Support for `TLS_FALLBACK_SCSV`.