From: Stefan Eissing Date: Thu, 2 Jun 2022 09:18:17 +0000 (+0000) Subject: update of mod_md change description. [skip ci] X-Git-Tag: 2.5.0-alpha2-ci-test-only~306 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9c65ecf6fe76963a9ac017761175f380ac5078e5;p=thirdparty%2Fapache%2Fhttpd.git update of mod_md change description. [skip ci] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1901546 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