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
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@ <h3>2.2.2 Defects Fixed</h3>
30
30
<ul>
31
31
<li>The new dependency of the the PGP API on the bcutil jar was missing from the module jar, the OSGi manifest, and the Maven POM. This has been fixed.</li>
32
32
<li>Missing exports and duplicate imports have been added/removed from the OSGi manifests.</li>
33
-
<li>The OSGi manifests now have the same bundle IDs as 1.77 and lock down dependencies to the equivalent variations</li>
33
+
<li>The OSGi manifests now have the same bundle IDs as 1.77 and lock down dependencies to the equivalent variations.</li>
34
34
<li>A check in the X.509 Extensions class preventing the parsing of empty extensions has been removed.</li>
35
35
</ul>
36
36
@@ -53,6 +53,7 @@ <h3>2.3.2 Defects Fixed</h3>
53
53
<li>The missing module import of java.logging to the provider module has been added.</li>
54
54
<li>GOST ASN.1 public key alg parameters are now compliant with <ahref="https://datatracker.ietf.org/doc/rfc9215/">RFC 9215</a>.</li>
55
55
<li>An off-by-one error in the encoding for EccP256CurvePoint for ITS has been fixed.</li>
56
+
<li>PEM Parser now enforces PEM headers to start at the beginning of the line to be meaningful.</li>
56
57
</ul>
57
58
<h3>2.3.3 Additional Features and Functionality</h3>
0 commit comments