Accepting request 685973 from home:mcalabkova:branches:devel:languages:python:certbot
- update to version 0.32.0
* If possible, Certbot uses built-in support for OCSP from recent
cryptography versions instead of the OpenSSL binary: as a
consequence Certbot does not need the OpenSSL binary to be
installed anymore if cryptography>=2.5 is installed.
* Certbot and its acme module now depend on josepy>=1.1.0.
* Apache plugin now respects CERTBOT_DOCS environment variable when
adding command line defaults.
* The running of manual plugin hooks is now always included in
Certbot's log output.
* Tests execution now relies on pytest.
* An ACME CA server may return a "Retry-After" HTTP header on
authorization polling, as specified in the ACME protocol, to
indicate when the next polling should occur. Certbot now reads
this header if set and respect its value.
* The acme module avoids sending the keyAuthorization field in
the JWS payload when responding to a challenge as the field is
not included in the current ACME protocol. To ease the migration
path for ACME CA servers, Certbot and its acme module will first
try the request without the keyAuthorization field but will
temporarily retry the request with the field included if a
malformed error is received. This fallback will be removed in
version 0.34.0.
OBS-URL: https://build.opensuse.org/request/show/685973
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot?expand=0&rev=24
This commit is contained in:
@@ -1,3 +1,30 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 18 08:33:15 UTC 2019 - Marketa Calabkova <mcalabkova@suse.com>
|
||||
|
||||
- update to version 0.32.0
|
||||
* If possible, Certbot uses built-in support for OCSP from recent
|
||||
cryptography versions instead of the OpenSSL binary: as a
|
||||
consequence Certbot does not need the OpenSSL binary to be
|
||||
installed anymore if cryptography>=2.5 is installed.
|
||||
* Certbot and its acme module now depend on josepy>=1.1.0.
|
||||
* Apache plugin now respects CERTBOT_DOCS environment variable when
|
||||
adding command line defaults.
|
||||
* The running of manual plugin hooks is now always included in
|
||||
Certbot's log output.
|
||||
* Tests execution now relies on pytest.
|
||||
* An ACME CA server may return a "Retry-After" HTTP header on
|
||||
authorization polling, as specified in the ACME protocol, to
|
||||
indicate when the next polling should occur. Certbot now reads
|
||||
this header if set and respect its value.
|
||||
* The acme module avoids sending the keyAuthorization field in
|
||||
the JWS payload when responding to a challenge as the field is
|
||||
not included in the current ACME protocol. To ease the migration
|
||||
path for ACME CA servers, Certbot and its acme module will first
|
||||
try the request without the keyAuthorization field but will
|
||||
temporarily retry the request with the field included if a
|
||||
malformed error is received. This fallback will be removed in
|
||||
version 0.34.0.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 14 10:13:31 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user