Marcin,
There was recently a discussion about this topic on the openssl-dev
mailing list. Try the following URL to retrieve the archived messages.
http://marc.theaimsgroup.com/?l=openssl-dev&w=2&r=1&s=OpenSSL+and+compressio
n+using+ZLIB&q=b
==
Greg Stark
[EMAIL PROTECTED]
Hi,
I know it's possible to use zlib compression in OpenSSL, but can anyone tell
me precisely(small example)(PLEASE!!) how can I use it!!
I develope OpenSSL transmision through GPRS and it's very important to achive
small packages than bigger one.
Thanks,
--
Marcin Giedz
Warsaw University of
I am encrypting separate pieces of data using blowfish. The data is
encrypted the same key but different IVs. I know that blowfish's
sub-keys and s-boxes take a while to be generated. What is the correct
way to call EVP_EncryptInit so that it uses the ones previously generated?
Corey Holcomb-