On Tue, 1 Sep 2026 01:05:29 GMT, Weijun Wang <[email protected]> wrote:
> Add ML-DSA and ML-KEM default parameter sets for `keytool -genkeypair`. > > --------- > - [x] I confirm that I make this contribution in accordance with the [OpenJDK > Interim AI Policy](https://openjdk.org/legal/ai). test/jdk/sun/security/tools/keytool/DefaultGroupName.java line 62: > 60: private static final char[] PASS = "changeit".toCharArray(); > 61: > 62: private static String last = ""; this variable name is pretty vague with respect to what it does/how it's used. Maybe change it to something like `providerAlg` and/or add a comment that says the custom provider will set it. ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/32616#discussion_r3914679821
