aboutsummaryrefslogtreecommitdiff
path: root/acme
AgeCommit message (Expand)Author
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
2021-09-20all: fix typosYasuhiro Matsumoto
2021-08-17acme: fix deadlock when Client.Key is nilRoland Shoemaker
2021-04-21acme: add support for subproblemsRoland Shoemaker
2021-03-22acme/autocert: include the domain in the SAN of the CSRTrevor Dixon
2021-02-20all: go fmt ./...Russ Cox
2020-12-21acme: hardcode and remove ExternalAccountBinding.AlgorithmFilippo Valsorda
2020-12-17acme: add external account binding supportJames Kasten
2020-03-02acme: make WaitAuthorization return authorization errors consistentlyAndrew Louis
2020-02-14acme/autocert: remove unused listener struct fieldBrad Fitzpatrick
2020-02-10acme/autocert: fix TLS-ALPN identifier in testsJason Baker
2020-02-10acme: update TLS-ALPN identifier to the latest IANA assignmentJason Baker
2019-12-05acme: expect standard ASN.1 signatures from ECDSA Client.Keyedef
2019-11-08acme/internal/acmeprobe: fix dropped error variableLars Lehtonen
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-10-11acme: update Directory URL to Let's Encrypt v2Alex Vaghin
2019-10-11acme: prevent discovery network roundtrips in testsAlex Vaghin
2019-10-01acme/internal: add a prober programAlex Vaghin
2019-10-01acme: update existing methods for RFC 8555Alex Vaghin
2019-10-01acme: implement new order-based issuance methodsAlex Vaghin
2019-09-27acme: support RFC 8555 account managementAlex Vaghin
2019-09-26acme: add KID variant to jwsEncodeJSONAlex Vaghin
2019-09-26acme: fetch fresh nonces from newNonce resourceAlex Vaghin
2019-09-26acme: add support for RFC8555 compliant discoveryx1ddos