]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Propose coalescing fixes for mod_ssl. [skip ci]
authorJoe Orton <jorton@apache.org>
Thu, 21 Jan 2021 11:41:58 +0000 (11:41 +0000)
committerJoe Orton <jorton@apache.org>
Thu, 21 Jan 2021 11:41:58 +0000 (11:41 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1885753 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 40d6f649d89e5bcbd3904e14212f4e945693925a..9891b1edb7e09e3dcd7044bfb5c6c2842a9cc6da 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -203,6 +203,21 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
     2.4.x patch: https://svn.apache.org/repos/asf/httpd/httpd/patches/2.4.x/httpd-2.4-dav-functions2.patch
     +1: minfrin
 
+  *) mod_ssl: Improve the coalescing filter to buffer into larger TLS
+     records, and avoid revealing the HTTP header size via TLS record
+     boundaries (for common response generators).
+     trunk patch: http://svn.apache.org/r1875871
+                  http://svn.apache.org/r1875879
+                  http://svn.apache.org/r1875881
+                  http://svn.apache.org/r1875883
+                  http://svn.apache.org/r1875988
+                  http://svn.apache.org/r1876014
+                  http://svn.apache.org/r1876037
+                  http://svn.apache.org/r1876787
+     2.4.x patch: https://github.com/apache/httpd/pull/113/commits/ed83740a67b63c678c666ffa6e63f456e6ee71d8
+     CI results:  https://travis-ci.com/github/apache/httpd/builds/213760432
+     +1: jorton, 
+
   *) mod_proxy_hcheck: Don't pile up health checks if the previous one did
      not finish before hcinterval.  PR 63010.
      trunk patch: http://svn.apache.org/r1885691