Hello All,

 

When using the openSSL 0.9.7b PKCS #12 API calls to parse an X.509 PKCS 12 certificate, I get the following errors:

 

2185571712:error:06074079:digital envelope routines:EVP_PBE_CipherInit:unknown pbe algorithm:evp_pbe.c:89:TYPE=pbeWithSHA1And3-KeyTripleDES-CBC

2185571712:error:23077073:PKCS12 routines:PKCS12_pbe_crypt:pkcs12 algor cipherinit error:p12_decr.c:83:

2185571712:error:2306A075:PKCS12 routines:PKCS12_decrypt_d2i:pkcs12 pbe crypt error:p12_decr.c:122:

 

The digital signature algorithm on my cert is sha1RSA and it uses a 1024 bit RSA modulus.

 

Can anyone comment as to possibly why I’m getting the above errors?  This is a bit confusing because I did include DES

when I was building the openSSL libcrypto library.

 

Thank you in advance for your feedback!

 

-Areg

Reply via email to