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 debugger to see why
SSL_OP_NO_COMPRESSION isn't being recognised.

Steve.
--
Dr Stephen N. Henson. OpenSSL project core developer.
Commercial tech support now available see: http://www.openssl.org
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           majord...@openssl.org

Reply via email to