certbot/acme
Adrien Ferrand 9dd2990e59 Remove keyAuthorization fallback dump in challenges response (#6975)
Fixes #6974.

This PR removes the fallback that consists in retrying to send the keyAuthorization field during a challenge request in case of malformed request.

* Remove keyAuthorization fallback dump in challenges response

* Correct import

* Add changelog entry
2019-04-23 15:10:15 -07:00
..
acme Remove keyAuthorization fallback dump in challenges response (#6975) 2019-04-23 15:10:15 -07:00
docs Remove ACMEv1 example. (#6668) 2019-01-22 10:39:31 +01:00
examples Add acme library usage example (http-01) (#5494) 2019-02-22 18:02:43 -08:00
LICENSE.txt Update Copyright notice in subpackages LICENSE. 2015-10-04 10:10:41 +00:00
MANIFEST.in Fixes #6085. (#6091) 2018-06-12 17:31:22 -07:00
pytest.ini Fixes #6085. (#6091) 2018-06-12 17:31:22 -07:00
README.rst Fix ACME module description 2015-10-21 17:06:35 -07:00
readthedocs.org.requirements.txt Per subpkg requirements.txt for RTD 2015-10-21 17:06:36 -07:00
setup.cfg Make wheel universal 2016-01-21 10:11:23 +01:00
setup.py Bump version to 0.34.0 2019-04-03 13:08:11 -07:00

ACME protocol implementation in Python