From 459ba89aef834afa41923091d56cce3080bd872f Mon Sep 17 00:00:00 2001 From: Brad Warren Date: Tue, 4 Jun 2019 14:17:49 -0700 Subject: [PATCH] Add changelog entry about #7054. (#7122) * Add changelog entry about #7054. * Fix typo noticed by cpu Co-Authored-By: Daniel McCarney --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 83e62c792..b4e238535 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,9 @@ Certbot adheres to [Semantic Versioning](https://semver.org/). * Renewal parameter `webroot_path` is always saved, avoiding some regressions when `webroot` authenticator plugin is invoked with no challenge to perform. +* Certbot now accepts OCSP responses when an explicit authorized + responder, different from the issuer, is used to sign OCSP + responses. * Scripts in Certbot hook directories are no longer executed when their filenames end in a tilde.