[jdk11u-dev] RFR: 8273236: keytool does not accurately warn about algorithms that are disabled but have additional constraints [v4]
Matthias Baesken
mbaesken at openjdk.org
Fri Nov 4 11:28:37 UTC 2022
On Fri, 4 Nov 2022 09:39:00 GMT, Goetz Lindenmaier <goetz at openjdk.org> wrote:
>> 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 incrementally with one additional commit since the last revision:
>
> Add test
LGTM, thanks for backporting
-------------
Marked as reviewed by mbaesken (Reviewer).
PR: https://git.openjdk.org/jdk11u-dev/pull/1497
More information about the jdk-updates-dev
mailing list