Re: SSL_CTX_get_{first,next}_certificate (Re: svn commit: r1562500 - /httpd/httpd/branches/2.4.x/STATUS)

2014-02-03 Thread Dr Stephen Henson
On 02/02/2014 13:45, Kaspar Brand wrote: On 01.02.2014 14:37, Dr Stephen Henson wrote: I'm wondering how that could be avoided. Would a way to enumerate all certificates in an SSL_CTX structure in OpenSSL help? Something like SSL_CTX_get0_first_certificate() and

Re: svn commit: r1563894 - in /httpd/httpd/trunk/modules/ssl: ssl_engine_kernel.c ssl_private.h

2014-02-03 Thread Mike Rumph
Hello Jeff, s/limitiations/limitations/ Thanks, Mike Rumph On 2/3/2014 5:50 AM, traw...@apache.org wrote: Author: trawick Date: Mon Feb 3 13:50:14 2014 New Revision: 1563894 URL: http://svn.apache.org/r1563894 Log: fix a few spelling errors Modified:

Re: svn commit: r1563894 - in /httpd/httpd/trunk/modules/ssl: ssl_engine_kernel.c ssl_private.h

2014-02-03 Thread Mike Rumph
I think the following change is also valid: s/setup/set up/when used as a verb. On 2/3/2014 7:55 AM, Mike Rumph wrote: Hello Jeff, s/limitiations/limitations/ Thanks, Mike Rumph On 2/3/2014 5:50 AM, traw...@apache.org wrote: Author: trawick Date: Mon Feb 3 13:50:14 2014 New

Re: svn commit: r1562174 - in /httpd/httpd/branches/2.4.x: ./ STATUS docs/manual/ docs/manual/howto/ docs/manual/mod/ docs/manual/mod/mod_macro.xml docs/manual/rewrite/ docs/manual/rewrite/flags.xml m

2014-02-03 Thread Christophe JAILLET
Le 28/01/2014 20:40, j...@apache.org a écrit : Author: jim Date: Tue Jan 28 19:40:17 2014 New Revision: 1562174 URL: http://svn.apache.org/r1562174 Log: Merge r1556206 from trunk: avoid a tight busy loop with memory allocations when the [N] flag isn't making progress. If backported, probably

Re: svn commit: r1562174 - in /httpd/httpd/branches/2.4.x: ./ STATUS docs/manual/ docs/manual/howto/ docs/manual/mod/ docs/manual/mod/mod_macro.xml docs/manual/rewrite/ docs/manual/rewrite/flags.xml m

2014-02-03 Thread Eric Covener
19:40:17 2014 @@ -231,6 +231,9 @@ static const char* really_last_key = re #define subreq_ok(r) (!r-main || \ (r-main-uri r-uri strcmp(r-main-uri, r-uri))) +#ifndef REWRITE_MAX_ROUNDS +#define REWRITE_MAX_ROUNDS 32000 +#endif Should trunk be synch with 2.4.x with this 32000