Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for Sectigo (0.19 seconds)

  1. okhttp-tls/src/test/java/okhttp3/tls/HandshakeCertificatesTest.kt

        val majorIssuers =
          listOf(
            "DigiCert",
            "Let's Encrypt",
            "ISRG", // Internet Security Research Group (Let's Encrypt parent)
            "GlobalSign",
            "Comodo",
            "Sectigo",
            "GeoTrust",
            "Entrust",
          )
        assertThat(names).matchesPredicate { strings ->
          strings.any { name -> majorIssuers.any { issuer -> name.contains(issuer, ignoreCase = true) } }
        }
    Created: Fri Apr 03 11:42:14 GMT 2026
    - Last Modified: Tue Feb 03 08:16:15 GMT 2026
    - 7.5K bytes
    - Click Count (0)
Back to Top