diff options
author | Stefan Eissing <icing@apache.org> | 2022-05-06 15:09:46 +0200 |
---|---|---|
committer | Stefan Eissing <icing@apache.org> | 2022-05-06 15:09:46 +0200 |
commit | 2115b2996809459f31caad7ae7e1bc61c0cc7570 (patch) | |
tree | 47d517a7d56c8c3ee512f1c94e0914fba92e7f34 /changes-entries | |
parent | r1900362 followup: clang -Wexpansion-to-defined (diff) | |
download | apache2-2115b2996809459f31caad7ae7e1bc61c0cc7570.tar.xz apache2-2115b2996809459f31caad7ae7e1bc61c0cc7570.zip |
*) mod_md: fixed a bug leading to failed transfers for OCSP
stapling information when more than 6 certificates needed
updates in the same run.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1900628 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'changes-entries')
-rw-r--r-- | changes-entries/md_ocsp_update.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/changes-entries/md_ocsp_update.txt b/changes-entries/md_ocsp_update.txt new file mode 100644 index 0000000000..474cb9016d --- /dev/null +++ b/changes-entries/md_ocsp_update.txt @@ -0,0 +1,3 @@ + *) mod_md: fixed a bug leading to failed transfers for OCSP + stapling information when more than 6 certificates needed + updates in the same run. [Stefan Eissing] |