mirror of
https://github.com/certbot/certbot.git
synced 2026-08-01 19:02:52 +02:00
fixes https://github.com/certbot/certbot/issues/9967
actually fixing the underlying issue is being tracked by https://github.com/certbot/certbot/issues/10053
in addition to the unit test, i tested this manually. if you obtain any cert and run `certbot renew` in an up-to-date dev environment, there's 3 warnings when on `main` and none on this branch
(cherry picked from commit aa6ea3b513)
This commit is contained in:
@@ -3,6 +3,15 @@
|
||||
|
||||
Certbot adheres to [Semantic Versioning](https://semver.org/).
|
||||
|
||||
## 3.0.1 - main
|
||||
|
||||
### Fixed
|
||||
|
||||
* Removed a CryptographyDeprecationWarning that was being displayed to users
|
||||
when checking OCSP status.
|
||||
|
||||
More details about these changes can be found on our GitHub repo.
|
||||
|
||||
## 3.0.0 - 2024-11-05
|
||||
|
||||
### Added
|
||||
|
||||
Reference in New Issue
Block a user