changeset 13878:6f7370a85071 jdk8u252-b06

8225130: Add exception for expiring Comodo roots to VerifyCACerts test Reviewed-by: weijun
author rhalade
date Sun, 01 Mar 2020 23:04:02 -0800
parents d37e685cb0ee
children 83bbe56ecea1
files test/sun/security/lib/cacerts/VerifyCACerts.java
diffstat 1 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/test/sun/security/lib/cacerts/VerifyCACerts.java	Fri Dec 13 12:08:10 2019 +0530
+++ b/test/sun/security/lib/cacerts/VerifyCACerts.java	Sun Mar 01 23:04:02 2020 -0800
@@ -262,6 +262,12 @@
             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]");
         }
     };