Re: openSSL 0.9.7 and COMP_{zlib,rle}

2003-01-15 Thread Andrew Marlow
[EMAIL PROTECTED] writes: >In message ><[EMAIL PROTECTED]> on Wed, >15 Jan 2003 10:20:46 +, Andrew Marlow <[EMAIL PROTECTED]> said: > >apm35> I would like to report a bug in openSSL version 0.9.7. >apm35> I cannot get on-the-fly compression to work using >apm35> SSL_COMP_add_compression_method.

Re: openSSL 0.9.7 and COMP_{zlib,rle}

2003-01-15 Thread Richard Levitte - VMS Whacker
In message <[EMAIL PROTECTED]> on Wed, 15 Jan 2003 10:20:46 +, Andrew Marlow <[EMAIL PROTECTED]> said: apm35> I would like to report a bug in openSSL version 0.9.7. apm35> I cannot get on-the-fly compression to work using apm35> SSL_COMP_add_compression_method. The performance apm35> of the s

openSSL 0.9.7 and COMP_{zlib,rle}

2003-01-15 Thread Andrew Marlow
I would like to report a bug in openSSL version 0.9.7. I cannot get on-the-fly compression to work using SSL_COMP_add_compression_method. The performance of the ssltest program is the same with or without the -zlib command line option. My own program behaves in a similar way. I have added trace to