Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
taoliult committed Sep 26, 2024
1 parent b5b5274 commit 270012d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion test/jdk/openj9/internal/security/TestProviderOrder.java
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public class TestProviderOrder {
private static Stream<Arguments> patternMatches() {
return Stream.of(
// Test case 1
Arguments.of("Test-Profile-1",
Arguments.of("Test-Profile.Version-1",
System.getProperty("test.src") + "/java.security",
"Provider"),
// Test case 2
Expand Down
18 changes: 9 additions & 9 deletions test/jdk/openj9/internal/security/java.security
Original file line number Diff line number Diff line change
Expand Up @@ -334,15 +334,15 @@ RestrictedSecurity.OpenJCEPlusFIPS.FIPS140-3-Weakly-Enforced.jce.provider.12 = c
#
# Test-Profile-1
#
RestrictedSecurity.Test-Profile-1.desc.name = Weakly-Enforced OpenJCEPlusFIPS Test Profile 1
RestrictedSecurity.Test-Profile-1.desc.default = false
RestrictedSecurity.Test-Profile-1.extends = RestrictedSecurity.OpenJCEPlusFIPS.FIPS140-3
RestrictedSecurity.Test-Profile-1.tls.disabledAlgorithms = + TLS_CHACHA20_POLY1305_SHA256

RestrictedSecurity.Test-Profile-1.jce.provider.1 = com.ibm.crypto.plus.provider.OpenJCEPlusFIPS
RestrictedSecurity.Test-Profile-1.jce.provider.2 = sun.security.provider.Sun
RestrictedSecurity.Test-Profile-1.jce.provider.3 = sun.security.rsa.SunRsaSign
RestrictedSecurity.Test-Profile-1.jce.provider.5 = sun.security.ssl.SunJSSE
RestrictedSecurity.Test-Profile.Version-1.desc.name = Weakly-Enforced OpenJCEPlusFIPS Test Profile 1
RestrictedSecurity.Test-Profile.Version-1.desc.default = true
RestrictedSecurity.Test-Profile.Version-1.extends = RestrictedSecurity.OpenJCEPlusFIPS.FIPS140-3
RestrictedSecurity.Test-Profile.Version-1.tls.disabledAlgorithms = + TLS_CHACHA20_POLY1305_SHA256

RestrictedSecurity.Test-Profile.Version-1.jce.provider.1 = com.ibm.crypto.plus.provider.OpenJCEPlusFIPS
RestrictedSecurity.Test-Profile.Version-1.jce.provider.2 = sun.security.provider.Sun
RestrictedSecurity.Test-Profile.Version-1.jce.provider.3 = sun.security.rsa.SunRsaSign
RestrictedSecurity.Test-Profile.Version-1.jce.provider.5 = sun.security.ssl.SunJSSE


#
Expand Down

0 comments on commit 270012d

Please sign in to comment.