On Thu, Feb 18, 2010, barcaroller wrote:
>
> I have inherited some legacy OpenSSL code where the author uses the
> following functions for decryption:
>
> EVP_CIPHER_CTX_init()
> EVP_CipherInit()
> EVP_Cipher()
> EVP_CIPHER_CTX_cleanup()
>
>
> The code works fine but the second
I have inherited some legacy OpenSSL code where the author uses the
following functions for decryption:
EVP_CIPHER_CTX_init()
EVP_CipherInit()
EVP_Cipher()
EVP_CIPHER_CTX_cleanup()
The code works fine but the second function (EVP_CipherInit) is obsolete and
the third function (E