[jdk8u] RFR: 8341059: Change Entrust TLS distrust date to November 12, 2024

Severin Gehwolf sgehwolf at openjdk.org
Tue Oct 1 19:12:09 UTC 2024


This is a follow-up backport to [JDK-8337664](https://bugs.openjdk.org/browse/JDK-8337664) which is in 8u432 (October). We should get this added as well so as to align with other releases this October (11, 17, 21).

The JDK 11 patch is not clean. Mostly because of the adaptations that were needed in `EntrustTLSPolicy.java` and porting to the many `java.security-<os>` files. The rest is path shuffeling.

The tests in `jdk/test/sun/security/ssl/X509TrustManagerImpl/` pass:


Passed: sun/security/ssl/X509TrustManagerImpl/Entrust/Distrust.java
Passed: sun/security/ssl/X509TrustManagerImpl/Symantec/Distrust.java
Passed: sun/security/ssl/X509TrustManagerImpl/BasicConstraints.java
Passed: sun/security/ssl/X509TrustManagerImpl/CacertsLimit.java
Passed: sun/security/ssl/X509TrustManagerImpl/CertRequestOverflow.java
Passed: sun/security/ssl/X509TrustManagerImpl/CheckNullEntity.java
Passed: sun/security/ssl/X509TrustManagerImpl/ClientServer.java
Passed: sun/security/ssl/X509TrustManagerImpl/ComodoHacker.java
Passed: sun/security/ssl/X509TrustManagerImpl/PKIXExtendedTM.java
Passed: sun/security/ssl/X509TrustManagerImpl/SelfIssuedCert.java
Passed: sun/security/ssl/X509TrustManagerImpl/SunX509ExtendedTM.java
Passed: sun/security/ssl/X509TrustManagerImpl/TooManyCAs.java
Passed: sun/security/ssl/X509TrustManagerImpl/X509ExtendedTMEnabled.java
Test results: passed: 13

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

Commit messages:
 - Backport eced83e13090748218ab3dac78f6ff1bddf2b158

Changes: https://git.openjdk.org/jdk8u/pull/62/files
  Webrev: https://webrevs.openjdk.org/?repo=jdk8u&pr=62&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8341059
  Stats: 16 lines in 8 files changed: 0 ins; 0 del; 16 mod
  Patch: https://git.openjdk.org/jdk8u/pull/62.diff
  Fetch: git fetch https://git.openjdk.org/jdk8u.git pull/62/head:pull/62

PR: https://git.openjdk.org/jdk8u/pull/62


More information about the jdk8u-dev mailing list