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

Andrew John Hughes andrew at openjdk.org
Thu Oct 3 19:36:42 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!

This pull request has now been integrated.

Changeset: 02b81013
Author:    Andrew John Hughes <andrew at openjdk.org>
URL:       https://git.openjdk.org/jdk8u-dev/commit/02b810132e3da0de175e4cf0d843969de27909bd
Stats:     16 lines in 8 files changed: 0 ins; 0 del; 16 mod

8341059: Change Entrust TLS distrust date to November 12, 2024

Reviewed-by: sgehwolf
Backport-of: f554c3ffce7599fdb535b03db4a6ea96870b3c2d

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

PR: https://git.openjdk.org/jdk8u-dev/pull/588


More information about the jdk8u-dev mailing list