]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Proposing backport of ap_ssl_* functions and related changes.
authorStefan Eissing <icing@apache.org>
Wed, 24 Mar 2021 14:10:09 +0000 (14:10 +0000)
committerStefan Eissing <icing@apache.org>
Wed, 24 Mar 2021 14:10:09 +0000 (14:10 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1888008 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 95c3a16dcc91a10ea02581e8caf0ad60f1d865fc..593892c763051b29e6cfd3fe090c34ae76f34f3c 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -174,6 +174,19 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      2.4.x patch: svn merge -c 1882370 ^/httpd/httpd/trunk .
      +1: ylavic, jorton, 
 
+  *) core/mod_ssl/mod_md:
+     - adding new ap_ssl_*() functions for a backward
+       compatible replacement of the major optional mod_ssl functions. This
+       allows other ssl modules to work without impersonating mod_ssl and
+       also allows different ssl modules being active on separate ports.
+     - latest mod_md with support for multiple certificates per domain
+       and ECDSA certificates. Removed ACMEv1 support.
+     - Interworking mod_md and ssl modules changed to exchange PEM strings
+       instead of file paths for ACME challenges.
+     Sorry, large patch, but it all hangs together.
+     PR: https://github.com/apache/httpd/pull/178
+     +1: icing
+
 PATCHES/ISSUES THAT ARE BEING WORKED
   [ New entries should be added at the START of the list ]