Re: SSL compression

2012-07-31 Thread Dr. Stephen Henson
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

Re: SSL compression

2012-07-31 Thread Sebastian Raymond
> *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

RE: SSL compression

2012-07-31 Thread Erik Tkal
: 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

Re: SSL compression

2012-07-31 Thread Sebastian Raymond
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

Re: SSL compression

2012-07-31 Thread Sebastian Raymond
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

Re: SSL compression

2012-07-31 Thread Dr. Stephen Henson
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

SSL + Compression

2008-06-20 Thread Ed W
Hi, there are some references which suggest that webservers and mail servers can ask the SSL layer to implement compression? I see some references to this scattered about the internet, but no notes on what is required to enable this? Can someone please shed some light? Is support required spe

Re: Run-time disabling SSL compression

2005-12-02 Thread Dr. Stephen Henson
On Fri, Dec 02, 2005, Dmitry Belyavsky wrote: > Greetings! > > Is there a simple way to switch SSL compression off run-time? > Yes but its only currently supported in the 0.9.9 development version of OpenSSL. There you set the option SSL_OP_NO_COMPRESSION to the SSL_CTX or S

Run-time disabling SSL compression

2005-12-02 Thread Dmitry Belyavsky
Greetings! Is there a simple way to switch SSL compression off run-time? Thank you! -- SY, Dmitry Belyavsky (ICQ UIN 6575) __ OpenSSL Project http://www.openssl.org User Support Mailing

ssl compression

1999-02-05 Thread Nishith Dipak Shah
Hi. I posted this query on the old ssleay mailing list but I didnt get any replies. Does openssl support ssl compression? If yes, can somebody please send me example code (both client & server sides) that I can look at? Thanks a lot. -Nis