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
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,9 @@ <h3>2.1.2 Defects Fixed</h3>
29
29
<h3>2.1.3 Additional Features and Functionality</h3>
30
30
<ul>
31
31
<li>BCJSSE: Added support for security property "jdk.tls.server.defaultDHEParameters" (disabled in FIPS mode).</li>
32
-
<li>BCJSSE: Added support for security property "org.bouncycastle.jsse.fips.allowGCMCiphersIn12" (false by default).</li>
32
+
<li>BCJSSE: Added support for signature_algorithms_cert configuration via "org.bouncycastle.jsse.client.SignatureSchemesCert" and "org.bouncycastle.jsse.server.SignatureSchemesCert" system properties or BCSSLParameters property "SignatureSchemesCert".</li>
33
+
<li>BCJSSE: Added support for boolean system property "org.bouncycastle.jsse.fips.allowGCMCiphersIn12" (false by default).</li>
34
+
<li>(D)TLS: Remove redundant verification of self-generated RSA signatures.</li>
0 commit comments