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-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,11 @@ <h2>2.0 Release History</h2>
23
23
Date: 2026, TBD
24
24
<h3>2.1.2 Defects Fixed</h3>
25
25
<ul>
26
-
<li>Other provider public key conversions was failing with an exception for ML-DSA signature verification. This has been fixed.
26
+
<li>Other provider public key conversions was failing with an exception for ML-DSA signature verification. This has been fixed.</li>
27
+
</ul>
28
+
<h3>2.2.3 Additional Features and Functionality</h3>
29
+
<ul>
30
+
<li>The system/security property "org.bouncycastle.argon2.max_memory_exp" can now be used to set the maximum exponent for the memory setting in Argon2. Default value is (and max possible) is 30.</li>
0 commit comments