- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for testDefaultHandshakeCipherSuiteOrderingTls13Modern (0.33 sec)
-
okhttp/src/test/java/okhttp3/CallHandshakeTest.kt
// TLS_RSA_WITH_AES_128_CBC_SHA assertThat(handshakeEnabledCipherSuites).containsExactly( *expectedConnectionCipherSuites(client).toTypedArray(), ) } @Test fun testDefaultHandshakeCipherSuiteOrderingTls13Modern() { // We are avoiding making guarantees on ordering of secondary Platforms. platform.assumeNotBouncyCastle() val client = makeClient(ConnectionSpec.MODERN_TLS, TlsVersion.TLS_1_3)
Registered: Fri Nov 01 11:42:11 UTC 2024 - Last Modified: Sat Jan 20 10:30:28 UTC 2024 - 11.2K bytes - Viewed (0)