You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Justin Erenkrantz <ju...@erenkrantz.com> on 2008/09/16 21:08:16 UTC

Re: [PATCH] Dynamic locking upcalls in mod_ssl

On Thu, Aug 14, 2008 at 10:04 PM, Sander Temme <sc...@apache.org> wrote:
> Folks,
>
> The following patch against trunk adds dynamic locking callbacks to mod_ssl.
>  OpenSSL uses these in several places, including the CHIL engine that
> interfaces with the nCipher products.  I work at nCipher, and this patch
> makes the CHIL engine load into a stock, unpatched openssl 0.9.8.
>
> I've tested this on Linux (Ubuntu 7.10 w/ OpensSSL 0.9.8e-5ubuntu3.2) and
> put some load on this on Solaris 10 x86_64 with OpenSSL 0.9.8h.  It's not a
> lot of code, and I don't think it gets in anyone's way.  Opinions
> appreciated, especially on whether I'm doing the right thing with that pool:

Going into the wayback machine a little bit, but it's sad how often we
need to keep putting this code everywhere.  =)

http://svn.apache.org/repos/asf/httpd/flood/trunk/flood_net_ssl.c
http://code.google.com/p/serf/source/browse/trunk/buckets/ssl_buckets.c

I had serious flashbacks when I reviewed this patch.  *grin*  -- justin