[jdk8u-dev] RFR: 8341059: Change Entrust TLS distrust date to November 12, 2024
Andrew John Hughes
andrew at openjdk.org
Wed Oct 2 01:07:02 UTC 2024
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!
-------------
Commit messages:
- Backport f554c3ffce7599fdb535b03db4a6ea96870b3c2d
Changes: https://git.openjdk.org/jdk8u-dev/pull/588/files
Webrev: https://webrevs.openjdk.org/?repo=jdk8u-dev&pr=588&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-dev/pull/588.diff
Fetch: git fetch https://git.openjdk.org/jdk8u-dev.git pull/588/head:pull/588
PR: https://git.openjdk.org/jdk8u-dev/pull/588
More information about the jdk8u-dev
mailing list