summaryrefslogtreecommitdiffstats
path: root/changes-entries
diff options
context:
space:
mode:
authorStefan Eissing <icing@apache.org>2024-04-08 13:24:18 +0200
committerStefan Eissing <icing@apache.org>2024-04-08 13:24:18 +0200
commit8ffa19a1f7eb03b156e6bdbda65b3d2a2de9dfe8 (patch)
treed35722cd2abd68e42eaf9ddcc05cf05e8d57b703 /changes-entries
parentFix occasional pytest failures (diff)
downloadapache2-8ffa19a1f7eb03b156e6bdbda65b3d2a2de9dfe8.tar.xz
apache2-8ffa19a1f7eb03b156e6bdbda65b3d2a2de9dfe8.zip
mod_md: update to v2.4.26
- Using OCSP stapling information to trigger certificate renewals. Proposed by @frasertweedale. - Added directive `MDCheckInterval` to control how often the server checks for detected revocations. Added proposals for configurations in the README.md chapter "Revocations". - OCSP stapling: accept OCSP responses without a `nextUpdate` entry which is allowed in RFC 6960. Treat those as having an update interval of 12 hours. Added by @frasertweedale. - Adapt OpenSSL usage to changes in their API. By Yann Ylavic. Test Updates - workarounds for using Pebble v2.5 - disable EAB tests for Pebble since v2.5 no longer supports HS256 FWT for EAB keys - some stability improvemnets in error/warning checks git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1916861 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'changes-entries')
-rw-r--r--changes-entries/md_2.4.26.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/changes-entries/md_2.4.26.txt b/changes-entries/md_2.4.26.txt
new file mode 100644
index 0000000000..9b82f611f1
--- /dev/null
+++ b/changes-entries/md_2.4.26.txt
@@ -0,0 +1,10 @@
+ * mod_md:
+ - Using OCSP stapling information to trigger certificate renewals. Proposed
+ by @frasertweedale.
+ - Added directive `MDCheckInterval` to control how often the server checks
+ for detected revocations. Added proposals for configurations in the
+ README.md chapter "Revocations".
+ - OCSP stapling: accept OCSP responses without a `nextUpdate` entry which is
+ allowed in RFC 6960. Treat those as having an update interval of 12 hours.
+ Added by @frasertweedale.
+ - Adapt OpenSSL usage to changes in their API. By Yann Ylavic.