[jdk11u] RFR: 8303465: KeyStore of type KeychainStore, provider Apple does not show all trusted certificates [v2]

Christoph Langer clanger at openjdk.org
Thu Jun 8 06:55:34 UTC 2023


> Hi all,
> 
> This pull request contains a backport of [JDK-8303465](https://bugs.openjdk.org/browse/JDK-8303465), commit [ac41c030](https://github.com/openjdk/jdk/commit/ac41c030030c3d31815474c793ac9c420c47e22c) from the [openjdk/jdk](https://git.openjdk.org/jdk) repository.
> 
> This is an improvement for the handling of certificates from the MacOSX keychain which regressed since the April 2022 CPU update (11.0.15) and does not show all appropriate certificates that it should do. The fix was just recently submitted in head and came too late for the regular dev cycle for 11.0.20. However, I would ask to include it now in rampdown, since we have an open customer issue that it would solve. Since our customer is consuming the JDK via Eclipse/Adoptium, it would also not suffice to cherry-pick it into the SapMachine build only, so that's why my request is to take it into 11.0.20.
> 
> The backport applied cleanly. It involves a CSR but the original CSR has been approved for all relevant backport releases.
> 
> Thanks
> Christoph

Christoph Langer has updated the pull request incrementally with one additional commit since the last revision:

  Fix instanceof handling for Java 11

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

Changes:
  - all: https://git.openjdk.org/jdk11u/pull/73/files
  - new: https://git.openjdk.org/jdk11u/pull/73/files/a2c7185f..8ad9826d

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk11u&pr=73&range=01
 - incr: https://webrevs.openjdk.org/?repo=jdk11u&pr=73&range=00-01

  Stats: 2 lines in 1 file changed: 1 ins; 0 del; 1 mod
  Patch: https://git.openjdk.org/jdk11u/pull/73.diff
  Fetch: git fetch https://git.openjdk.org/jdk11u.git pull/73/head:pull/73

PR: https://git.openjdk.org/jdk11u/pull/73


More information about the jdk-updates-dev mailing list