Skip to content

Commit 53ae720

Browse files
committed
added missing item about PEM parsing change 1.78
1 parent 2aebe15 commit 53ae720

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/releasenotes.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ <h3>2.2.2 Defects Fixed</h3>
3030
<ul>
3131
<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>
3232
<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>
3434
<li>A check in the X.509 Extensions class preventing the parsing of empty extensions has been removed.</li>
3535
</ul>
3636

@@ -53,6 +53,7 @@ <h3>2.3.2 Defects Fixed</h3>
5353
<li>The missing module import of java.logging to the provider module has been added.</li>
5454
<li>GOST ASN.1 public key alg parameters are now compliant with <a href="https://datatracker.ietf.org/doc/rfc9215/">RFC 9215</a>.</li>
5555
<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>
5657
</ul>
5758
<h3>2.3.3 Additional Features and Functionality</h3>
5859
<ul>

0 commit comments

Comments
 (0)