problem with using openssl ecparam

2004-12-28 Thread redfish6
Hi friends,   I just installed openssl version. openssl-SNAP-20041220.tar.gz.   I want to test ECDSA certificate through command line.   I saw the man page and ecparam.o in my installation.   However, I gor the following error message when I issue command "openssl ecparam ..."    " ecparam: in

Re: doubt reg load_cert

2004-12-28 Thread Richard Levitte - VMS Whacker
In message <[EMAIL PROTECTED]> on Tue, 28 Dec 2004 15:16:48 +0100, "Dr. Stephen Henson" <[EMAIL PROTECTED]> said: steve> Well that was part of the spec long ago, I did ask if they steve> needed a PEM style callback but no, a password argument was steve> what they wanted. If I was one of those s

Re: Convert rsa to pkcs12

2004-12-28 Thread Dr. Stephen Henson
On Wed, Dec 29, 2004, Kai Berger wrote: > Hello, > > I want to convert a rsa-key, generated with the command > > openssl genrsa -des3 -out privkey2.pem 1024 > > to a pkcs12-file > > therefore I use the command > > > openssl pkcs12 -export -in privkey2.pem -out file.p12 > > > but i get the

Convert rsa to pkcs12

2004-12-28 Thread Kai Berger
Hello, I want to convert a rsa-key, generated with the command openssl genrsa -des3 -out privkey2.pem 1024 to a pkcs12-file therefore I use the command openssl pkcs12 -export -in privkey2.pem -out file.p12 but i get the following error: No certificate matches private key What am I doing wrong? Than

Re: doubt reg load_cert

2004-12-28 Thread Dr. Stephen Henson
On Tue, Dec 28, 2004, Richard Levitte - VMS Whacker wrote: > In message <[EMAIL PROTECTED]> on Tue, 28 Dec 2004 14:32:21 +0100, "Dr. > Stephen Henson" <[EMAIL PROTECTED]> said: > > steve> It should really always ask for a password, or better still > steve> handle the PKCS#12 file as a special ca

Re: doubt reg load_cert

2004-12-28 Thread Richard Levitte - VMS Whacker
In message <[EMAIL PROTECTED]> on Tue, 28 Dec 2004 14:32:21 +0100, "Dr. Stephen Henson" <[EMAIL PROTECTED]> said: steve> It should really always ask for a password, or better still steve> handle the PKCS#12 file as a special case and obtain user steve> certificate, private key and optionally addi

Re: doubt reg load_cert

2004-12-28 Thread Dr. Stephen Henson
On Tue, Dec 28, 2004, sravan wrote: > Dr. Stephen Henson wrote: > > >On Tue, Dec 28, 2004, sravan wrote: > > > > > > > >><>Hello all, > >>sorry for repetition but the thread involving my doubt (regd load_cert() > >>in apps.c) was abruptly ended. > >>i want to know if that doubt is my mis-unders

Re: doubt reg load_cert

2004-12-28 Thread sravan
Dr. Stephen Henson wrote: On Tue, Dec 28, 2004, sravan wrote: <>Hello all, sorry for repetition but the thread involving my doubt (regd load_cert() in apps.c) was abruptly ended. i want to know if that doubt is my mis-understanding or a bug. basically i was trying to read the certificate from a

Re: doubt reg load_cert

2004-12-28 Thread Dr. Stephen Henson
On Tue, Dec 28, 2004, sravan wrote: > <>Hello all, > sorry for repetition but the thread involving my doubt (regd load_cert() > in apps.c) was abruptly ended. > i want to know if that doubt is my mis-understanding or a bug. > basically i was trying to read the certificate from a .p12 file. There

doubt reg load_cert

2004-12-28 Thread sravan
<>Hello all, sorry for repetition but the thread involving my doubt (regd load_cert() in apps.c) was abruptly ended. i want to know if that doubt is my mis-understanding or a bug. basically i was trying to read the certificate from a .p12 file. Here is my doubt for your convenince : --