Re: RFR: 8021804: Certpath validation fails if validity period of root cert does not include validity period of intermediate cert

2014-07-08 Thread Sean Mullan
Looks good to me. --Sean On 07/08/2014 01:22 PM, Seán Coffey wrote: Looking to backport this fix to the JDK 7u code line. The code was refactored in JDK 8 but the change is still easily applied. No issues with JPRT test run. bug ID: https://bugs.openjdk.java.net/browse/JDK-8021804 webrev : htt

RFR: 8021804: Certpath validation fails if validity period of root cert does not include validity period of intermediate cert

2014-07-08 Thread Seán Coffey
Looking to backport this fix to the JDK 7u code line. The code was refactored in JDK 8 but the change is still easily applied. No issues with JPRT test run. bug ID: https://bugs.openjdk.java.net/browse/JDK-8021804 webrev : http://cr.openjdk.java.net/~coffeys/webrev.8021804.7u/webrev/ JDK 8 chang