Skip to content

Commit d2ac0bc

Browse files
committed
added default setting for CRL sign check
1 parent 729d6a3 commit d2ac0bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkix/src/main/java/org/bouncycastle/pkix/jcajce/RFC3280CertPathUtilities.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -509,7 +509,7 @@ protected static Set processCRLF(
509509

510510
if (keyUsage == null)
511511
{
512-
if (Properties.isOverrideSet("org.bouncycastle.x509.allow_ca_without_crl_sign"))
512+
if (Properties.isOverrideSet("org.bouncycastle.x509.allow_ca_without_crl_sign", true))
513513
{
514514
checkKeys.add(validKeys.get(i));
515515
}

0 commit comments

Comments
 (0)