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
/
autocert
Age
Commit message (
Expand
)
Author
2026-03-10
ssh,acme: clean up tautological/impossible nil conditions
Neal Patel
2026-02-13
acme: only require prompt if server has terms of service
Sean Liao
2025-11-17
acme/autocert: let automatic renewal work with short lifetime certs
Sean Liao
2025-10-08
all: fix some typos in comment
cuishuang
2025-10-08
acme: fix autocert TestHTTPHandlerDefaultFallback
Daniel McCarney
2025-05-28
acme: remove dead code
Daniel McCarney
2025-04-16
acme/autocert: use standard functions to pick the cache directory
Alberto Bertogli
2025-02-21
acme/autocert: check host policy before probing the cache
v0.34.0
Roland Shoemaker
2025-02-10
all: update certs for go1.24
Sean Liao
2024-09-04
all: fix printf(var) mistakes detected by latest printf checker
v0.27.0
Dmitri Shuralyov
2022-12-08
acme: eliminate arbitrary timeouts in tests
Bryan C. Mills
2022-09-26
acme/autocert: remove TestRenewFromCache skips
Roland Shoemaker
2022-09-24
acme/autocert: fix renewal timer issue
Roland Shoemaker
2022-09-19
all: replace io/ioutil with io and os package
cui fliter
2022-05-25
acme/autocert: properly clean DirCache paths
Roland Shoemaker
2022-05-11
acme/autocert/internal/acmetest: don't validate in goroutine
Roland Shoemaker
2022-04-11
all: gofmt
Russ Cox
2022-04-08
acme/autocert: support External Account Binding (EAB) tokens
Ben Burkert
2022-02-14
acme/autocert: skip renewal tests broken on windows/arm64
Bryan C. Mills
2022-02-10
acme/autocert: fix races in renewal tests
Bryan C. Mills
2022-02-09
acme/autocert: include email in example
Jacob Hoffman-Andrews
2022-02-09
acme, sha3, ssh: fix the typos
HowJmay
2022-02-09
acme: remove support for pre-RFC 8555 ACME spec
Ben Burkert
2022-01-28
acme/autocert: replace all ACME server stubs with acmetest
Filippo Valsorda
2022-01-26
acme/autocert: renew Let's Encrypt certificates likely to get revoked
Filippo Valsorda
2021-11-17
all: upgrade x/net to latest
Damien Neil
2021-03-22
acme/autocert: include the domain in the SAN of the CSR
Trevor Dixon
2020-02-14
acme/autocert: remove unused listener struct field
Brad Fitzpatrick
2020-02-10
acme/autocert: fix TLS-ALPN identifier in tests
Jason Baker
2019-10-29
acme/autocert: always pass AuthzURLs from AuthorizeOrder to deactivatePending...
Dmitri Shuralyov
2019-10-11
acme/autocert: give tokensMu a better name
Alex Vaghin
2019-10-11
acme/autocert: support ACME RFC 8555
Alex Vaghin
2019-09-11
acme/autocert: remove tls-sni-xx challenge support
Alex Vaghin
2019-08-20
acme/autocert: remove tempfile after dircache write failed
yuanhh
2019-06-21
acme: send User-Agent and add Client.UserAgent
Filippo Valsorda
2019-04-22
acme/autocert: make host of TLS certificate to be obtained always Punycode
Aofei Sheng
2018-10-24
acme/autocert: include rejected hostname in TLS handshake error when host not...
David Jones
2018-08-30
acme/autocert: clarify that multiple names are allowed
David Ndungu
2018-08-08
acme/autocert: fix race in test.
Adam Langley
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-06-14
acme/autocert: surface details of acme.AuthorizationError
Filippo Valsorda
2018-06-06
acme/autocert: change a var to a const
Brad Fitzpatrick
2018-06-06
acme/autocert: fix build in Go 1.9
Filippo Valsorda
2018-06-06
acme/autocert: update Manager.Client and Cache docs
Filippo Valsorda
2018-06-06
acme/autocert: support both RSA and ECDSA clients on the fly
Filippo Valsorda
2018-05-27
acme/autocert: improve authorizations cleanup
Alex Vaghin
2018-05-25
acme/autocert: support configurable CSR extensions
Alex Vaghin
2018-05-23
acme/autocert: revoke dangling pending authzs
Leo Antunes
2018-03-19
acme/autocert: use valid certificates from the cache during renewal
Brad Morgan
[next]