Re: Obsolete functions...

2010-02-18 Thread Dr. Stephen Henson
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

Obsolete functions...

2010-02-18 Thread barcaroller
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