Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/certbot/certbot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/acme
AgeCommit message (Expand)Author
2018-04-09Merge pull request #5829 from certbot/candidate-0.23.0Brad Warren
2018-04-05Update messages.py (#5759)Peter Linss
2018-04-05Bump version to 0.24.0Brad Warren
2018-04-05Release 0.23.0v0.23.00.23.xBrad Warren
2018-03-17Fix acme.client.Client.__init__ (#5747)Brad Warren
2018-03-12Merge pull request #5682 from certbot/candidate-0.22.0Brad Warren
2018-03-08fix(acme): client._revoke sends default content_type (#5687)sydneyli
2018-03-07Bump version to 0.23.0Brad Warren
2018-03-07Release 0.22.0v0.22.0Brad Warren
2018-03-05Ensure fullchain_pem in the order is unicode/str (#5654)Brad Warren
2018-03-02Add user friendly wildcard error for ACMEv1 (#5636)Brad Warren
2018-02-27Fix revocation in ACMEv2 (#5626)Brad Warren
2018-02-27Merge pull request #5605 from certbot/rm-eol-2.6Brad Warren
2018-02-24Remove min version of setuptools (#5617)Nick Bebout
2018-02-23Fix ACMEv2 issues (#5612)Brad Warren
2018-02-22Add finalize_order to shim object, update Certbot to use it (#5601)ohemorange
2018-02-22Finish dropping Python 2.6 and 3.3 supportBrad Warren
2018-02-21lintErica Portnoy
2018-02-21add new order test for v1Erica Portnoy
2018-02-21add test for new_order for v2Erica Portnoy
2018-02-17switch interface to new_order and remove best_effort flagErica Portnoy
2018-02-17add docstringErica Portnoy
2018-02-17add and use request_authorizationsErica Portnoy
2018-02-17Drop support for EOL Python 2.6 and 3.3Hugo
2018-02-17Get common name from CSR in new_order in ClientV2 (#5587)ohemorange
2018-02-16Add tests and fix minor bugs in Order supportBrad Warren
2018-02-16ACMEv2: Add Order supportJacob Hoffman-Andrews
2018-02-16Add mechanism to detect acme version (#5554)ohemorange
2018-02-13Remove autodocs for long-removed acme.other module (#5529)Eli Young
2018-02-09Set ClientNetwork.account after registering (#5558)ohemorange
2018-02-07client.py changes for ACMEv2 (#5287)Jacob Hoffman-Andrews
2018-01-18Bump version to 0.22.0Brad Warren
2018-01-18Release 0.21.0v0.21.0Brad Warren
2018-01-10Add deprecation warning for Python 2.6 (#5391)ohemorange
2017-12-11Use josepy instead of acme.jose. (#5203)Jannis Leidel
2017-12-08print warnings for 3.3 users (#5283)Noah Swartz
2017-12-07Bump version to 0.21.0Brad Warren
2017-12-07Release 0.20.0v0.20.00.20.xBrad Warren
2017-12-05Keep the same behavior with the uri attributeBrad Warren
2017-12-05In ACMEv2, challenges have "url" instead of "uri". To handle this smoothly, C...Jacob Hoffman-Andrews
2017-12-01Switch from nose to pytest (#5282)Brad Warren
2017-10-20[#4535] - Unwrap 'max retries exceeded' errors (#4733)Jacob Hoffman-Andrews
2017-10-05Bump version to 0.20.0Brad Warren
2017-10-04Release 0.19.0v0.19.00.19.xBrad Warren
2017-09-16fix #5111 AttributeError occured with >=pyOpenSSL-17.2.0 (#5112)Seong-ho Cho
2017-09-07Merge pull request #5080 from certbot/candidate-0.18.0Brad Warren
2017-09-06Bump version to 0.19.0Brad Warren
2017-09-06Release 0.18.0v0.18.0Brad Warren
2017-09-05Specify the minimum six version in acmespecify-min-six-versionBrad Warren
2017-08-08[#4535] - Unwrap max retries exceeded errorsBob Strecansky