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

Severin Gehwolf sgehwolf at openjdk.org
Wed Oct 2 08:31:41 UTC 2024


On Wed, 2 Oct 2024 01:00:17 GMT, Andrew John Hughes <andrew at openjdk.org> wrote:

> Hi all,
> 
> This pull request contains a backport of commit [f554c3ff](https://github.com/openjdk/jdk/commit/f554c3ffce7599fdb535b03db4a6ea96870b3c2d) from the [openjdk/jdk](https://git.openjdk.org/jdk) repository.
> 
> The commit being backported was authored by Rajan Halade on 27 Sep 2024 and was reviewed by Sean Mullan.
> 
> The commit does not apply cleanly to 8u-dev due to the absence of [JDK-8339560](https://bugs.openjdk.org/browse/JDK-8339560). Equivalent changes to those in `distrust/Entrust.java` are applied to `Entrust/Distrust.java` instead.  Also, a hunk in `EntrustTLSPolicy.java` had to be applied manually due to the different context caused by the replacement of `LocalDate.ofInstant` for 8u and the `java.security` changes had to be replicated across all five variants in 8u (linux,macosx, solaris, aix, windows)
> 
> The tests in `test/jdk/sun/security/ssl/X509TrustManagerImpl/Entrust` passed with the updated build and failed against the upcoming 8u432 release in the 8u repository.
> 
> Thanks!

LGTM.

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

Marked as reviewed by sgehwolf (Reviewer).

PR Review: https://git.openjdk.org/jdk8u-dev/pull/588#pullrequestreview-2342188957


More information about the jdk8u-dev mailing list