On Tue, Jul 31, 2012, Sebastian Raymond wrote:
> Yes, I am calling it before SSL_new();
>
> SSL_CTX_set_options(ctx,SSL_OP_NO_COMPRESSION);
> SSL *ssl = SSL_new(ctx);
>
>
Is your application linked to an older version of OpenSSL?
If that isn't it you could try running it under a debug
> *To:* openssl-users@openssl.org
> *Subject:* Re: SSL compression
>
> ** **
>
> Its not yet clear for me.
>
> What should be done to disable the compression? Since, the server is not
> going to be the openssl s_server.
>
> On Tue, Jul 31, 2012 at 7:35
: Tuesday, July 31, 2012 4:18 PM
To: openssl-users@openssl.org
Subject: Re: SSL compression
Its not yet clear for me.
What should be done to disable the compression? Since, the server is not going
to be the openssl s_server.
On Tue, Jul 31, 2012 at 7:35 PM, Sebastian Raymond
mailto:ray.s...@gmail.com
Its not yet clear for me.
What should be done to disable the compression? Since, the server is not
going to be the openssl s_server.
On Tue, Jul 31, 2012 at 7:35 PM, Sebastian Raymond wrote:
> Hello,
>
> I have tried following:
> 1.
> $openssl s_server -accept 443 -cert server.crt -key server.ke
Hello,
I have tried following:
1.
$openssl s_server -accept 443 -cert server.crt -key server.key
Result-> Client offered deflate compression and server selected compression
method.
2.
$openssl s_server -accept 443 -cert server.crt -key server.key *-no_comp
*Result-> Client offered deflate compres
On Tue, Jul 31, 2012, Sebastian Raymond wrote:
> Hello,
>
> I have written a SSL client program to talk with SSL server.
>
> I have a linux machine and Openssl 1.0.0e is installed with zlib enabled.
> That means, deflate compression method is supported.
>
> I want to transfer the data without c