Relates :
|
RevocationRestrictions.java test does certpath validation against date in past which is set with PKIXParameters.setDate() method. The test has been failing after JDK-8168931 was fixed. This fix updated the revocation checker to validate fresh OCSP responses against current date. The test needs to be updated to use cached OCSP responses when it validates certpaths against date in past.
|