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 9fec6b2 commit 074f32bCopy full SHA for 074f32b
pkix/src/test/java/org/bouncycastle/cert/cmp/test/PQCTest.java
@@ -397,7 +397,7 @@ public void testMlKemRequestWithMlDsaCADirect()
397
assertEquals(true, Arrays.equals(new CMPCertificate(cert.toASN1Structure()).getEncoded(), recData));
398
399
// confirmation message calculation - this isn't actually required as part of the protocol, other than
400
- // to allow the user to confirm they received the certificate. A CA can publish at this point.
+ // to allow the user to confirm they received the certificate. A CA could have published prior to this point.
401
402
CertificateConfirmationContent content = new CertificateConfirmationContentBuilder()
403
.addAcceptedCertificate(cert, BigInteger.ONE)
0 commit comments