Hi

Looking at the zlib hooks within crypto/comp/c_zlib.c, I see that the
actual compression performed is dependant upon the inbound data being more
than 128 bytes.  You then stick a 0x01 at the beginning to indicate that
compression was used, or put a 0x00 in there to indicate that it was not.

Is this a (future) requirement of the TLS specification?

I want to make use of the compression via OpenSSL to allow for different
methods to be stipulated, but I need it to be interoperable with other
applications.

Am I going to have to implement a new COMP_METHOD ?

TIA

- Dave.

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to