RFR: 8373690: Unexpected Keystore message using jdk.crypto.disabledAlgorithms [v3]
Valerie Peng
valeriep at openjdk.org
Wed Feb 25 11:18:51 UTC 2026
On Tue, 24 Feb 2026 21:06:28 GMT, Sean Mullan <mullan at openjdk.org> wrote:
>> Valerie Peng has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Fix typo found by Sean Mullan.
>
> test/jdk/java/security/KeyStore/DisabledKnownType.java line 41:
>
>> 39: try {
>> 40: KeyStore ks = KeyStore.getInstance(new java.io.File(cacertsPath),
>> 41: "changeit".toCharArray());
>
> Nit: cacerts is no longer password protected. This password will just be ignored.
Noted, for ease of backport, I will leave it unchanged...
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/29619#discussion_r2850791407
More information about the security-dev
mailing list