diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2022-08-20 16:43:03 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2022-08-20 18:22:39 +0100 |
commit | 9641b6648d2d2d87e14856f9c3383deb86772757 (patch) | |
tree | bbcc9665596db809d4ced5dd463e72de73e08b3e /doc/doc-txt/ChangeLog | |
parent | ba47f2909371787b76d213ea012c6b950f9f8080 (diff) |
OpenSSL: fix reload of changed OCSP proof
Diffstat (limited to 'doc/doc-txt/ChangeLog')
-rw-r--r-- | doc/doc-txt/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog index d17370589..6a4e10915 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -26,6 +26,10 @@ JH/05 Follow symlinks for placing a watch on TLS creds files. This means JH/06 Check for bad chars in rDNS for sender_host_name. The OpenBSD (at least) dn_expand() is happy to pass them through. +JH/07 OpenSSL Fix auto-reload of changed server OCSP proof. Previously, if + the file with the proof had an unchanged name, the new proof(s) were + loaded on top of the old ones (and nover used; the old ones were stapled). + Exim version 4.96 ----------------- |