From ef76ed0a528c1faf25eacdf9e374d3ad513b193d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Radek=20=C4=8C=C3=A1p?= <6508800+RadekCap@users.noreply.github.com> Date: Wed, 1 Mar 2023 16:40:11 +0100 Subject: [PATCH] Exclude EC curves fo RH ojdk 17 (#4370) * Exclude EC curves fo RH ojdk 17 * Moved into jdk_security3 newly created section --- openjdk/excludes/vendors/redhat/ProblemList_openjdk17.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/openjdk/excludes/vendors/redhat/ProblemList_openjdk17.txt b/openjdk/excludes/vendors/redhat/ProblemList_openjdk17.txt index 813404b953..bf682b39b7 100644 --- a/openjdk/excludes/vendors/redhat/ProblemList_openjdk17.txt +++ b/openjdk/excludes/vendors/redhat/ProblemList_openjdk17.txt @@ -73,6 +73,12 @@ ############################################################################ +# jdk_security3 +############################################################################ +javax/net/ssl/ciphersuites/ECCurvesconstraints.java https://github.com/adoptium/aqa-tests/issues/3683 generic-all +sun/security/ec/TestEC.java https://github.com/adoptium/aqa-tests/issues/3683 generic-all + + # jdk_security4 ############################################################################