You are viewing a plain text version of this content. The canonical link for it is here.
Posted to test-dev@httpd.apache.org by Aaron Bannert <aa...@clove.org> on 2001/08/14 02:00:33 UTC

flood and openssl

So, does openssl-0.9.5a just not work with flood? There is a particular
preprocessor symbol, SSL_MODE_AUTO_RETRY, that does not appear in my
0.9.5a but works with 0.9.6.

Should we have autoconf check for >= openssl-0.9.6?

-aaron

Re: flood and openssl

Posted by Justin Erenkrantz <je...@ebuilt.com>.
On Mon, Aug 13, 2001 at 05:00:33PM -0700, Aaron Bannert wrote:
> So, does openssl-0.9.5a just not work with flood? There is a particular
> preprocessor symbol, SSL_MODE_AUTO_RETRY, that does not appear in my
> 0.9.5a but works with 0.9.6.
>
> Should we have autoconf check for >= openssl-0.9.6?

+1.  

OpenSSL-0.9.6 and prior versions seem to have bad race conditions
(the test should be >= 0.9.6a).  For my builds, I've been using 0.9.6b 
and haven't had any major problems (yet).  -- justin