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/acme
AgeCommit message (Expand)Author
2022-10-20Remove docker-compose dependency (#9436)Brad Warren
2022-09-02acme: further deprecations (#9395)alexzorin
2022-08-31deprecate more attributes in acme (#9369)alexzorin
2022-08-30Deprecate source address (#9389)Brad Warren
2022-07-29deps: remove pyjwt dependency (#9337)alexzorin
2022-06-29Update generated CSRs to create V1 CSRs (#9334)Amir Omidi
2022-06-09Change `query_registration()` to use `_get_v2_account()` (#9307)osirisinferi
2022-05-13acme: use order "status" to determine action during finalization (#9297)alexzorin
2022-04-06Add subproblems to errors (#7046) (#9258)James Balazs
2022-04-06Fix race condition and uncaught exception (#9264)Brad Warren
2022-03-29Update various references to draft RFC to published versions. (#9250)Mads Jensen
2022-03-25Skip ToS agreement question if ToS value is None (#9245)osirisinferi
2022-03-03Use f-strings in many places in acme and certbot. (#9225)Mads Jensen
2022-03-01Drop Python 3.6 support (#9216)Brad Warren
2022-02-15Use literals wherever possible. (#9194)Mads Jensen
2022-02-11Test revert setuptools pin (#9197)Will Greenberg
2022-02-04Add support for revoking ecdsa keys without --cert-name. (#8725)Mads Jensen
2022-01-25Typed jose fields (#9073)Adrien Ferrand
2022-01-21Deprecate Python 3.6 support (#9160)Adrien Ferrand
2022-01-10Use super().__init__ instead of explicitly calling named super-class. (#9166)Mads Jensen
2021-11-26Add type annotations to the certbot package (part 4) (#9087)Adrien Ferrand
2021-11-12 Add type annotations to the certbot package (part 1) (#9084)Adrien Ferrand
2021-11-07fix a typo in gen_ss_cert type hint (#9089)orangepizza
2021-10-25Add type annotations to the `acme` project (#9036)Adrien Ferrand
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-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-06-22acme.standalone: expose original socket.errorAlex Zorin
2021-06-10Pin pip & co like our other dependencies (#8868)Brad Warren
2021-04-08Use Python 3 style super (#8777)Brad Warren
2021-04-03Update a few type ignore comments (#8767)Brad Warren
2021-04-02Upgrade to mypy 0.812 (#8748)Adrien Ferrand
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-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
2021-02-26Python 3 obsoletes explicit __ne__ methods (#8676)Mads Jensen
2021-02-22Remove import fallback for collections.abc (#8674)Mads Jensen
2021-02-09Remove dependency on six (#8650)Brad Warren
2021-02-06Remove requests[security] dependency (#8626)Brad Warren
2021-01-26Drop Python 2 support (#8591)Adrien Ferrand
2021-01-14Minor fix to logging message (#8605)Miltos
2021-01-07Automatically Catch Sphinx Errors (#8530)sommersoft
2020-12-16Added certbot-ci to lint section. Silenced and fixed linting warnings. (#8450)Mads Jensen
2020-12-08Deprecate support for Python 2 (#8491)Adrien Ferrand
2020-12-04Removed some unused imports. (#8424)Mads Jensen