certbot/acme
Jacob Hoffman-Andrews 4f2a8f86d8 Remove unnecessary check on registration returned.
Right now the ACME client checks that the returned registration matches the
registation posted, but there's no guarantee this will always be the case, and
this only introduces unnecessary fragility.
2016-06-13 11:52:36 -07:00
..
acme Remove unnecessary check on registration returned. 2016-06-13 11:52:36 -07:00
docs pep8 for docs/conf.py 2015-11-07 19:36:08 +00:00
examples wrap csr in ComparableX509 2016-02-16 12:00:11 -05:00
.pep8 Separate pep8 config for acme. 2016-02-20 11:01:25 +00:00
.pylintrc Roll back change to acme's pylintrc, which was needed to get lint to pass on Travis's Trusty beta (sudo) infra. 2016-01-13 17:22:59 -05:00
LICENSE.txt Update Copyright notice in subpackages LICENSE. 2015-10-04 10:10:41 +00:00
MANIFEST.in MANIFEST: include examples dir for acme 2015-10-24 13:39:38 +00: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.8.0 2016-05-27 13:30:54 -07:00

ACME protocol implementation in Python