Hi all:
I have a problem here regarding exchange the format between .p12 and .pem.
I generated a private key and public key from netscape v4.5 and
issue a certificate using the CA built from openssl-0.9.3.a.
I can export it from Netscape and import it to IE4.0 successfully too.
I export the private key and x.509 certificate from netscape with p12
format.
Then I use the program which I derived from openssl-0.9.3a to parse out the
private key and certificate.
After that, I use the program derived from openssl-0.9.3.a to compose a p12
file with same
private key and certificate that I got from the above steps.
And then Netscape and IE not read my p12 file.
Please help me out about this problem. Attached are my .c file and the p12
file.
Thanks a lot.
Emmy
Myp12.p12
Pkcs12.c