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
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]
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
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.
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 :
**
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
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
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