From: Stefan Eissing Date: Thu, 2 Jun 2022 09:19:37 +0000 (+0000) Subject: Merge of r1901546 from trunk: X-Git-Tag: 2.4.54-rc1-candidate~13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=df7e3fc3d51b3c8830e74fccff7b4ad411140230;p=thirdparty%2Fapache%2Fhttpd.git Merge of r1901546 from trunk: 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 --- diff --git a/changes-entries/md_ocsp_query.txt b/changes-entries/md_ocsp_query.txt index f07a2ed9467..719dc59cc35 100644 --- a/changes-entries/md_ocsp_query.txt +++ b/changes-entries/md_ocsp_query.txt @@ -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