We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6543f9a + 46dccdd commit 67c976cCopy full SHA for 67c976c
tls/src/main/java/org/bouncycastle/jsse/provider/FipsUtils.java
@@ -15,7 +15,8 @@ abstract class FipsUtils
15
* A.5 (when GCM is used in TLS 1.2) and a mechanism has been integrated into this API accordingly to
16
* ensure that is the case.
17
*/
18
- private static final boolean provAllowGCMCiphersIn12 = false;
+ private static final boolean provAllowGCMCiphersIn12 = PropertyUtils
19
+ .getBooleanSystemProperty("org.bouncycastle.jsse.fips.allowGCMCiphersIn12", false);
20
21
private static final boolean provAllowRSAKeyExchange = PropertyUtils
22
.getBooleanSystemProperty("org.bouncycastle.jsse.fips.allowRSAKeyExchange", false);
0 commit comments