[jdk11u-dev] RFR: 8273236: keytool does not accurately warn about algorithms that are disabled but have additional constraints [v3]
Goetz Lindenmaier
goetz at openjdk.org
Fri Nov 4 09:31:46 UTC 2022
> I backport this for parity with 11.0.18-oracle from 17.
>
> I had to resolve src/java.base/share/classes/sun/security/tools/keytool/Main.java
> due to various smaller differences. E.g., withWeak() has a
> PublicKey as argument in 11, which is a Key in 17.
>
> Copyright: src/java.base/share/classes/sun/security/tools/keytool/Resources.java
>
> To make it compile I had to add import for KnownOIDs and
> replace usage of finalChain by the available chain.
Goetz Lindenmaier has updated the pull request with a new target base due to a merge or a rebase. The incremental webrev excludes the unrelated changes brought in by the merge/rebase. The pull request contains five additional commits since the last revision:
- Merge branch 'master' into goetz_backport_8273236
- Make it compile
- Resolved chunks
- Backport c9c8564d7c094c4dad595c8908f2b37a00130fb6
- Backport de93b1d0e83a9428dae4a9609996fe7b7e9b4932
-------------
Changes:
- all: https://git.openjdk.org/jdk11u-dev/pull/1497/files
- new: https://git.openjdk.org/jdk11u-dev/pull/1497/files/1ef94465..8bdb886d
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk11u-dev&pr=1497&range=02
- incr: https://webrevs.openjdk.org/?repo=jdk11u-dev&pr=1497&range=01-02
Stats: 585 lines in 21 files changed: 487 ins; 5 del; 93 mod
Patch: https://git.openjdk.org/jdk11u-dev/pull/1497.diff
Fetch: git fetch https://git.openjdk.org/jdk11u-dev pull/1497/head:pull/1497
PR: https://git.openjdk.org/jdk11u-dev/pull/1497
More information about the jdk-updates-dev
mailing list