reassign 289872 libssl-0.9.7
thanks

[abstract for libssl maintainer:  
zlib compression for stunnel4 doesn't work, while rle compression works
fine.  Seems to be a libssl probleem.]

> * Bas Zoetekouw <[EMAIL PROTECTED]> [2005-01-12 10:50:55 +0100]:
> 
> > > I think this is a libssl problem because stunnel only use COMP_zlib or
> > > COMP_rle function from libssl (openssl) for compression.
> > 
> > Hmm, ok.  So should I reassign this bug to libssl?
> 
> I think yes, here is the part of code from stunnel4 that use compression:
>     switch(options.compression) {
>     case COMP_ZLIB:
>         id=0xe0;
>         cm=COMP_zlib();
>         name="zlib";
>         break;
>     case COMP_RLE:
>         id=0xe1;
>         cm=COMP_rle();
>         name="rle";
>         break;
>     default:
>         s_log(LOG_ERR, "INTERNAL ERROR: Bad compression method");
>         exit(1);
>     }
> 
> I dont't think the problem of zlib initialization is in stunnel.
> 
> Best Regards.
> -- 
> Julien LEMOINE / SpeedBlue
> 

-- 
Kind regards,
+--------------------------------------------------------------------+
| Bas Zoetekouw              | GPG key: 0644fab7                     |
|----------------------------| Fingerprint: c1f5 f24c d514 3fec 8bf6 |
| [EMAIL PROTECTED], [EMAIL PROTECTED] |              a2b1 2bae e41f 0644 fab7 |
+--------------------------------------------------------------------+ 


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to