This comment doesn't directly apply to this fix, but tests that depend
on the certs from Cert.java and have configurable PKIXParameters might
also just set setDate to something in the middle of this validity period
so you never have to worry about regenerating the certs due to date
issues. That may not work for all your tests though, if you're not
customizing the trust managers with PKIXParameter objects.
Just something to consider as you're going forward, no changes to this
webrev.
--Jamil
On 2/27/2019 6:20 PM, sha.ji...@oracle.com wrote:
Hi,
Test javax/net/ssl/compatibility/Compatibility.java failed due to the
associated certificates are expired.
This fix just re-generates the certificates and set much longer
validity period.
Issue: https://bugs.openjdk.java.net/browse/JDK-8219723
Webrev: http://cr.openjdk.java.net/~jjiang/8219723/webrev.00/
Best regards,
John Jiang