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
AgeCommit message (Expand)Author
2022-10-20Remove docker-compose dependency (#9436)Brad Warren
2022-09-21Upgrade dependency pinnings (#9412)Brad Warren
2022-07-29deps: remove pyjwt dependency (#9337)alexzorin
2022-05-31skip boulder for show_account assertionsAlex Zorin
2022-05-31certbot-ci: improve tests for update_account/show_accountAlex Zorin
2022-05-07Ignore parallel coverage files (#9293)Brad Warren
2022-04-02certbot-ci: upgrade pebble to v2.3.1 (#9260)alexzorin
2022-03-31Add --new-key (#9252)alexzorin
2022-03-16certbot-ci: fix boulder-v2 failures related to unexported challtestsrv port (...alexzorin
2022-03-03Remove Windows 2016 environment, generate 64 bit installer (#9202)Will Greenberg
2022-03-03storage: always save key_type to renewal .conf (#9217)alexzorin
2022-03-02improve handling and ux of unexpected key type migration (#9200)alexzorin
2022-03-01Drop Python 3.6 support (#9216)Brad Warren
2022-02-04include py.typed marker files in distribution (#9187)Patrik Hagara
2022-02-04Add support for revoking ecdsa keys without --cert-name. (#8725)Mads Jensen
2022-01-31Fully type certbot apache (#9177)Adrien Ferrand
2022-01-25Typed jose fields (#9073)Adrien Ferrand
2021-12-13tests: remove Boulder v1 endpoint from certbot-ci and azure (#9140)alexzorin
2021-11-30Fully type certbot-ci module (#9120)Adrien Ferrand
2021-11-09Add Python 3.10 support and tests (#9077)Brad Warren
2021-09-10add --no-reuse-key (#9029)alexzorin
2021-08-17Use latest version of mypy (#8992)Adrien Ferrand
2021-07-15pylint: upgrade pinned verson and fix new lints (#8936)alexzorin
2021-05-31Update coverage and pytest (#8875)Brad Warren
2021-05-24Upgrade pylint (#8855)Brad Warren
2021-05-06fix typo (#8828)Brad Warren
2021-05-03fix client email address (#8817)Brad Warren
2021-04-08Use Python 3 style super (#8777)Brad Warren
2021-04-06Enable mypy strict mode (#8766)test-masterAdrien Ferrand
2021-04-02Upgrade to mypy 0.812 (#8748)Adrien Ferrand
2021-04-02simplify setup.py (#8760)Brad Warren
2021-03-23use worker terminology (#8728)Brad Warren
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-06Removed Python legacy __future__ imports (#8697)Mads Jensen
2021-02-26Stop inheriting from object. It's unneeded on Python 3+. (#8675)Mads Jensen
2021-02-09Remove dependency on six (#8650)Brad Warren
2021-01-26Drop Python 2 support (#8591)Adrien Ferrand
2021-01-14Use os.path.normcase to have Windows compatible challenge paths on Windows (#...Adrien Ferrand
2021-01-13test: certbot-ci crash due to no p521 on boulder (#8602)alexzorin
2021-01-12Fix EC curve name typo in crypto_util (#8598)Daniel Almasi
2020-12-22Fix test farm tests by using a local Pebble instance (#8561)test-everythingBrad Warren
2020-12-22Edit certs -> certificates in user-facing text. (#8541)Jacob Hoffman-Andrews
2020-12-17certbot-ci: fix integration-external tests (#8547)alexzorin
2020-12-16Added certbot-ci to lint section. Silenced and fixed linting warnings. (#8450)Mads Jensen
2020-12-04Removed some unused imports. (#8424)Mads Jensen
2020-12-04Update both main VA and remote VA to use the provided DNS server (#8467)Adrien Ferrand
2020-12-03Fix add deprecated argument (#8500)Brad Warren
2020-11-27nginx: fix Unicode crash on Python 2 (#8480)alexzorin
2020-11-19Add Python 3.9 support and tests (#8460)Brad Warren