index
:
go-x-crypto
main
ssh-run-with-context
Fork of golang.org/x/crypto with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
acme
/
acme_test.go
Age
Commit message (
Expand
)
Author
2025-05-29
acme: return err from deprecated TLS-SNI-[01|02] functions
Daniel McCarney
2025-04-17
acme: return error from pre-authorization when unsupported
Ian Stapleton Cordasco
2025-02-10
all: update certs for go1.24
Sean Liao
2022-12-08
acme: eliminate arbitrary timeouts in tests
Bryan C. Mills
2022-02-09
acme: remove support for pre-RFC 8555 ACME spec
Ben Burkert
2022-01-12
acme: in TestFetchCertCancel, do not reply before the cancellation propagates
Bryan C. Mills
2020-12-17
acme: add external account binding support
James Kasten
2020-03-02
acme: make WaitAuthorization return authorization errors consistently
Andrew Louis
2020-02-10
acme: update TLS-ALPN identifier to the latest IANA assignment
Jason Baker
2019-10-11
acme: prevent discovery network roundtrips in tests
Alex Vaghin
2019-10-01
acme: update existing methods for RFC 8555
Alex Vaghin
2019-10-01
acme: implement new order-based issuance methods
Alex Vaghin
2019-09-27
acme: support RFC 8555 account management
Alex Vaghin
2019-02-19
acme: try to fetch nonce from directory first
Alex Vaghin
2019-01-30
acme: support IP address authorization type
Alex Vaghin
2018-06-13
acme: fix encoding of the TLS-ALPN challenge extension
Roland Shoemaker
2018-06-08
acme: add support for TLS-ALPN
Maciej Dębski
2018-06-02
acme: clarify retries and backoff algorithm
Alex Vaghin
2018-02-28
acme: stop polling authz on 4xx client errors
Alex Vaghin
2017-11-28
all: run gofmt -s on source code
Kevin Burke
2017-10-19
acme: fill Subject CN field in the tls-sni challenge certs
Alex Vaghin
2017-07-04
acme, acme/autocert: use canonical http header keys
Joe Kyo
2017-07-03
acme: fix mismatched format arguments in acme_test.go
Joe Kyo
2017-04-25
acme: replace ErrAuthorizationFailed with a type
Alex Vaghin
2017-04-13
acme: automatically retry on badNonce errors
James Hartig
2017-04-09
acme: stop using ctxhttp
Brad Fitzpatrick
2017-04-02
acme, acme/autocert: switch to Go 1.7+ context package
Brad Fitzpatrick
2017-02-08
acme: reduce the number of network round trips
Alex Vaghin
2016-10-25
acme: add v3 implementation to RevokeAuthorization
Alex Vaghin
2016-09-12
acme: add WithTemplate option for tls-sni certs
Alex Vaghin
2016-09-09
acme: implement authorization revocation
Alex Vaghin
2016-08-31
acme: expose internal/acme as acme package
Alex Vaghin