From dcecf7b6592a01aca160a3e46191db6f4cf71568 Mon Sep 17 00:00:00 2001 From: Kaspar Brand Date: Tue, 1 Oct 2013 17:27:20 +0000 Subject: [PATCH] propose mod_ssl (EC)DH ephemeral keying patch git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1528154 13f79535-47bb-0310-9956-ffa450edef68 --- STATUS | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/STATUS b/STATUS index acce6e74f5..dd31bc14a3 100644 --- a/STATUS +++ b/STATUS @@ -238,6 +238,17 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: 2.4.x: trunk works module CHANGES +1: covener + * mod_ssl: improve ephemeral key handling - in particular, support DH params + with more than 1024 bits, and allow custom configuration. For a detailed + list of the changes, see the text at the beginning of the 2.4.x patch. + trunk patches: https://svn.apache.org/r1526168 + https://svn.apache.org/r1527291 + https://svn.apache.org/r1527294 + https://svn.apache.org/r1527295 + https://svn.apache.org/r1527926 + 2.4.x patch: https://people.apache.org/~kbrand/mod_ssl-2.4.x-ekh.diff + +1: kbrand, + A list of further possible backports can be found at: http://people.apache.org/~rjung/patches/possible-backports-httpd-trunk-2_4.txt If you want to propose one of those, please still add them here.