From: Stefan Fritsch Date: Mon, 12 Aug 2013 19:06:27 +0000 (+0000) Subject: update patch, reply X-Git-Tag: 2.2.26~31 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=49184c626c8b553776765b3f1ecb51b5740d80ab;p=thirdparty%2Fapache%2Fhttpd.git update patch, reply git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1513223 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index f427673a8a5..aca1810e5ca 100644 --- a/STATUS +++ b/STATUS @@ -114,21 +114,25 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: * mod_ssl: Support ECC keys trunk patch: http://svn.apache.org/r834378 + http://svn.apache.org/r835046 http://svn.apache.org/r1040304 http://svn.apache.org/r1040373 http://svn.apache.org/r1090645 http://svn.apache.org/r1294306 http://svn.apache.org/r1509872 - 2.4.x patch: first four from above, plus + 2.4.x patch: first five from above, plus http://svn.apache.org/r1308862 http://svn.apache.org/r1509875 - 2.2.x patch: http://people.apache.org/~sf/ECC-2.2.diff + 2.2.x patch: http://people.apache.org/~sf/ECC-2.2-v2.diff +1: sf trawick: Is there any particular reason that the patch doesn't define OPENSSL_NO_EC for older OpenSSL levels and use that as the feature check, as is done in the 2.4.x branch? I guess I can help out with that if it is just a matter of labor. + sf: It does (in ssl_toolkit_compat.h where these things are in 2.2). + But v1 of the patch lacked one commit to properly use OPENSSL_NO_EC + everywhere. Fixed in v2. * mod_ssl config: Fix range check bug with SSLRenegBufferSize trunk patch: http://svn.apache.org/r954641