Re: [VOTE] Bundle apr/apu with 2.4.x

2012-02-04 Thread Kaspar Brand
On 03.02.2012 20:55, Stefan Fritsch wrote: On Thursday 02 February 2012, Jim Jagielski wrote: [ ] +1: Bundle apr/apu w/ Apache httpd 2.4.x [ ] +0: I don't care [X] -1: Do not bundle apr/apu with Apache httpd 2.4.x Provided that the --with-included-apr mechanism stays and the docs say

Re: [PATCH] trunk/2.4 core output filter is broken

2012-02-04 Thread Stefan Fritsch
On Saturday 04 February 2012, Gregg Smith wrote: This fixes the crash, thanks. Thanks. Committed to trunk and 2.4

Re: OpenSSL configuration and mod_ssl

2012-02-04 Thread Graham Leggett
On 02 Feb 2012, at 4:13 PM, Dr Stephen Henson wrote: So my thoughts are that this concept could be generalised. A simple answer is to add new string setting options. For example: int SSL_CTX_set_options_string(SSL_CTX *ctx, const char *str); This works for existing simple configuration

Re: [PATCH] trunk/2.4 core output filter is broken

2012-02-04 Thread Jim Jagielski
FanTAStic!!! On Feb 4, 2012, at 5:11 AM, Stefan Fritsch wrote: On Saturday 04 February 2012, Gregg Smith wrote: This fixes the crash, thanks. Thanks. Committed to trunk and 2.4

Re: OpenSSL configuration and mod_ssl

2012-02-04 Thread Dr Stephen Henson
On 04/02/2012 07:32, Kaspar Brand wrote: On 02.02.2012 15:13, Dr Stephen Henson wrote: int SSL_CTX_config(SSL_CTX *ctx, const char *config_name); Where config_name is a named configuration option in the OpenSSL configuration file. This has the substantial advantage that there would then

Certificate handling limitations in mod_ssl.

2012-02-04 Thread Dr Stephen Henson
The way mod_ssl currently handles certificates and private keys is rather restrictive and means some of OpenSSL's current and planned future features can't be used automatically. Currently mod_ssl hard codes algorithms and has a limitation of one certificate per algorithm. This has two

Re: [VOTE] Bundle apr/apu with 2.4.x

2012-02-04 Thread William A. Rowe Jr.
On 2/4/2012 2:07 AM, Kaspar Brand wrote: On 03.02.2012 20:55, Stefan Fritsch wrote: On Thursday 02 February 2012, Jim Jagielski wrote: [ ] +1: Bundle apr/apu w/ Apache httpd 2.4.x [ ] +0: I don't care [X] -1: Do not bundle apr/apu with Apache httpd 2.4.x Provided that the