mirror of
https://github.com/certbot/certbot.git
synced 2026-08-03 08:03:10 +02:00
Update changelog for 5.0.0 release
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
Removed final instances of pyopenssl x509 and PKey objects
|
||||
* Removed `acme.crypto_util.SSLSocket`
|
||||
* Removed `acme.crypto_util.probe_sni`
|
||||
@@ -1,5 +0,0 @@
|
||||
Removed a number of deprecated classes/interfaces
|
||||
* Removed `acme.challenges.TLSALPN01Response`
|
||||
* Removed `acme.challenges.TLSALPN01`
|
||||
* Removed `acme.standalone.TLSServer`
|
||||
* Removed `acme.standalone.TLSALPN01Server`
|
||||
@@ -1 +0,0 @@
|
||||
certbot.ocsp.RevocationChecker.__init__ no longer accepts the parameter `enforce_openssl_binary_usage` and always uses the cryptography Python library for OCSP checking.
|
||||
@@ -1 +0,0 @@
|
||||
Certbot now stores the Retry-After value given by ACME Renewal Info (ARI) so the value can be respected across multiple Certbot runs.
|
||||
@@ -1,3 +0,0 @@
|
||||
Removed final instances of pyopenssl x509 and PKey objects
|
||||
* Removed `acme.crypto_util.SSLSocket`
|
||||
* Removed `acme.crypto_util.probe_sni`
|
||||
@@ -1 +0,0 @@
|
||||
Python 3.9 support was removed.
|
||||
@@ -1 +0,0 @@
|
||||
Migrated most functionality from `certbot/setup.py` to `certbot/pyproject.toml`
|
||||
@@ -1 +0,0 @@
|
||||
Migrated most functionality from `setup.py` to `pyproject.toml` for acme, certbot-apache, and certbot-nginx.
|
||||
@@ -1 +0,0 @@
|
||||
Migrated most functionality from `setup.py` to `pyproject.toml` for certbot dns plugins.
|
||||
@@ -1 +0,0 @@
|
||||
Added `uv` as a test dependency, and switched most `pip` invocations to `uv pip` for faster installs.
|
||||
@@ -1,3 +0,0 @@
|
||||
Updated apache TLS configuration options based on changes to Mozilla's intermediate configuration recommendations.
|
||||
* Added `DHE-RSA-CHACHA20-POLY1305` to `SSLCipherSuite` list for better compliance
|
||||
* Configured curves using `SSLOpenSSLConfCmd` so FFDH won't be used with OpenSSL 3.0
|
||||
@@ -1 +0,0 @@
|
||||
certbot-apache no longer prints a warning claiming the version of OpenSSL used by Apache is too old when we were unable determine the OpenSSL version.
|
||||
@@ -1 +0,0 @@
|
||||
certbot-nginx no longer uses socket.gethostname when generating self-signed certificates for use as a temporary step of installing certificates as it would sometimes result in strings that are too long to be used in the common name of a certificate. The static domain "temp-certbot-nginx.invalid" is now used instead.
|
||||
Reference in New Issue
Block a user