Re: pkcs#12 format

2010-02-18 Thread Nicolas Pelloux-Prayer
I figured out where the (lame) bug really was. The password GUI had a non null-terminated string issue with the password, which worked in some case and not with this one... I should slap myself each time I don't check the simple things first, sorry for the inconvenience guys. btw I use openssl-0.9

Re: pkcs#12 format

2010-02-18 Thread Dr. Stephen Henson
On Wed, Feb 17, 2010, Nicolas Pelloux-Prayer wrote: > I'm trying to extract the cert/private key pair from a pkcs#12 file using > the PKCS12_parse method. It works fine for most p12 I used before, then I > ran into a strange p12 which doesnt work (returned cert & pkey are both > NULL). > [snip]

Re: pkcs#12 format

2010-02-18 Thread Nicolas Pelloux-Prayer
The output is the same as "openssl pkcs12 -in "User.p12" -info" Thanks for your response. Nicolas Pelloux-Prayer 2010/2/17 Ashok Kumar > I am not sure if you are using the following command. It parses the > certs & keys. > > #openssl pkcs12 -info -nodes -in > > Thanks > -Ashok > > On Wed, Feb

Re: pkcs#12 format

2010-02-17 Thread Ashok Kumar
I am not sure if you are using the following command. It parses the certs & keys. #openssl pkcs12 -info -nodes -in Thanks -Ashok On Wed, Feb 17, 2010 at 9:33 AM, Nicolas Pelloux-Prayer wrote: > I'm trying to extract the cert/private key pair from a pkcs#12 file using > the PKCS12_parse method.

pkcs#12 format

2010-02-17 Thread Nicolas Pelloux-Prayer
I'm trying to extract the cert/private key pair from a pkcs#12 file using the PKCS12_parse method. It works fine for most p12 I used before, then I ran into a strange p12 which doesnt work (returned cert & pkey are both NULL). Its structure is : **

Re: X509 certificate request in PKCS 12 format ?

2006-01-09 Thread Dr. Stephen Henson
On Mon, Jan 09, 2006, Rajeshwar Singh Jenwar wrote: > Can we have X509 certificate request in PKCS 12 format ? There is no standard for including certificate requests in PKCS#12 files. Steve. -- Dr Stephen N. Henson. Email, S/MIME and PGP keys: see homepage OpenSSL project core developer

X509 certificate request in PKCS 12 format ?

2006-01-08 Thread Rajeshwar Singh Jenwar
Hi All, Can we have X509 certificate request in PKCS 12 format ? What will be the use and advantage of it or it is no use ?? - RSJ

Certs&Privkeys in PKCS#12 format, hints needed ....

2005-03-04 Thread Carlos Roberto Zainos H
create and sign the CSR and send it to our CA, the CA verifies and signs the CSR and issues the corresponding certificate if me as an CA would want issue both, the private key and certificate, in PKCS#12 format ... what should I do??   I have a client-server based application in Windows XP (MS VC