RFR: 8225130: Add exception for expiring Comodo roots to VerifyCACerts test
Rajan Halade
RAJAN.HALADE at ORACLE.COM
Mon Mar 2 06:45:12 UTC 2020
May I request you to review this fix to test VerifyCACerts.
diff -r 4a5a7dc9d05c test/jdk/sun/security/lib/cacerts/VerifyCACerts.java
--- a/test/jdk/sun/security/lib/cacerts/VerifyCACerts.java Sun Mar 01 17:36:03 2020 -0800
+++ b/test/jdk/sun/security/lib/cacerts/VerifyCACerts.java Sun Mar 01 22:42:59 2020 -0800
@@ -261,6 +261,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]");
}
};
Thanks,
Rajan
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mail.openjdk.org/pipermail/security-dev/attachments/20200301/fd2a7449/attachment.htm>
More information about the security-dev
mailing list