RFR: 8225130: Add exception for expiring Comodo roots to VerifyCACerts test

Weijun Wang weijun.wang at oracle.com
Mon Mar 2 06:59:09 UTC 2020


This looks fine to me.

Thanks,
Max

> On Mar 2, 2020, at 2:45 PM, Rajan Halade <RAJAN.HALADE at ORACLE.COM> wrote:
> 
> 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
> 




More information about the security-dev mailing list