- update to version 5.0.0
* Python 3.9 support was removed
* Migrated most functionality from setup.py to pyproject.toml
* Updated apache TLS configuration options:
* Added DHE-RSA-CHACHA20-POLY1305 to SSLCipherSuite list
* Configured curves using SSLOpenSSLConfCmd so FFDH won't be used
with OpenSSL 3.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
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot-apache?expand=0&rev=110
This commit is contained in:
@@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 3 12:24:19 UTC 2025 - Markéta Machová <mmachova@suse.com>
|
||||
|
||||
- update to version 5.0.0
|
||||
* Python 3.9 support was removed
|
||||
* Migrated most functionality from setup.py to pyproject.toml
|
||||
* Updated apache TLS configuration options:
|
||||
* Added DHE-RSA-CHACHA20-POLY1305 to SSLCipherSuite list
|
||||
* Configured curves using SSLOpenSSLConfCmd so FFDH won't be used
|
||||
with OpenSSL 3.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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 12 16:02:42 UTC 2025 - Markéta Machová <mmachova@suse.com>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user