Skip to content

Commit c569173

Browse files
committed
Update release notes
1 parent 0aa6fb4 commit c569173

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

docs/releasenotes.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,12 @@ <h3>2.1.2 Defects Fixed</h3>
3030
<li>Align ML-KEM input validation with FIPS 203 IPD requirements.</li>
3131
<li>Make PEM parsing more forgiving of whitespace to align with RFC 7468 - Textual Encodings of PKIX, PKCS, and CMS Structures.</li>
3232
<li>Fix CCM length checks with large nonce sizes (n=12, n=13).</li>
33+
<li>EAC: Fixed the CertificateBody ASN.1 type to support an optional Certification Authority Reference in a Certificate Request.</li>
34+
<li>ASN.1: ObjectIdentifier (also Relative OID) parsing has been reworked to avoid denial-of-service attacks against the parser.
35+
The contents octets for both types are now also limited to 4096 bytes.</li>
36+
<li>BCJSSE: Fixed a missing null check on the result of PrivateKey.getEncoded(), which could cause issues for HSM RSA keys.</li>
37+
<li>BCJSSE: When endpoint identification is enabled and an SSL socket is not created with an explicit hostname (as happens
38+
with HttpsURLConnection), hostname verification could be performed against a DNS-resolved IP address. This has been fixed.</li>
3339
</ul>
3440
<h3>2.1.3 Additional Features and Functionality</h3>
3541
<ul>

0 commit comments

Comments
 (0)