]> granicus.if.org Git - apache/commitdiff
Thanks Yann for your additional patch but on second
authorRainer Jung <rjung@apache.org>
Thu, 15 Mar 2018 23:27:20 +0000 (23:27 +0000)
committerRainer Jung <rjung@apache.org>
Thu, 15 Mar 2018 23:27:20 +0000 (23:27 +0000)
thought the whole feature can't be backported
due to our support of OpenSSL 0.9.8 in 2.4.x
and EC_curve_nid2nist() is only available in
1.0.2+.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1826901 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 53bc4acc2e56772b6069623ed22853d82c3e9ed9..b6071cdcdc669e5896548e30aca88dfb6aed38a0 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -145,17 +145,6 @@ PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
   [ New proposals should be added at the end of the list ]
 
-  *) ab: print Server Temp Key information.
-     Plus follow up to r1738415: EC_curve_nid2nist() available in OpenSSL-1.0.2 and later.
-     This brings 2.4.x ab in sync with trunk.
-     trunk patches: http://svn.apache.org/r1738415
-                    http://svn.apache.org/r1741566
-     2.4.x patch: https://home.apache.org/~rjung/patches/httpd-2.4.x-ab-print-server-temp-key.patch
-                  plus CHANGES
-     +1: rjung, covener
-     ylavic: r1826880 needed, for instance google returns none of the
-             handled key IDs (my +1 with it).
-
   *) rotatelogs: Add an option to autocreate directories to rotatelogs.
      PR: 46669
      trunk patch: http://svn.apache.org/r1533810