You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/releasenotes.html
+1
Original file line number
Diff line number
Diff line change
@@ -28,6 +28,7 @@ <h3>2.1.2 Defects Fixed</h3>
28
28
<li>BCJSSE: Fixed a regression in 1.74 (NullPointerException) that prevents a BCJSSE server from negotiating TLSv1.1 or earlier.</li>
29
29
<li>DTLS: Fixed server support for client_certificate_type extension.</li>
30
30
<li>Cipher.unwrap() for HQC could fail due to a miscalculation of the length of the KEM packet. This has been fixed.</li>
31
+
<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>
31
32
</ul>
32
33
<h3>2.1.3 Additional Features and Functionality</h3>
0 commit comments