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.go
Age
Commit message (
Expand
)
Author
2025-11-12
acme: pass context to request
Sean Liao
2025-06-30
acme: fix TLSALPN01ChallengeCert for IP address identifiers
Daniel McCarney
2025-05-29
acme: return err from deprecated TLS-SNI-[01|02] functions
Daniel McCarney
2025-05-28
acme: remove dead code
Daniel McCarney
2025-04-17
acme: return error from pre-authorization when unsupported
Ian Stapleton Cordasco
2025-01-16
acme: support challenges that require the ACME client to send a non-empty JSO...
Evgeny Shatokhin
2022-10-12
all: use automatic RFC linking
Axel Wagner
2022-08-17
acme: gofmt code with Go 1.19 gofmt
Russ Cox
2022-05-16
acme: add AccountKeyRollover
Jason Baker
2022-04-11
all: gofmt
Russ Cox
2022-02-09
acme: remove support for pre-RFC 8555 ACME spec
Ben Burkert
2022-01-31
acme: expose Client KID field
Roland Shoemaker
2021-09-20
all: fix typos
Yasuhiro Matsumoto
2020-12-17
acme: add external account binding support
James Kasten
2020-02-10
acme: update TLS-ALPN identifier to the latest IANA assignment
Jason Baker
2019-10-11
acme: update Directory URL to Let's Encrypt v2
Alex Vaghin
2019-10-01
acme: update existing methods for RFC 8555
Alex Vaghin
2019-09-27
acme: support RFC 8555 account management
Alex Vaghin
2019-09-26
acme: fetch fresh nonces from newNonce resource
Alex Vaghin
2019-09-26
acme: add support for RFC8555 compliant discovery
x1ddos
2019-06-21
acme: send User-Agent and add Client.UserAgent
Filippo Valsorda
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-11-06
acme: support custom crypto.Signer implementations
Alex Vaghin
2018-08-02
acme/autocert: expand tls-alpn-01 docs
Filippo Valsorda
2018-07-23
acme/autocert: add support for tls-alpn-01
Alex Vaghin
2018-07-23
acme: expect 202 Accepted from Let's Encrypt
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-10-19
acme, acme/autocert: add missing articles
Kevin Burke
2017-10-19
acme: fill Subject CN field in the tls-sni challenge certs
Alex Vaghin
2017-09-16
acme: reword the godoc to be more human readable
namusyaka
2017-07-28
acme: clarify the purpose of CertOption interface
Joe Kyo
2017-07-04
acme, acme/autocert: use canonical http header keys
Joe Kyo
2017-04-25
acme: add missing err assignment check
Alex Vaghin
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-07
acme: set correct KeyUsage and ExtKeyUsage
Filippo Valsorda
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