]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Merge of r1901546 from trunk:
authorStefan Eissing <icing@apache.org>
Thu, 2 Jun 2022 09:19:37 +0000 (09:19 +0000)
committerStefan Eissing <icing@apache.org>
Thu, 2 Jun 2022 09:19:37 +0000 (09:19 +0000)
update of mod_md change description.
[skip ci]

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

changes-entries/md_ocsp_query.txt

index f07a2ed946764618c3240c07ac7950fb07e90fa7..719dc59cc353e9e35ee107ea0b47658c6c8eff88 100644 (file)
@@ -1,4 +1,6 @@
-  *) mod_md: a logic bug in sending long OCSP HTTP request bodies was fixed.
-     This did not happen in normal use as request sizes for OSCP queries
-     never exceed that length.
+  *) mod_md:  a bug was fixed that caused very large MDomains
+     with the combined DNS names exceeding ~7k to fail, as
+     request bodies would contain partially wrong data from
+     uninitialized memory. This would have appeared as failure
+     in signing-up/renewing such configurations.
      [Stefan Eissing, Ronald Crane (Zippenhop LLC)]
\ No newline at end of file