Skip to content

Commit

Permalink
added mention of BCTLS method fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dghgit committed Jul 30, 2023
1 parent c8229b1 commit 91c3c60
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/releasenotes.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ <h3>2.1.2 Defects Fixed</h3>
<li>BCJSSE: Fixed a regression in 1.74 (NullPointerException) that prevents a BCJSSE server from negotiating TLSv1.1 or earlier.</li>
<li>DTLS: Fixed server support for client_certificate_type extension.</li>
<li>Cipher.unwrap() for HQC could fail due to a miscalculation of the length of the KEM packet. This has been fixed.</li>
<li>There was exposure to a Java 7 method in the Java 5 to Java 8 BCTLS jar which could cause issues with some TLS 1.2 cipher suites running on older JVMs. This is now fixed.</li>
</ul>
<h3>2.1.3 Additional Features and Functionality</h3>
<ul>
Expand Down

0 comments on commit 91c3c60

Please sign in to comment.