Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for testConscryptRequestLocalhostInsecure (0.14 seconds)

  1. android-test/src/androidDeviceTest/java/okhttp/android/test/OkHttpTest.kt

            assertEquals(TlsVersion.TLS_1_3, response.handshake?.tlsVersion)
          }
        } finally {
          Security.removeProvider("Conscrypt")
          client.close()
        }
      }
    
      @Test
      fun testConscryptRequestLocalhostInsecure() {
        try {
          Security.insertProviderAt(Conscrypt.newProviderBuilder().build(), 1)
    
          val clientCertificates =
            HandshakeCertificates
              .Builder()
    Created: Fri Apr 03 11:42:14 GMT 2026
    - Last Modified: Tue Jan 27 09:00:39 GMT 2026
    - 29.9K bytes
    - Click Count (0)
Back to Top