aboutsummaryrefslogtreecommitdiff
path: root/acme/autocert
AgeCommit message (Expand)Author
2026-03-10ssh,acme: clean up tautological/impossible nil conditionsNeal Patel
2026-02-13acme: only require prompt if server has terms of serviceSean Liao
2025-11-17acme/autocert: let automatic renewal work with short lifetime certsSean Liao
2025-10-08all: fix some typos in commentcuishuang
2025-10-08acme: fix autocert TestHTTPHandlerDefaultFallbackDaniel McCarney
2025-05-28acme: remove dead codeDaniel McCarney
2025-04-16acme/autocert: use standard functions to pick the cache directoryAlberto Bertogli
2025-02-21acme/autocert: check host policy before probing the cachev0.34.0Roland Shoemaker
2025-02-10all: update certs for go1.24Sean Liao
2024-09-04all: fix printf(var) mistakes detected by latest printf checkerv0.27.0Dmitri Shuralyov
2022-12-08acme: eliminate arbitrary timeouts in testsBryan C. Mills
2022-09-26acme/autocert: remove TestRenewFromCache skipsRoland Shoemaker
2022-09-24acme/autocert: fix renewal timer issueRoland Shoemaker
2022-09-19all: replace io/ioutil with io and os packagecui fliter
2022-05-25acme/autocert: properly clean DirCache pathsRoland Shoemaker
2022-05-11acme/autocert/internal/acmetest: don't validate in goroutineRoland Shoemaker
2022-04-11all: gofmtRuss Cox
2022-04-08acme/autocert: support External Account Binding (EAB) tokensBen Burkert
2022-02-14acme/autocert: skip renewal tests broken on windows/arm64Bryan C. Mills
2022-02-10acme/autocert: fix races in renewal testsBryan C. Mills
2022-02-09acme/autocert: include email in exampleJacob Hoffman-Andrews
2022-02-09acme, sha3, ssh: fix the typosHowJmay
2022-02-09acme: remove support for pre-RFC 8555 ACME specBen Burkert
2022-01-28acme/autocert: replace all ACME server stubs with acmetestFilippo Valsorda
2022-01-26acme/autocert: renew Let's Encrypt certificates likely to get revokedFilippo Valsorda
2021-11-17all: upgrade x/net to latestDamien Neil
2021-03-22acme/autocert: include the domain in the SAN of the CSRTrevor Dixon
2020-02-14acme/autocert: remove unused listener struct fieldBrad Fitzpatrick
2020-02-10acme/autocert: fix TLS-ALPN identifier in testsJason Baker
2019-10-29acme/autocert: always pass AuthzURLs from AuthorizeOrder to deactivatePending...Dmitri Shuralyov
2019-10-11acme/autocert: give tokensMu a better nameAlex Vaghin
2019-10-11acme/autocert: support ACME RFC 8555Alex Vaghin
2019-09-11acme/autocert: remove tls-sni-xx challenge supportAlex Vaghin
2019-08-20acme/autocert: remove tempfile after dircache write failedyuanhh
2019-06-21acme: send User-Agent and add Client.UserAgentFilippo Valsorda
2019-04-22acme/autocert: make host of TLS certificate to be obtained always PunycodeAofei Sheng
2018-10-24acme/autocert: include rejected hostname in TLS handshake error when host not...David Jones
2018-08-30acme/autocert: clarify that multiple names are allowedDavid Ndungu
2018-08-08acme/autocert: fix race in test.Adam Langley
2018-08-02acme/autocert: expand tls-alpn-01 docsFilippo Valsorda
2018-07-23acme/autocert: add support for tls-alpn-01Alex Vaghin
2018-06-14acme/autocert: surface details of acme.AuthorizationErrorFilippo Valsorda
2018-06-06acme/autocert: change a var to a constBrad Fitzpatrick
2018-06-06acme/autocert: fix build in Go 1.9Filippo Valsorda
2018-06-06acme/autocert: update Manager.Client and Cache docsFilippo Valsorda
2018-06-06acme/autocert: support both RSA and ECDSA clients on the flyFilippo Valsorda
2018-05-27acme/autocert: improve authorizations cleanupAlex Vaghin
2018-05-25acme/autocert: support configurable CSR extensionsAlex Vaghin
2018-05-23acme/autocert: revoke dangling pending authzsLeo Antunes
2018-03-19acme/autocert: use valid certificates from the cache during renewalBrad Morgan