On Tue, Mar 27, 2012, pkumarn wrote: > > I am trying to write a sample program to do AES encryption using Openssl. I > tried going through Openssl documentation( it's a pain), could not figure > out much. I went through the code and found the API's using which i wrote a > small program as below (please omit the line numbers). I don't see any > encryption happening... am i missing something? >
You should really be using EVP instead of the low level routines. They are well documented with examples. Steve. -- Dr Stephen N. Henson. OpenSSL project core developer. Commercial tech support now available see: http://www.openssl.org ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List openssl-users@openssl.org Automated List Manager majord...@openssl.org