[jdk8u] RFR: 8341059: Change Entrust TLS distrust date to November 12, 2024
Andrew John Hughes
andrew at openjdk.org
Tue Oct 1 22:15:41 UTC 2024
On Tue, 1 Oct 2024 19:05:00 GMT, Severin Gehwolf <sgehwolf at openjdk.org> wrote:
> 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
8u is CLOSED for commits after 2024-09-27.
Read the schedule: https://wiki.openjdk.org/display/jdk8u/Main
-------------
PR Comment: https://git.openjdk.org/jdk8u/pull/62#issuecomment-2387170497
More information about the jdk8u-dev
mailing list