Re: RFR 8192988: keytool should support -storepasswd for pkcs12 keystores

2017-12-13 Thread Weijun Wang
> On Dec 13, 2017, at 11:36 PM, Sean Mullan wrote: > > It looks like you converted p12importks.sh from shell code to java in > JKStoPKCS12.java, right? Yes, and modified a little. > I think you should still include 8010125 in the @bug label in > JKStoPKCS12.java though. OK. > > Otherwise

Re: RFR 8192988: keytool should support -storepasswd for pkcs12 keystores

2017-12-13 Thread Sean Mullan
It looks like you converted p12importks.sh from shell code to java in JKStoPKCS12.java, right? I think you should still include 8010125 in the @bug label in JKStoPKCS12.java though. Otherwise, looks good, one question though: If you are converting a JKS keystore to a PKCS12 keystore using keyt

RFR 8192988: keytool should support -storepasswd for pkcs12 keystores

2017-12-07 Thread Weijun Wang
Hi All Please take a look at http://cr.openjdk.java.net/~weijun/8192988/webrev.00/ With this fix, "keytool -storepasswd" and "keytool -importkeystore" on a PKCS12 keystore will change the keypass as well with the storepass. Thanks Max