Skip to content

Commit f309403

Browse files
committed
fixed typo date -> data
1 parent 742579b commit f309403

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/releasenotes.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ <h3>2.2.3 Additional Features and Functionality</h3>
5252
<li>BCJSSE: Added support for system properties "jdk.tls.client.maxInboundCertificateChainLength" and "jdk.tls.server.maxInboundCertificateChainLength".</li>
5353
<li>BCJSSE: Added support for ML-DSA signature schemes in TLS 1.3 per draft-ietf-tls-mldsa-00.</li>
5454
<li>The Composite post-quantum signatures implementation has been updated to the latest draft (07) <a href="https://datatracker.ietf.org/doc/html/draft-ietf-lamps-pq-composite-sigs">draft-ietf-lamps-pq-composite-sigs</a>.</li>
55-
<li>"<name>_PREHASH" implementations are now provided for all composite signatures to allow the hash of the date to be used instead of the actual data in signature calculation.</li>
55+
<li>"<name>_PREHASH" implementations are now provided for all composite signatures to allow the hash of the data to be used instead of the actual data in signature calculation.</li>
5656
<li>The gradle build can now be used to generate an Bill of Materials (BOM) file.</li>
5757
<li>It is now possible to configure the SignerInfoVerifierBuilder used by the SignedMailValidator class.</li>
5858
<li>The Ascon family of algorithms has been updated with the latest published changes.</li>

0 commit comments

Comments
 (0)