RE: how to desable data compression

2011-03-17 Thread Dave Thompson
> From: owner-openssl-us...@openssl.org On Behalf Of ikuzar > Sent: Wednesday, 16 March, 2011 11:21 (topposting fixed) > 2011/3/15 Dave Thompson > > Option SSL_OP_NO_COMPRESSION is commented as > /* Don't use compression even if supported */ >

Re: how to desable data compression

2011-03-16 Thread ikuzar
Could you tell me how to use this option ? in which function ? I found something like below in the internet ( I did not find on OpenSSL website ) SSL *s ... #ifndef OPENSSL_NO_COMP if (!(s->options & SSL_OP_NO_COMPRESSION)) len += SSL3_RT_MAX_COMPRESSED_OVE

RE: how to desable data compression

2011-03-14 Thread Dave Thompson
> From: owner-openssl-us...@openssl.org On Behalf Of ikuzar > Sent: Monday, 14 March, 2011 11:48 > I 'd like to know how to desable data compression procedure. > The compression flag is set to "yes" in tcp stream. It isn't really "in" the "stream". SSL optional compression is