[jdk17u-dev] RFR: 8179502: Enhance OCSP, CRL and Certificate Fetch Timeouts

Alexey Bakhtin abakhtin at openjdk.org
Sun Jul 28 22:09:00 UTC 2024


Hello, I'd like to backport JDK-8179502 to JDK17u to improve the timeout adjustment for OCSP GET requests (which was missed in JDK-8179503).

The backport is almost clean except for the following:
- OCSP.java was merged manually because of JDK-8328638 and JDK-8329213 is already backported into 17u-dev
- copyright year in GetPropertyAction.java and URICertStore.java files are updated manually
- CRLReadTimeout.java test is updated manually because of the different notation of internal X509CRLImpl and CRLExtensions classes.

All new and related jtreg tests are passed

-------------

Commit messages:
 - Backport 2836c34b64e4626e25c86a53e5bef2bf32f95d2e

Changes: https://git.openjdk.org/jdk17u-dev/pull/2747/files
  Webrev: https://webrevs.openjdk.org/?repo=jdk17u-dev&pr=2747&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8179502
  Stats: 910 lines in 7 files changed: 794 ins; 24 del; 92 mod
  Patch: https://git.openjdk.org/jdk17u-dev/pull/2747.diff
  Fetch: git fetch https://git.openjdk.org/jdk17u-dev.git pull/2747/head:pull/2747

PR: https://git.openjdk.org/jdk17u-dev/pull/2747


More information about the jdk-updates-dev mailing list