Deprecate parameter enforce_openssl_binary_usage (#10300)

Part of https://github.com/certbot/certbot/issues/10291
This commit is contained in:
Jacob Hoffman-Andrews
2025-05-29 13:28:48 -07:00
committed by GitHub
parent 7a27a67cdb
commit dbd0c6fce8
3 changed files with 9 additions and 0 deletions
+1
View File
@@ -18,6 +18,7 @@ Certbot adheres to [Semantic Versioning](https://semver.org/).
* Deprecated `acme.crypto_util.SSLSocket`
* Deprecated `acme.standalone.TLSServer`
* Deprecated `acme.standalone.TLSALPN01Server`
* Deprecated parameter `enforce_openssl_binary_usage` from certbot.ocsp.RevocationChecker.
* Dropped support for Python 3.9.0 and 3.9.1 for compatibility with newer
versions of the cryptography Python package. Python 3.9.2+ is still
supported.