From 1b5fee1e23225395ebb14de0f026c23d182459cb Mon Sep 17 00:00:00 2001 From: Jason Katonica Date: Wed, 9 Oct 2024 14:01:22 -0400 Subject: [PATCH] Ignore RSA_KEM.java for FIPS 140-3 This is a new test that makes use of AlgorithmParameters `RSA-KEM` that are not available in FIPS 140-3. Signed-off-by: Jason Katonica --- test/jdk/ProblemList-FIPS140_3_OpenJcePlus.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/test/jdk/ProblemList-FIPS140_3_OpenJcePlus.txt b/test/jdk/ProblemList-FIPS140_3_OpenJcePlus.txt index 183d565ef6b..9446316c6bb 100644 --- a/test/jdk/ProblemList-FIPS140_3_OpenJcePlus.txt +++ b/test/jdk/ProblemList-FIPS140_3_OpenJcePlus.txt @@ -288,6 +288,7 @@ javax/crypto/EncryptedPrivateKeyInfo/GetKeySpecException2.java https://github.co javax/crypto/EncryptedPrivateKeyInfo/GetKeySpecInvalidEncoding.java https://github.com/ibmruntimes/openj9-openjdk-jdk17/issues/321 aix-all,linux-ppc64le,linux-s390x,linux-x64,windows-all javax/crypto/JceSecurity/SunJCE_BC_LoadOrdering.java https://github.com/ibmruntimes/openj9-openjdk-jdk17/issues/321 aix-all,linux-ppc64le,linux-s390x,linux-x64,windows-all javax/crypto/JceSecurity/VerificationResults.java https://github.com/ibmruntimes/openj9-openjdk-jdk17/issues/321 aix-all,linux-ppc64le,linux-s390x,linux-x64,windows-all +javax/crypto/KEM/RSA_KEM.java https://github.com/ibmruntimes/openj9-openjdk-jdk17/issues/321 generic-all javax/crypto/KeyGenerator/CompareKeys.java https://github.com/ibmruntimes/openj9-openjdk-jdk17/issues/321 aix-all,linux-ppc64le,linux-s390x,linux-x64,windows-all javax/crypto/KeyGenerator/TestGetInstance.java https://github.com/ibmruntimes/openj9-openjdk-jdk17/issues/321 aix-all,linux-ppc64le,linux-s390x,linux-x64,windows-all javax/crypto/Mac/ByteBuffers.java https://github.com/ibmruntimes/openj9-openjdk-jdk17/issues/321 aix-all,linux-ppc64le,linux-s390x,linux-x64,windows-all