Changeset: 39a85b6373fa Author: mullan Date: 2012-12-03 11:07 -0500 URL: http://hg.openjdk.java.net/jdk7u/jdk7u/jdk/rev/39a85b6373fa
7199143: RFE: OCSP revocation checker should provide possibility to specify connection timeout Summary: Added com.sun.security.ocsp.timeout system property to control timeout Reviewed-by: mullan, vinnie Contributed-by: [email protected] ! src/share/classes/sun/security/provider/certpath/OCSP.java Changeset: 71fae0a3d111 Author: mullan Date: 2013-04-25 14:45 -0700 URL: http://hg.openjdk.java.net/jdk7u/jdk7u/jdk/rev/71fae0a3d111 8011313: OCSP timeout set to wrong value if com.sun.security.ocsp.timeout not defined Reviewed-by: vinnie ! src/share/classes/sun/security/provider/certpath/OCSP.java Changeset: 3689db12c7ac Author: mullan Date: 2013-04-26 10:41 -0700 URL: http://hg.openjdk.java.net/jdk7u/jdk7u/jdk/rev/3689db12c7ac 8013228: Create new system properties to control allowable OCSP clock skew and CRL connection timeout Reviewed-by: vinnie ! src/share/classes/sun/security/provider/certpath/CertPathHelper.java ! src/share/classes/sun/security/provider/certpath/CrlRevocationChecker.java ! src/share/classes/sun/security/provider/certpath/DistributionPointFetcher.java ! src/share/classes/sun/security/provider/certpath/OCSPResponse.java ! src/share/classes/sun/security/provider/certpath/URICertStore.java Changeset: a76a886dc057 Author: ngthomas Date: 2013-04-30 22:07 -0700 URL: http://hg.openjdk.java.net/jdk7u/jdk7u/jdk/rev/a76a886dc057 Merge
