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
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