Skip to content

Commit edc97e2

Browse files
committed
Update release notes
1 parent 3bda4b5 commit edc97e2

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/releasenotes.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,14 @@ <h3>2.1.2 Defects Fixed</h3>
2727
<li>TLS: Avoid nonce reuse error in JCE AEAD workaround for pre-Java7.</li>
2828
<li>BCJSSE: Session binding map is now shared across all stages of the session lifecycle (SunJSSE compatibility).</li>
2929
<li>Fix CMCEPrivateKeyParameters#reconstructPublicKey method.</li>
30+
<li>Don't auto-close CBZip2InputStream at end-of-contents.</li>
3031
</ul>
3132
<h3>2.1.3 Additional Features and Functionality</h3>
3233
<ul>
3334
<li>SHA3Digest, CSHAKE, TupleHash, KMAC now provide support for Memoable and EncodableService.</li>
34-
<li>BCJSSE: Support for integrity-only cipher suites in TLS 1.3 per RFC 9150.</li>
35+
<li>BCJSSE: Added support for integrity-only cipher suites in TLS 1.3 per RFC 9150.</li>
36+
<li>BCJSSE: Added support for system properties "jdk.tls.client.maxInboundCertificateChainLength" and "jdk.tls.server.maxInboundCertificateChainLength".</li>
37+
<li>BCJSSE: Added support for ML-DSA signature schemes in TLS 1.3 per draft-ietf-tls-mldsa-00.</li>
3538
</ul>
3639

3740
<a id="r1rv81"><h3>2.2.1 Version</h3></a>

0 commit comments

Comments
 (0)