On Mon, 25 Oct 2021 17:05:58 GMT, Sean Mullan <mul...@openjdk.org> wrote:
>> You can create a password-less PKCS12 KeyStore file now by calling >> `ks.store(outStream, null)` no matter what the default cert protection >> algorithm and Mac algorithm are defined in `java.security`. >> >> Note: the system properties set in `ToolsJDK.gmk` to generate `cacerts` must >> be retained (at the moment) because the tool is launched with BOOT_JDK. > > test/jdk/sun/security/pkcs12/EmptyPassword.java line 27: > >> 25: * @test >> 26: * @bug 8202299 8231107 >> 27: * @modules java.base/sun.security.tools.keytool > > Can you add an @summary? I'll update the existing summary to `@summary Testing empty (null, "", "\0") password behaviors`. ------------- PR: https://git.openjdk.java.net/jdk/pull/5950