RFR: 8266220: keytool still prompt for store password on a password-less pkcs12 file if -storetype pkcs12 is specified
Weijun Wang
weijun at openjdk.java.net
Thu Apr 29 13:31:49 UTC 2021
On Wed, 28 Apr 2021 15:07:14 GMT, Weijun Wang <weijun at openjdk.org> wrote:
> It's awkward that for a password-less pkcs12 keystore, `keytool -list` does not prompt for a password but `keytool -list -storetype pkcs12` does.
Test `sun/security/tools/keytool/KeyToolTest.java` failed on Windows. Looks like a file-not-closed issue. Will investigate if related to this code change.
-------------
PR: https://git.openjdk.java.net/jdk/pull/3764
More information about the security-dev
mailing list