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
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
2020-11-19Merge pull request #8444 from certbot/ecdsaBrad Warren
2020-11-18certbot-ci: fix py2 crash in dns_serverAlex Zorin
2020-11-17import print_functionBrad Warren
2020-11-17Add certbot-dns-rfc2136 integration testing (#8448)alexzorin
2020-11-13Add --dns-server option in run_acme_server (#7722)Adrien Ferrand
2020-11-12Add certbot renew --key-type test (#8447)Brad Warren
2020-11-11Handle unexpected key type migration. (#8435)Adrien Ferrand
2020-11-10cli: miscellaneous IReporter removals (#8436)alexzorin
2020-11-04Implements support for ECDSA keys. Fixes #2163.test-ec_dsa_2163Mads Jensen
2020-10-22manual: deprecate --manual-public-ip-logging-ok (#8381)alexzorin
2020-08-16Drop Python 3.5 support (#8206)Brad Warren
2020-07-23Make externally snapped plugin updates more stable (#8145)ohemorange
2020-07-23Build snaps using the remote-build feature (#8153)Adrien Ferrand
2020-07-21Do not create the symlink for test assets on Windows if the asset path is alr...Adrien Ferrand
2020-07-09Build the DNS plugins snaps (#8129)Adrien Ferrand
2020-07-01certbot: add --preferred-chain (#8080)alexzorin
2020-06-19tree-wide: use LooseVersion instead of StrictVersion (#8081)Florian Klink
2020-04-27Run hooks with Powershell on Windows (#7800)Adrien Ferrand
2020-04-24Avoid deleting the workspace twice. (#7923)Brad Warren
2020-04-13Minor bugfixes (#7891)Karan Suthar
2020-04-08Print boulder logs when boulder setup fails (#7885)Brad Warren
2020-03-26Wait 5 minutes for boulder to start. (#7864)Brad Warren
2020-03-13Fix acme compliance to RFC 8555 (#7176)Adrien Ferrand
2020-03-03Check OCSP as part of determining if the certificate is due for renewal (#7829)test-1.3.0Brad Warren
2020-02-06Windows installer integration tests (#7724)Adrien Ferrand
2020-01-24Drop Python 3.4 support (#7721)Brad Warren
2020-01-17Spelling and grammar fixes (#7695)Ville Skyttä
2019-12-19Add docker-compose as a requirement of certbot-ci (#7120)Adrien Ferrand