Skip to content

Commit 90c5a8a

Browse files
Fix profile hash
1 parent c38cee2 commit 90c5a8a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

closed/test/jdk/openj9/internal/security/constraints-java.security

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
RestrictedSecurity.TestConstraints.Version.desc.name = Test Base Profile
2222
RestrictedSecurity.TestConstraints.Version.desc.default = false
2323
RestrictedSecurity.TestConstraints.Version.desc.fips = false
24-
RestrictedSecurity.TestConstraints.Version.desc.hash = SHA256:0ca32676ac2ae92d0469cbf293f3a69416c5d0312c80473319452f4d6995d234
24+
RestrictedSecurity.TestConstraints.Version.desc.hash = SHA256:19b75e0c43835e2f6c32cad4333c2be209ccbe860b7ea43cb6f39dec0f6dd82d
2525
RestrictedSecurity.TestConstraints.Version.desc.number = Certificate #XXX
2626
RestrictedSecurity.TestConstraints.Version.desc.policy =
2727
RestrictedSecurity.TestConstraints.Version.fips.mode = test
@@ -33,7 +33,7 @@ RestrictedSecurity.TestConstraints.Version.jce.provider.1 = sun.security.provide
3333
{CertPathBuilder, PKIX, *, FullClassName:TestConstraintsSuccess}, \
3434
{CertPathValidator, PKIX, *, FullClassName:TestConstraintsSuccess}, \
3535
{SecureRandom, SHA1PRNG, *, FullClassName:TestConstraintsSuccess}, \
36-
{MessageDigest, SHA-256, *, FullClassName:TestConstraintsSuccess}, \
36+
{MessageDigest, SHA-256, *}, \
3737
{KeyStore, PKCS12, *, FullClassName:TestConstraintsSuccess}]
3838
RestrictedSecurity.TestConstraints.Version.jce.provider.2 = sun.security.ec.SunEC [ \
3939
{AlgorithmParameters, EC, *, ModuleAndFullClassName:java.base/java.security.KeyPairGenerator}, \

0 commit comments

Comments
 (0)