File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments