Re: Problems decrypting PKCS# Private Key , Docs needed

2004-04-23 Thread Dr. Stephen Henson
On Fri, Apr 23, 2004, Carlos Roberto Zainos H wrote: > > > If its in DER format then d2i_PKCS8PrivateKey_bio() will handle the > encrypted form, and d2i_PKCS8_PRIV_KEY_INFO() followed by EVP_PKCS82PKEY() > for the unencrypted form. > > Steve. > > > > Thanks a lot dr Henson . just anothe

Re: Problems decrypting PKCS# Private Key , Docs needed

2004-04-23 Thread Carlos Roberto Zainos H
If its in DER format then d2i_PKCS8PrivateKey_bio() will handle the encryptedform, and d2i_PKCS8_PRIV_KEY_INFO() followed by EVP_PKCS82PKEY() for theunencrypted form.Steve.   Thanks a lot dr Henson . just another little question where are the references to d21PKCS8_PRIV_KEY_INFO() and EV