Dr. Henson,
Can you interleave encryption and decryption without repeated calls to
EVP_CipherInit and/or EVP_CipherFinal?
If not, which calls are required between encryption calls and decryption
calls?
Thanks for the help
- Eric Morris
Dr. Stephen Henson wrote:
On Thu, Apr 22, 2004
Thanks for your help...
- Eric Morris
NC State University
__
OpenSSL Project http://www.openssl.org
User Support Mailing List[EMAIL PROTECTED]
Automated Li
oh, you need to run that command on the ACTUAL library file, not a link
so nm /lib/libssl.so.x.y.z ...
- Eric Morris
Eric Morris wrote:
Try the following command:
nm /lib/libssl.so | grep OPENSSL_add_all_algorithms_noconf
'nm' shows the symbolic names in an archive or library
Try the following command:
nm /lib/libssl.so | grep OPENSSL_add_all_algorithms_noconf
'nm' shows the symbolic names in an archive or library file, and 'grep'
finds the symbol
you want (assuming it's there...)
- Eric Morris
Mike Ryerse wrote:
I was looking at the
s
until either another call to the Update function fills out the
block and/or the Final function is called? I will have unpredictable
string lengths being encrypted, and I do not want to introduce padding
into the middle of the encrypted files.
Thanks for your help...
- Eric Morris
NC S