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 97412b2 commit 904ee4aCopy full SHA for 904ee4a
prov/src/main/java/org/bouncycastle/jce/provider/CertPathValidatorUtilities.java
@@ -1232,7 +1232,7 @@ static Collection findIssuerCerts(
1232
"Subject criteria for certificate selector to find issuer certificate could not be set.", e);
1233
}
1234
1235
- // RFC 3.5.12: explicitly disallows this - subject key identifier may be calculated differently
+ // RFC 4158: 3.5.12: explicitly disallows this - subject key identifier may be calculated differently
1236
// try
1237
// {
1238
// byte[] akiExtValue = cert.getExtensionValue(AUTHORITY_KEY_IDENTIFIER);
0 commit comments