Skip to content

Commit

Permalink
Re-enable ChaCha20NoReuse (adoptium#4817)
Browse files Browse the repository at this point in the history
JDK-next (JDK22) fix: ibmruntimes/openj9-openjdk-jdk#661
JDK21 fix: ibmruntimes/openj9-openjdk-jdk21#50

Closes: eclipse-openj9/openj9#17632

Signed-off-by: Babneet Singh <sbabneet@ca.ibm.com>
  • Loading branch information
babsingh authored and llxia committed Nov 22, 2023
1 parent deefede commit be2df90
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion openjdk/excludes/ProblemList_openjdk21-openj9.txt
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,6 @@ java/rmi/server/UnicastServerRef/serialFilter/FilterUSRTest.java https://github.

# jdk_security

com/sun/crypto/provider/Cipher/ChaCha20/ChaCha20NoReuse.java https://github.com/eclipse-openj9/openj9/issues/17632 generic-all
com/sun/crypto/provider/DHKEM/Compliance.java https://github.com/eclipse-openj9/openj9/issues/17633 generic-all
java/security/KeyPairGenerator/FinalizeHalf.java https://github.com/eclipse-openj9/openj9/issues/12807 windows-all
java/security/SecureRandom/ApiTest.java https://github.com/eclipse-openj9/openj9/issues/16734 windows-all
Expand Down
1 change: 0 additions & 1 deletion openjdk/excludes/ProblemList_openjdk22-openj9.txt
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,6 @@ java/rmi/server/UnicastServerRef/serialFilter/FilterUSRTest.java https://github.

# jdk_security

com/sun/crypto/provider/Cipher/ChaCha20/ChaCha20NoReuse.java https://github.com/eclipse-openj9/openj9/issues/17632 generic-all
com/sun/crypto/provider/DHKEM/Compliance.java https://github.com/eclipse-openj9/openj9/issues/17633 generic-all
java/security/KeyPairGenerator/FinalizeHalf.java https://github.com/eclipse-openj9/openj9/issues/12807 windows-all
java/security/SecureRandom/ApiTest.java https://github.com/eclipse-openj9/openj9/issues/16734 windows-all
Expand Down

0 comments on commit be2df90

Please sign in to comment.