You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/releasenotes.html
+5-2Lines changed: 5 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -27,12 +27,15 @@ <h3>2.1.2 Defects Fixed</h3>
27
27
<li>Overlapping input/output buffers in doFinal could result in data corruption. This has been fixed.</li>
28
28
<li>Fixed Grain-128AEAD decryption incorrectly handle MAC verification.</li>
29
29
<li>Add configurable header validation to prevent malicious header injection in PGP cleartext signed messages; Fix signature packet encoding issues in PGPSignature.join() and embedded signatures while phasing out legacy format.</li>
30
-
<li>Fixed ParallelHash initialization stall when using block size B=0</li>
30
+
<li>Fixed ParallelHash initialization stall when using block size B=0.</li>
31
+
<li>The PRF from the PBKDF2 function was been lost when PBMAC1 was initialized from protectionAlgorithm. This has been fixed.</li>
32
+
<li>The lowlevel DigestFactory was cloning MD5 when being asked to clone SHA1. This has been fixed.</li>
31
33
</ul>
32
34
<h3>2.1.3 Additional Features and Functionality</h3>
33
35
<ul>
34
36
<li>XWing implementation updated to draft-connolly-cfrg-xwing-kem/07/</li>
35
37
<li>Further support has been added for generation and use of PGP V6 keys</li>
38
+
<li>Additional validation has been added for armored headers in Cleartext Signed Messages.<li>
36
39
<li>The PQC signature algorithm proposal Mayo has been added to the low-level API and the BCPQC provider.</li>
37
40
<li>The PQC signature algorithm proposal Snova has been added to the low-level API and the BCPQC provider.</li>
38
41
<li>Support for ChaCha20-Poly1305 has been added to the CMS/SMIME APIs.</li>
@@ -43,7 +46,7 @@ <h3>2.1.3 Additional Features and Functionality</h3>
43
46
<li>Support for ML-DSA's external-mu calculation and signing has been added to the BC provider.</li>
44
47
<li>CMS now supports ML-DSA for SignedData generation.</li>
45
48
<li>Introduce high-level OpenPGP API for message creation/consumption and certificate evaluation.</li>
46
-
<li>Add JDK21 KEM API implementation for HQC algorithm.</li>
49
+
<li>Added JDK21 KEM API implementation for HQC algorithm.</li>
47
50
<li>BCJSSE: Strip trailing dot from hostname for SNI, endpointID checks.</li>
48
51
<li>BCJSSE: Draft support for ML-KEM updated (draft-connolly-tls-mlkem-key-agreement-05).</li>
49
52
<li>BCJSSE: Draft support for hybrid ECDHE-MLKEM (draft-ietf-tls-ecdhe-mlkem-00).</li>
0 commit comments