We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1099f16 commit 4ddfe71Copy full SHA for 4ddfe71
android/rustls-platform-verifier/src/main/java/org/rustls/platformverifier/CertificateVerifier.kt
@@ -330,7 +330,10 @@ internal object CertificateVerifier {
330
331
revocationChecker.options = EnumSet.of(
332
PKIXRevocationChecker.Option.SOFT_FAIL,
333
- PKIXRevocationChecker.Option.ONLY_END_ENTITY
+ PKIXRevocationChecker.Option.ONLY_END_ENTITY,
334
335
+ PKIXRevocationChecker.Option.PREFER_CRLS,
336
+ PKIXRevocationChecker.Option.NO_FALLBACK
337
)
338
339
// Use the OCSP data `rustls` provided, if present.
0 commit comments