aboutsummaryrefslogtreecommitdiff
path: root/acme
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-11-12acme: pass context to requestSean Liao
2025-10-27all: fix some commentscuishuang
2025-10-08all: fix some typos in commentcuishuang
2025-10-08acme: fix autocert TestHTTPHandlerDefaultFallbackDaniel McCarney
2025-09-04acme: include order problem in OrderErrorDaniel McCarney
2025-08-06acme: fix pebble subprocess output data raceDaniel McCarney
2025-08-01acme: increase pebble test waitForServer attemptsDaniel McCarney
2025-07-11acme: capture pebble test subprocess stdout/stderrDaniel McCarney
2025-06-30acme: fix TLSALPN01ChallengeCert for IP address identifiersDaniel McCarney
2025-06-30acme: add Pebble integration testingDaniel McCarney
2025-05-29acme: return err from deprecated TLS-SNI-[01|02] functionsDaniel McCarney
2025-05-28acme: remove dead codeDaniel McCarney
2025-04-17acme: return error from pre-authorization when unsupportedIan Stapleton Cordasco
2025-04-16acme/autocert: use standard functions to pick the cache directoryAlberto Bertogli
2025-04-11acme: use built-in max/min to simplify the codecuishuang
2025-03-17acme: remove unnecessary []byte conversionMateusz Poliwczak
2025-02-21acme/autocert: check host policy before probing the cachev0.34.0Roland Shoemaker
2025-02-10all: update certs for go1.24Sean Liao
2025-01-16acme: support challenges that require the ACME client to send a non-empty JSO...Evgeny Shatokhin
2025-01-02all: make function and struct comments match the namescuishuang
2024-09-04all: fix printf(var) mistakes detected by latest printf checkerv0.27.0Dmitri Shuralyov
2024-06-26all: bump go.mod version and drop compatibility shimsFilippo Valsorda
2023-10-11all: update go directive to 1.18Dmitri Shuralyov
2023-01-30all: fix some commentscui fliter
2022-12-08acme: eliminate arbitrary timeouts in testsBryan C. Mills
2022-10-12all: use automatic RFC linkingAxel Wagner
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-08-17acme: gofmt code with Go 1.19 gofmtRuss Cox
2022-05-25acme/autocert: properly clean DirCache pathsRoland Shoemaker
2022-05-18acme: DeactivateReg fix panicJason Baker
2022-05-16acme: add AccountKeyRolloverJason Baker
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-31acme: expose Client KID fieldRoland Shoemaker
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
2022-01-12acme: in TestFetchCertCancel, do not reply before the cancellation propagatesBryan C. Mills
2021-11-17all: upgrade x/net to latestDamien Neil
2021-09-21acme: implement Client.ListCertAlternatesJames Hartig