Re: ./config and -no-zlib

2012-12-30 Thread Dr. Stephen Henson
On Sun, Dec 30, 2012, Jeffrey Walton wrote: > On Sun, Dec 30, 2012 at 11:06 AM, Dr. Stephen Henson > wrote: > > On Sat, Dec 29, 2012, Dr. Stephen Henson wrote: > > > >> On Fri, Dec 28, 2012, Jeffrey Walton wrote: > >> > >> > On Fri, Dec 28, 2012 at 3:23 PM, Michael Mueller > >> > wrote: > >> >

Re: ./config and -no-zlib

2012-12-30 Thread Jeffrey Walton
On Sun, Dec 30, 2012 at 11:06 AM, Dr. Stephen Henson wrote: > On Sat, Dec 29, 2012, Dr. Stephen Henson wrote: > >> On Fri, Dec 28, 2012, Jeffrey Walton wrote: >> >> > On Fri, Dec 28, 2012 at 3:23 PM, Michael Mueller >> > wrote: >> > > i was going to do this: >> > > >> > > SSL_CTX_set_options(ctx

Re: ./config and -no-zlib

2012-12-30 Thread Dr. Stephen Henson
On Sat, Dec 29, 2012, Dr. Stephen Henson wrote: > On Fri, Dec 28, 2012, Jeffrey Walton wrote: > > > On Fri, Dec 28, 2012 at 3:23 PM, Michael Mueller > > wrote: > > > i was going to do this: > > > > > > SSL_CTX_set_options(ctx, SSL_OP_NO_SSLv2 | SSL_OP_NO_COMPRESSION); > > Yeah, it looks like th

Re: ./config and -no-zlib

2012-12-28 Thread Jeffrey Walton
On Fri, Dec 28, 2012 at 6:32 PM, Dr. Stephen Henson wrote: > On Fri, Dec 28, 2012, Jeffrey Walton wrote: > >> On Fri, Dec 28, 2012 at 3:23 PM, Michael Mueller wrote: >> > i was going to do this: >> > >> > SSL_CTX_set_options(ctx, SSL_OP_NO_SSLv2 | SSL_OP_NO_COMPRESSION); >> Yeah, it looks like th

Re: ./config and -no-zlib

2012-12-28 Thread Dr. Stephen Henson
On Fri, Dec 28, 2012, Jeffrey Walton wrote: > On Fri, Dec 28, 2012 at 3:23 PM, Michael Mueller wrote: > > i was going to do this: > > > > SSL_CTX_set_options(ctx, SSL_OP_NO_SSLv2 | SSL_OP_NO_COMPRESSION); > Yeah, it looks like that's the option. I would prefer to remove the > code paths all toget

Re: ./config and -no-zlib

2012-12-28 Thread Jeffrey Walton
On Fri, Dec 28, 2012 at 3:14 PM, Jeffrey Walton wrote: > On Fri, Dec 28, 2012 at 7:48 AM, Michael Mueller wrote: >> i compiled openssl with no-zlib >> >> ldd client >> linux-vdso.so.1 => (0x7fff059ff000) >> libssl.so.1.0.0 => /lib64/libssl.so.1.0.0 (0x7fefccdc9000) >>

Re: ./config and -no-zlib

2012-12-28 Thread Jeffrey Walton
On Fri, Dec 28, 2012 at 3:23 PM, Michael Mueller wrote: > i was going to do this: > > SSL_CTX_set_options(ctx, SSL_OP_NO_SSLv2 | SSL_OP_NO_COMPRESSION); Yeah, it looks like that's the option. I would prefer to remove the code paths all together though. If the code path does not exist, it cannot b

Re: ./config and -no-zlib

2012-12-28 Thread Michael Mueller
i was going to do this: SSL_CTX_set_options(ctx, SSL_OP_NO_SSLv2 | SSL_OP_NO_COMPRESSION); On Fri, Dec 28, 2012 at 3:14 PM, Jeffrey Walton wrote: > On Fri, Dec 28, 2012 at 7:48 AM, Michael Mueller > wrote: > > i compiled openssl with no-zlib > > > > ldd client > > linux-vdso.so.1 =>

Re: ./config and -no-zlib

2012-12-28 Thread Jeffrey Walton
On Fri, Dec 28, 2012 at 7:48 AM, Michael Mueller wrote: > i compiled openssl with no-zlib > > ldd client > linux-vdso.so.1 => (0x7fff059ff000) > libssl.so.1.0.0 => /lib64/libssl.so.1.0.0 (0x7fefccdc9000) > libcrypto.so.1.0.0 => /lib64/libcrypto.so.1.0.0 (0x7fef

Re: ./config and -no-zlib

2012-12-28 Thread Michael Mueller
i compiled openssl with no-zlib here is ldd of my client: > ldd client linux-vdso.so.1 => (0x7fff059ff000) libssl.so.1.0.0 => /lib64/libssl.so.1.0.0 (0x7fefccdc9000) libcrypto.so.1.0.0 => /lib64/libcrypto.so.1.0.0 (0x7fefcca17000) libpthread.so.0 => /l

./config and -no-zlib

2012-12-26 Thread Jeffrey Walton
Hi All, Is it sufficient to use -no-zlib to turn off SSL/TLS compression? Or is compression available through other libraries? Jeff __ OpenSSL Project http://www.openssl.org User Support Mailing Li