aboutsummaryrefslogtreecommitdiff
path: root/acme/acme.go
AgeCommit message (Expand)Author
2025-11-12acme: pass context to requestSean Liao
2025-06-30acme: fix TLSALPN01ChallengeCert for IP address identifiersDaniel 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-01-16acme: support challenges that require the ACME client to send a non-empty JSO...Evgeny Shatokhin
2022-10-12all: use automatic RFC linkingAxel Wagner
2022-08-17acme: gofmt code with Go 1.19 gofmtRuss Cox
2022-05-16acme: add AccountKeyRolloverJason Baker
2022-04-11all: gofmtRuss Cox
2022-02-09acme: remove support for pre-RFC 8555 ACME specBen Burkert
2022-01-31acme: expose Client KID fieldRoland Shoemaker
2021-09-20all: fix typosYasuhiro Matsumoto
2020-12-17acme: add external account binding supportJames Kasten
2020-02-10acme: update TLS-ALPN identifier to the latest IANA assignmentJason Baker
2019-10-11acme: update Directory URL to Let's Encrypt v2Alex Vaghin
2019-10-01acme: update existing methods for RFC 8555Alex Vaghin
2019-09-27acme: support RFC 8555 account managementAlex Vaghin
2019-09-26acme: fetch fresh nonces from newNonce resourceAlex Vaghin
2019-09-26acme: add support for RFC8555 compliant discoveryx1ddos
2019-06-21acme: send User-Agent and add Client.UserAgentFilippo Valsorda
2019-02-19acme: try to fetch nonce from directory firstAlex Vaghin
2019-01-30acme: support IP address authorization typeAlex Vaghin
2018-11-06acme: support custom crypto.Signer implementationsAlex Vaghin
2018-08-02acme/autocert: expand tls-alpn-01 docsFilippo Valsorda
2018-07-23acme/autocert: add support for tls-alpn-01Alex Vaghin
2018-07-23acme: expect 202 Accepted from Let's EncryptAlex Vaghin
2018-06-13acme: fix encoding of the TLS-ALPN challenge extensionRoland Shoemaker
2018-06-08acme: add support for TLS-ALPNMaciej Dębski
2018-06-02acme: clarify retries and backoff algorithmAlex Vaghin
2018-02-28acme: stop polling authz on 4xx client errorsAlex Vaghin
2017-10-19acme, acme/autocert: add missing articlesKevin Burke
2017-10-19acme: fill Subject CN field in the tls-sni challenge certsAlex Vaghin
2017-09-16acme: reword the godoc to be more human readablenamusyaka
2017-07-28acme: clarify the purpose of CertOption interfaceJoe Kyo
2017-07-04acme, acme/autocert: use canonical http header keysJoe Kyo
2017-04-25acme: add missing err assignment checkAlex Vaghin
2017-04-25acme: replace ErrAuthorizationFailed with a typeAlex Vaghin
2017-04-13acme: automatically retry on badNonce errorsJames Hartig
2017-04-09acme: stop using ctxhttpBrad Fitzpatrick
2017-04-07acme: set correct KeyUsage and ExtKeyUsageFilippo Valsorda
2017-04-02acme, acme/autocert: switch to Go 1.7+ context packageBrad Fitzpatrick
2017-02-08acme: reduce the number of network round tripsAlex Vaghin
2016-10-25acme: add v3 implementation to RevokeAuthorizationAlex Vaghin
2016-09-12acme: add WithTemplate option for tls-sni certsAlex Vaghin
2016-09-09acme: implement authorization revocationAlex Vaghin
2016-08-31acme: expose internal/acme as acme packageAlex Vaghin