Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for TLS_NULL_WITH_NULL_NULL (0.07 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. okhttp/src/jvmTest/kotlin/okhttp3/HandshakeTest.kt

          FakeSSLSession(
            "TLSv1.3",
            "TLS_NULL_WITH_NULL_NULL",
            arrayOf(serverCertificate.certificate, serverIntermediate.certificate),
            null,
          )
    
        assertFailsWith<IOException> {
          sslSession.handshake()
        }.also { expected ->
          assertThat(expected).hasMessage("cipherSuite == TLS_NULL_WITH_NULL_NULL")
        }
      }
    
      class FakeSSLSession(
    Created: Fri Apr 03 11:42:14 GMT 2026
    - Last Modified: Wed Mar 19 19:25:20 GMT 2025
    - 4.2K bytes
    - Click Count (0)
Back to Top