From e18c2f6430c142312e8cc3338cdc5a31241dc7eb Mon Sep 17 00:00:00 2001 From: rhalade Date: Sun, 1 Mar 2020 23:04:02 -0800 Subject: [PATCH] 8225130: Add exception for expiring Comodo roots to VerifyCACerts test Reviewed-by: weijun --- test/sun/security/lib/cacerts/VerifyCACerts.java | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/test/sun/security/lib/cacerts/VerifyCACerts.java b/test/sun/security/lib/cacerts/VerifyCACerts.java index e14bcd5c5..9669712ea 100644 --- a/test/sun/security/lib/cacerts/VerifyCACerts.java +++ b/test/sun/security/lib/cacerts/VerifyCACerts.java @@ -262,6 +262,12 @@ public class VerifyCACerts { add("utnuserfirstobjectca [jdk]"); // Valid until: Tue May 26 00:00:00 GMT 2020 add("keynectisrootca [jdk]"); + // Valid until: Sat May 30 10:38:31 GMT 2020 + add("addtrustexternalca [jdk]"); + // Valid until: Sat May 30 10:48:38 GMT 2020 + add("addtrustclass1ca [jdk]"); + // Valid until: Sat May 30 10:44:50 GMT 2020 + add("addtrustqualifiedca [jdk]"); } }; -- GitLab