Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/certbot/certbot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrad Warren <bmw@users.noreply.github.com>2019-03-12 02:14:20 +0300
committerGitHub <noreply@github.com>2019-03-12 02:14:20 +0300
commita7f2f24426e7d4025e5c32b684324a3fb8a81f01 (patch)
tree963e2647586f42657ea21ba5b0eb373d37a2773a
parent81d9b5250e1d50b376170186b661c6c4ca132956 (diff)
Mention OCSP UTC fix in changelog. (#6845)
-rw-r--r--CHANGELOG.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3b49d5275..cc34634ac 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -15,13 +15,15 @@ Certbot adheres to [Semantic Versioning](https://semver.org/).
### Fixed
-*
+* Certbot uses the Python library cryptography for OCSP when cryptography>=2.5
+ is installed. We fixed a bug in Certbot causing it to interpret timestamps in
+ the OCSP response as being in the local timezone rather than UTC.
Despite us having broken lockstep, we are continuing to release new versions of
all Certbot components during releases for the time being, however, the only
package with changes other than its version number was:
-*
+* certbot
More details about these changes can be found on our GitHub repo.