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:
-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.