On 2/16/06, Dr. Stephen Henson <[EMAIL PROTECTED]> wrote:
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.

Thanks!   That did the trick.  I wish all these "_add()" functions were listed somewhere or at least listed in the relevant sections of the documentation.  I spent much time looking through evp.h and other headers trying to find something that made sense and the whole time all I needed was PKCS12_PBE_add().

Thanks again!

--
// Chris

Reply via email to