Re: ssltest and on-the-fly ZLIB compression

2003-01-15 Thread Andrew Marlow
[EMAIL PROTECTED] writes: >* Andrew Marlow ([EMAIL PROTECTED]) wrote: >> >> I have done some more investigation and have found that ssltest >> will compress when the TLS1 protocol is explicitly selected. > >I also took a look - it seems the problem is the v23 SSL/TLS method, >it's there to provide

Re: ssltest and on-the-fly ZLIB compression

2003-01-15 Thread Geoff Thorpe
* Andrew Marlow ([EMAIL PROTECTED]) wrote: > > I have done some more investigation and have found that ssltest > will compress when the TLS1 protocol is explicitly selected. I also took a look - it seems the problem is the v23 SSL/TLS method, it's there to provide a handshake that can negotiate a

Re: ssltest and on-the-fly ZLIB compression

2003-01-15 Thread Andrew Marlow
[EMAIL PROTECTED] writes: >In message ><[EMAIL PROTECTED]> on Wed, >15 Jan 2003 17:55:05 +, Andrew Marlow <[EMAIL PROTECTED]> said: > >apm35> I have received a disappointing response to this query so far. > >Here's a less disappointing one: I'm looking into it. I've observed >the same as you,

Re: ssltest and on-the-fly ZLIB compression

2003-01-15 Thread Richard Levitte - VMS Whacker
In message <[EMAIL PROTECTED]> on Wed, 15 Jan 2003 10:26:59 -0800, Neil Nelson <[EMAIL PROTECTED]> said: news_replies> I executed zlib external to SSL which is fairly simple and news_replies> allows greater control over, e.g., the zlib compression level news_replies> parameter. Of course, one ca

Re: ssltest and on-the-fly ZLIB compression

2003-01-15 Thread Neil Nelson
Andrew Marlow, I executed zlib external to SSL which is fairly simple and allows greater control over, e.g., the zlib compression level parameter. This post is about my attempts to discover why the ssltest program does not use compression when -zlib is given on the command line. My openSSL is ve

Re: ssltest and on-the-fly ZLIB compression

2003-01-15 Thread Richard Levitte - VMS Whacker
In message <[EMAIL PROTECTED]> on Wed, 15 Jan 2003 17:55:05 +, Andrew Marlow <[EMAIL PROTECTED]> said: apm35> I have received a disappointing response to this query so far. Here's a less disappointing one: I'm looking into it. I've observed the same as you, that the compression methods aren

ssltest and on-the-fly ZLIB compression

2003-01-15 Thread Andrew Marlow
This post is about my attempts to discover why the ssltest program does not use compression when -zlib is given on the command line. My openSSL is version 0.9.7 and was built via the command './Configure shared zlib'. I have proved that compression does not occur. I proved it via trace statements i