aboutsummaryrefslogtreecommitdiff
path: root/acme/acme_test.go
AgeCommit message (Expand)Author
2025-05-29acme: return err from deprecated TLS-SNI-[01|02] functionsDaniel McCarney
2025-04-17acme: return error from pre-authorization when unsupportedIan Stapleton Cordasco
2025-02-10all: update certs for go1.24Sean Liao
2022-12-08acme: eliminate arbitrary timeouts in testsBryan C. Mills
2022-02-09acme: remove support for pre-RFC 8555 ACME specBen Burkert
2022-01-12acme: in TestFetchCertCancel, do not reply before the cancellation propagatesBryan C. Mills
2020-12-17acme: add external account binding supportJames Kasten
2020-03-02acme: make WaitAuthorization return authorization errors consistentlyAndrew Louis
2020-02-10acme: update TLS-ALPN identifier to the latest IANA assignmentJason Baker
2019-10-11acme: prevent discovery network roundtrips in testsAlex 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-02-19acme: try to fetch nonce from directory firstAlex Vaghin
2019-01-30acme: support IP address authorization typeAlex 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-11-28all: run gofmt -s on source codeKevin Burke
2017-10-19acme: fill Subject CN field in the tls-sni challenge certsAlex Vaghin
2017-07-04acme, acme/autocert: use canonical http header keysJoe Kyo
2017-07-03acme: fix mismatched format arguments in acme_test.goJoe Kyo
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-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