Skip to content

Commit 4b3d2c4

Browse files
committed
updated release notes
1 parent 518d846 commit 4b3d2c4

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docs/releasenotes.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,13 @@ <h2>2.0 Release History</h2>
2020

2121
<a id="r1rv83"><h3>2.1.1 Version</h3></a>
2222
Release: 1.83<br/>
23-
Date:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; TBD
23+
Date:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 2025, November 27th.
2424
<h3>2.1.2 Defects Fixed</h3>
2525
<ul>
2626
<li>Attempting to check a password on a stripped PGP would throw an exception. Checking the password on such a key will now always return false.</li>
2727
<li>Fixed an issue in KangarooTwelve where premature absorption caused erroneous 168-byte padding; absorption is now delayed so correct final-byte padding is applied.</li>
2828
<li>BCJSSE: Fix supported_versions creation for renegotiation handshake.</li>
29+
<li>(D)TLS: Reneg info now oly offered with pre-1.3.</li>
2930
</ul>
3031
<h3>2.1.3 Additional Features and Functionality</h3>
3132
<ul>
@@ -35,6 +36,9 @@ <h3>2.1.3 Additional Features and Functionality</h3>
3536
<li>Support for CMP direct POP for encryption keys using challenge/response has been added to the CMP/CRMF APIs.</li>
3637
<li>Support for SupportedCurves attribute to the BC provider</li>
3738
<li>BCJSSE: Added support for SLH-DSA signature schemes in TLS 1.3 per draft-reddy-tls-slhdsa-01.</li>
39+
<li>Support has been added for the Java 25 KDF API (current algorithms, PBKDF2, SCRYPT, and HKDF).</li>
40+
<li>Support for composite signatures is now included in CMS and timestamping.</li>
41+
<li>It is now possible to disable the Lenstra check in RSA where the public key is not available via the system/security property "org.bouncycastle.rsa.no_lenstra_check".</li>
3842
</ul>
3943

4044
<a id="r1rv82"><h3>2.2.1 Version</h3></a>

0 commit comments

Comments
 (0)