Skip to content

Commit 9c49ab5

Browse files
committed
final updates
1 parent 8ecc0b3 commit 9c49ab5

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

CONTRIBUTORS.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -558,9 +558,12 @@
558558
<li>Marcono1234 &lt;https://github.com/Marcono1234&gt; - Updates to OpenBSDBCrypt JavaDoc.</li>
559559
<li>DawidM &lt;https://github.com/dawmit&gt; - Implementation of EC J-PAKE.</li>
560560
<li>Syed Quasim &lt;https://github.com/HawkItzme&gt; - lint checker fix for EST getTrustAllTrustManager().</li>
561-
<li>winfriedgerlach &lt;https://github.com/winfriedgerlach&gt; - patch to SecretKeyUtil class.</li>
561+
<li>winfriedgerlach &lt;https://github.com/winfriedgerlach&gt; - patch to SecretKeyUtil class, patch to DigestFactory cloner for SHA-1.</li>
562562
<li>feuxfollets1013 &lt;https://github.com/feuxfollets1013&gt; - Initial add JDK21 KEM API implementation for HQC algorithm.</li>
563+
<li>cragkhit &lt;https://github.com/cragkhit&gt; - addition of null check in some test utility methods to avoid needless exceptions.</li>
563564
<li>zhsnew &lt;https://github.com/zhsnew&gt; - correct AsconCXof128 implementation and add test vectors</li>
565+
<li>mt-johan &lt;https://github.com/mt-johan&gt; - patch to preserve PRF on initializing from protectionAlgorithm with PBMAC1.</li>
566+
<li>oscerd &lt;https://github.com/oscerd&gt; - comment corrections in GMSSRootSig.java.</li>
564567
</ul>
565568
</body>
566569
</html>

docs/releasenotes.html

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,15 @@ <h3>2.1.2 Defects Fixed</h3>
2727
<li>Overlapping input/output buffers in doFinal could result in data corruption. This has been fixed.</li>
2828
<li>Fixed Grain-128AEAD decryption incorrectly handle MAC verification.</li>
2929
<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>
3133
</ul>
3234
<h3>2.1.3 Additional Features and Functionality</h3>
3335
<ul>
3436
<li>XWing implementation updated to draft-connolly-cfrg-xwing-kem/07/</li>
3537
<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>
3639
<li>The PQC signature algorithm proposal Mayo has been added to the low-level API and the BCPQC provider.</li>
3740
<li>The PQC signature algorithm proposal Snova has been added to the low-level API and the BCPQC provider.</li>
3841
<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>
4346
<li>Support for ML-DSA's external-mu calculation and signing has been added to the BC provider.</li>
4447
<li>CMS now supports ML-DSA for SignedData generation.</li>
4548
<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>
4750
<li>BCJSSE: Strip trailing dot from hostname for SNI, endpointID checks.</li>
4851
<li>BCJSSE: Draft support for ML-KEM updated (draft-connolly-tls-mlkem-key-agreement-05).</li>
4952
<li>BCJSSE: Draft support for hybrid ECDHE-MLKEM (draft-ietf-tls-ecdhe-mlkem-00).</li>

0 commit comments

Comments
 (0)