[openssl-users] Remove Anchor

2014-12-31 Thread Peter Fraser
Hi All Please let me know if I am posting to the correct list. I set up a reverse proxy for my website using nginx and I had to export the certificate from my web server to put on the proxy. On windows I exported the certs to a .pfx file. On my Unix box, I used the command below to export all the

[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

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

2014-12-31 Thread Dave Thompson
From: openssl-users On Behalf Of Purushotham Nayak Sent: Wednesday, December 31, 2014 12:22 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