Re: openssl EC PEM to Java Keystore (JKS)

2013-02-02 Thread redpath
-PEM-to-Java-Keystore-JKS-tp43453p43455.html Sent from the OpenSSL - User mailing list archive at Nabble.com. __ OpenSSL Project http://www.openssl.org User Support Mailing List

Re: openssl EC PEM to Java Keystore (JKS)

2013-02-02 Thread Dongsheng Song
On Sat, Feb 2, 2013 at 10:01 PM, redpath wrote: > > *I get this ERROR* > keytool error: java.security.NoSuchAlgorithmException: SHA1withECDSA > Signature not available It's very clear your jdk does not support SHA1withECDSA, you can use Bouncy Castle Crypto API, or upgrade to Java 7.

openssl EC PEM to Java Keystore (JKS)

2013-02-02 Thread redpath
create an x509 as I do create public x509s from these keys. thank you in advance. -- View this message in context: http://openssl.6102.n7.nabble.com/openssl-EC-PEM-to-Java-Keystore-JKS-tp43453.html Sent from the OpenSSL - User mailing list archive at Nabble.com