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 729d6a3 commit d2ac0bcCopy full SHA for d2ac0bc
pkix/src/main/java/org/bouncycastle/pkix/jcajce/RFC3280CertPathUtilities.java
@@ -509,7 +509,7 @@ protected static Set processCRLF(
509
510
if (keyUsage == null)
511
{
512
- if (Properties.isOverrideSet("org.bouncycastle.x509.allow_ca_without_crl_sign"))
+ if (Properties.isOverrideSet("org.bouncycastle.x509.allow_ca_without_crl_sign", true))
513
514
checkKeys.add(validKeys.get(i));
515
}
0 commit comments