summaryrefslogtreecommitdiff
path: root/changes-entries
diff options
context:
space:
mode:
authorStefan Eissing <icing@apache.org>2022-05-06 13:09:46 +0000
committerStefan Eissing <icing@apache.org>2022-05-06 13:09:46 +0000
commit2115b2996809459f31caad7ae7e1bc61c0cc7570 (patch)
tree47d517a7d56c8c3ee512f1c94e0914fba92e7f34 /changes-entries
parente7dfa99412c862d89a9f8f0146653387f12ff74c (diff)
downloadhttpd-2115b2996809459f31caad7ae7e1bc61c0cc7570.tar.gz
*) 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.txt3
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]