Re: OpenSSL compression

2002-12-07 Thread Gregory Stark
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]

OpenSSL compression

2002-12-07 Thread Marcin Giedz
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

EVP_EncryptInit blowfish setup

2002-12-07 Thread Corey Holcomb-Hockin
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-