Re: [openssl-users] OpenSSL AES encryption using AES_* functions and EVP_* functions

2015-01-01 Thread Purushotham Nayak
xt is 16 bytes in my production code (its read from external source); hard coded it here; sorry for missed detail; didn't mean to waste ur time. From: Dave Thompson To: 'Purushotham Nayak' ; openssl-users@openssl.org Sent: Wednesday, December 31,

[openssl-users] OpenSSL AES encryption using AES_* functions and EVP_* functions

2014-12-31 Thread Purushotham Nayak
I have some data that was encrypted using the openssl (`AES_*`) functions. I want update this code to use the newer (EVP_*) functions which are FIPS compliant. But I should be able to decrypt data that was encrypted using the old code. I've pasted below both the old and the new code. The encrypt