Commit ce98e95b authored by Rainer Jung's avatar Rainer Jung
Browse files

Thanks Yann for your additional patch but on second

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
parent f2ed3516
Loading
Loading
Loading
Loading
+0 −11
Original line number Diff line number Diff line
@@ -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