Hi,
When I tried the pkcs12 command (as below) in openssl 1.0.1, it gave me the following error.
The same command worked fine in openssl 0.9.8d. Any idea?
$ openssl pkcs12 -export -in test.cer -inkey test.key -out test.p12
Enter pass phrase for test.key:
Enter Export Password:
Verifying - Enter Export Password:
3085185856:error:060740A0:digital envelope routines:EVP_PBE_CipherInit:unknown cipher:evp_pbe.c:186:
3085185856:error:23077073:PKCS12 routines:PKCS12_pbe_crypt:pkcs12 algor cipherinit error:p12_decr.c:83:
3085185856:error:2306C067:PKCS12 routines:PKCS12_item_i2d_encrypt:encrypt error:p12_decr.c:175:
3085185856:error:23073067:PKCS12 routines:PKCS12_pack_p7encdata:encrypt error:p12_add.c:202:
Thanks,
-binlu