Skip to content

Commit 5db1640

Browse files
committed
Merge openj9 into openj9-staging
Signed-off-by: Peter Shipton <[email protected]>
2 parents 876982e + e7d543e commit 5db1640

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

closed/test/jtreg-ext/requires/OpenJ9PropsExt.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ public Map<String, String> call() {
4040
map.put("vm.bits", vmBits());
4141
map.put("vm.compiler2.enabled", "false");
4242
map.put("vm.debug", "false");
43+
map.put("vm.flagless", "true");
4344
map.put("vm.gc.G1", "false");
4445
map.put("vm.gc.Parallel", "false");
4546
map.put("vm.gc.Serial", "false");

src/java.base/share/conf/security/java.security

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ RestrictedSecurity.NSS.140-2.securerandom.algorithm = PKCS11
182182
RestrictedSecurity.OpenJCEPlusFIPS.FIPS140-3.desc.name = OpenJCEPlusFIPS Cryptographic Module FIPS 140-3
183183
RestrictedSecurity.OpenJCEPlusFIPS.FIPS140-3.desc.default = false
184184
RestrictedSecurity.OpenJCEPlusFIPS.FIPS140-3.desc.fips = true
185-
RestrictedSecurity.OpenJCEPlusFIPS.FIPS140-3.desc.hash = SHA256:e71c49d65fd291efe75993ccbe6999e6cfb26bf9ef3e8424cb086c7e2a225ce6
185+
RestrictedSecurity.OpenJCEPlusFIPS.FIPS140-3.desc.hash = SHA256:dd19c8f8f2578cf400c11b5c7d003684cba5fc4999ac5c55d2a73099f70f9582
186186
RestrictedSecurity.OpenJCEPlusFIPS.FIPS140-3.desc.number = Certificate #XXX
187187
RestrictedSecurity.OpenJCEPlusFIPS.FIPS140-3.desc.policy = https://csrc.nist.gov/projects/cryptographic-module-validation-program/certificate/
188188
RestrictedSecurity.OpenJCEPlusFIPS.FIPS140-3.desc.sunsetDate = 2026-09-21
@@ -207,7 +207,11 @@ RestrictedSecurity.OpenJCEPlusFIPS.FIPS140-3.tls.disabledAlgorithms = \
207207
TLS_DHE_DSS_WITH_AES_256_CBC_SHA256, \
208208
TLS_DHE_DSS_WITH_AES_256_GCM_SHA384, \
209209
TLS_DHE_RSA_WITH_AES_128_CBC_SHA, \
210+
TLS_DHE_RSA_WITH_AES_128_CBC_SHA256, \
211+
TLS_DHE_RSA_WITH_AES_128_GCM_SHA256, \
210212
TLS_DHE_RSA_WITH_AES_256_CBC_SHA, \
213+
TLS_DHE_RSA_WITH_AES_256_CBC_SHA256, \
214+
TLS_DHE_RSA_WITH_AES_256_GCM_SHA384, \
211215
TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA, \
212216
TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA, \
213217
TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA, \

0 commit comments

Comments
 (0)