[jdk11u-dev] RFR: 8273236: keytool does not accurately warn about algorithms that are disabled but have additional constraints [v2]
Goetz Lindenmaier
goetz at openjdk.org
Fri Nov 4 08:02:52 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.
-------------
Changes:
- all: https://git.openjdk.org/jdk11u-dev/pull/1497/files
- new: https://git.openjdk.org/jdk11u-dev/pull/1497/files/1ef94465..1ef94465
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk11u-dev&pr=1497&range=01
- incr: https://webrevs.openjdk.org/?repo=jdk11u-dev&pr=1497&range=00-01
Stats: 0 lines in 0 files changed: 0 ins; 0 del; 0 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