]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
update after back port [skip ci]
authorStefan Eissing <icing@apache.org>
Thu, 9 Sep 2021 15:23:16 +0000 (15:23 +0000)
committerStefan Eissing <icing@apache.org>
Thu, 9 Sep 2021 15:23:16 +0000 (15:23 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1893183 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 8bc9f38c3b00e6a3497d4d41c5d50b1195a91ebb..4bc0a623be8e89c6b5e920ba6e674a03e3214bda 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -141,24 +141,6 @@ RELEASE SHOWSTOPPERS:
 PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
   [ start all new proposals below, under PATCHES PROPOSED. ]
 
-  *) back port: new ap_ssl_bind_outgoing for multi ssl support in proxy connections
-     core/mod_proxy/mod_ssl:
-       Adding outgoing flag to conn_rec, indicating a connection is
-       initiated by the server to somewhere, in contrast to incoming
-       connections from clients.
-       Adding 'ap_ssl_bind_outgoing()function that marks a connection as outgoing
-       and is used by mod_proxy instead of the previous optional functionssl_engine_set.
-       This enables other SSL module to secure proxy connections. The optional
-       functions ssl_engine_set, ssl_engine_disableandssl_proxy_enableare now provided
-       by the core to have backward compatibility with non-httpd modules that might
-       use them. mod_ssl itself no longer registers these functions, but keeps them
-       in its header for backward compatibility. The core provided optional function
-       wrap any registered function like it was done forssl_is_ssl`.
-     trunk patch: http://svn.apache.org/r1890605
-     2.4.x patch: https://github.com/apache/httpd/pull/203.diff
-           PR: https://github.com/apache/httpd/pull/203
-     +1: icing, minfrin, rpluem
-
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
   [ New proposals should be added at the end of the list ]