Ger Hobbelt-2 wrote: > > Check out the flag > SSL_OP_NO_COMPRESSION > in combination with the > SSL_set_options() > API. >
Thank you kindest! The flag appears to be only present in the forthcoming OpenSSL 0.9.9, but I backported it and it seems to work smoothly. Ger Hobbelt-2 wrote: > > ...you might also consider creating two 'contexts', i.e. one SSL_CTX with > and > one SSL_CTX without compression > Thanks again. I'm modifying an existing program and it creates a new context at each new connection. This probably adds unnecessary overhead so I'll look into changing that. Best regards, Claes -- View this message in context: http://www.nabble.com/ZLIB-compression-on-and-off-tp22101041p22164187.html Sent from the OpenSSL - User mailing list archive at Nabble.com. ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List [email protected] Automated List Manager [email protected]
