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
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -24,13 +24,15 @@ <h2>2.0 Release History</h2>
24
24
<h3>2.1.2 Defects Fixed</h3>
25
25
<ul>
26
26
<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>
27
+
<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>
27
28
</ul>
28
29
<h3>2.1.3 Additional Features and Functionality</h3>
29
30
<ul>
30
31
<li>A generic "COMPOSITE" algorithm name has been added as a JCA Signature algorithm. The algorithm will identify the composite signature to use from the composite key passed in.</li>
31
32
<li>The composite signatures implementation has been updated to the final draft and now follows the submitted standard.</li>
32
33
<li>Support for the generation and use as trust anchors has been added for certificate signatures with id-alg-unsigned as the signature type.</li>
33
34
<li>Support for CMP direct POP for encryption keys using challenge/response has been added to the CMP/CRMF APIs.</li>
35
+
<li>Support for SupportedCurves attribute to the BC provider</li>
0 commit comments