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
2021-11-25Update py cryptography to >=2.5.0 (#9110)Aaron Gable
2021-11-12 Add type annotations to the certbot package (part 1) (#9084)Adrien Ferrand
2021-11-09Add Python 3.10 support and tests (#9077)Brad Warren
2021-11-07fix a typo in gen_ss_cert type hint (#9089)orangepizza
2021-11-04Pin readthedocs deps (#9083)Brad Warren
2021-11-03Bump version to 1.22.0Brad Warren
2021-11-03Release 1.21.0v1.21.01.21.xBrad Warren
2021-10-25Fix copyright date s/2015-2015/2015/ (#9070)Chris Swan
2021-10-25Add type annotations to the `acme` project (#9036)Adrien Ferrand
2021-10-05Bump version to 1.21.0Brad Warren
2021-10-05Release 1.20.0v1.20.01.20.xBrad Warren
2021-09-11Increase minimum of josepy version to use and update the oldest contraints. (...Adrien Ferrand
2021-09-07Bump version to 1.20.0Brad Warren
2021-09-07Release 1.19.0v1.19.01.19.xBrad Warren
2021-08-31Make ACMEv1 deprecation warnings scarier (#9015)Brad Warren
2021-08-27add ip address support to certbot/acme lib (2021 ver) (#8904)orangepizza
2021-08-23Propagate requirement that ACME responses are UTF-8 (#9001)Brad Warren
2021-08-17Cleanup some useless type ignore directives (#8987)Adrien Ferrand
2021-08-13remove outdated example code (#8984)Brad Warren
2021-08-03Bump version to 1.19.0Erica Portnoy
2021-08-03Release 1.18.0v1.18.01.18.xErica Portnoy
2021-08-03add chardet dep (#8965)Brad Warren
2021-07-22Finish pinning system rewrite (#8934)Brad Warren
2021-07-16acme: deprecate ACMEv1 client classes (#8931)alexzorin
2021-07-15pylint: upgrade pinned verson and fix new lints (#8936)alexzorin
2021-07-15Do not guess HTTP-01 response encoding (#8942)Brad Warren
2021-07-06Bump version to 1.18.0Brad Warren
2021-07-06Release 1.17.0v1.17.01.17.xBrad Warren
2021-06-22acme.standalone: expose original socket.errorAlex Zorin
2021-06-11Split out testing extras (#8893)Brad Warren
2021-06-10Pin pip & co like our other dependencies (#8868)Brad Warren
2021-06-01Bump version to 1.17.0Erica Portnoy
2021-06-01Release 1.16.0v1.16.01.16.xErica Portnoy
2021-05-27remove ancient comment (#8861)Brad Warren
2021-05-04Bump version to 1.16.0Brad Warren
2021-05-04Release 1.15.0v1.15.01.15.xBrad Warren
2021-05-03fix client email address (#8817)Brad Warren
2021-04-29Update assertTrue/False to Python 3 precise asserts (#8792)Mads Jensen
2021-04-08Use Python 3 style super (#8777)Brad Warren
2021-04-06Bump version to 1.15.0Brad Warren
2021-04-06Release 1.14.0v1.14.01.14.xBrad Warren
2021-04-03Update a few type ignore comments (#8767)Brad Warren
2021-04-02Upgrade to mypy 0.812 (#8748)Adrien Ferrand
2021-03-23Added missing from typing imports. (#8724)Mads Jensen
2021-03-10Convert Python 2 type hints to Python 3 types annotations (#8640)Adrien Ferrand
2021-03-10Deprecate acme.typing_magic module, stop using it in certbot (#8643)Adrien Ferrand
2021-03-03Bump version to 1.14.0Erica Portnoy
2021-03-03Release 1.13.0v1.13.01.13.xErica Portnoy
2021-02-27Remove broken test for typing import failure (#8692)Brad Warren
2021-02-26Stop inheriting from object. It's unneeded on Python 3+. (#8675)Mads Jensen