- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for checkForHostnameWithDoubleAsterisk (0.42 sec)
-
okhttp/src/test/java/okhttp3/CertificatePinnerTest.kt
.build() assertFailsWith<SSLPeerUnverifiedException> { certificatePinner.check("a.example.com", listOf(certC1.certificate)) } } @Test fun checkForHostnameWithDoubleAsterisk() { val certificatePinner = CertificatePinner.Builder() .add("**.example.co.uk", certA1Sha256Pin) .build() // Should be pinned:
Registered: Fri Nov 01 11:42:11 UTC 2024 - Last Modified: Mon Jan 08 01:13:22 UTC 2024 - 9.9K bytes - Viewed (0)