[jdk11u-dev] Integrated: 8273236: keytool does not accurately warn about algorithms that are disabled but have additional constraints

Goetz Lindenmaier goetz at openjdk.org
Mon Nov 7 12:41:17 UTC 2022


On Thu, 3 Nov 2022 17:34:06 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.

This pull request has now been integrated.

Changeset: ca988a65
Author:    Goetz Lindenmaier <goetz at openjdk.org>
URL:       https://git.openjdk.org/jdk11u-dev/commit/ca988a65c6231fd3fc8a418d7e9dce914a55feee
Stats:     433 lines in 3 files changed: 378 ins; 0 del; 55 mod

8273236: keytool does not accurately warn about algorithms that are disabled but have additional constraints

Reviewed-by: mbaesken
Backport-of: c9c8564d7c094c4dad595c8908f2b37a00130fb6

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

PR: https://git.openjdk.org/jdk11u-dev/pull/1497


More information about the jdk-updates-dev mailing list