On Thu, Feb 16, 2006, Chris wrote:

> error:06074079:digital envelope routines:EVP_PBE_CipherInit:unknown pbe
> algorithm
> error:23077073:PKCS12 routines:PKCS12_pbe_crypt:pkcs12 algor cipherinit
> error
> error:2306A075:PKCS12 routines:PKCS12_decrypt_d2i:pkcs12 pbe crypt error
> error:23076072:PKCS12 routines:PKCS12_parse:parse error
> 
[snip]
> 
> No luck... I wish the error messages would tell me _which_ algorithm is
> missing.  ?  When searching for other people having this problem the answer
> is always "add all algorithms".
> 

Its a password based encryption (PBE) algorithm. Probably 40 bit RC2 and/or
3DES using the PKCS#12 key derivation algorihtm.

Try calling PKCS12_PBE_add().

Steve.
--
Dr Stephen N. Henson. Email, S/MIME and PGP keys: see homepage
OpenSSL project core developer and freelance consultant.
Funding needed! Details on homepage.
Homepage: http://www.drh-consultancy.demon.co.uk
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to