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
/
renewal_test.go
Age
Commit message (
Expand
)
Author
2026-03-10
ssh,acme: clean up tautological/impossible nil conditions
Neal Patel
2025-11-17
acme/autocert: let automatic renewal work with short lifetime certs
Sean Liao
2022-09-26
acme/autocert: remove TestRenewFromCache skips
Roland Shoemaker
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, sha3, ssh: fix the typos
HowJmay
2022-01-28
acme/autocert: replace all ACME server stubs with acmetest
Filippo Valsorda
2019-10-11
acme/autocert: support ACME RFC 8555
Alex Vaghin
2019-09-11
acme/autocert: remove tls-sni-xx challenge support
Alex Vaghin
2018-08-08
acme/autocert: fix race in test.
Adam Langley
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-03-19
acme/autocert: use valid certificates from the cache during renewal
Brad Morgan
2017-07-04
acme, acme/autocert: use canonical http header keys
Joe Kyo
2017-04-20
acme/autocert: extend default value of RenewBefore
Alex Vaghin
2017-04-02
acme, acme/autocert: switch to Go 1.7+ context package
Brad Fitzpatrick
2017-04-02
acme/autocert: context propagation and doc tweaks
Brad Fitzpatrick
2017-02-07
acme/autocert: fix racy tests
Heschi Kreinick
2016-09-09
acme/autocert: make tests more well-behaved
Alex Vaghin
2016-09-02
acme/autocert: fix data race in tests
Brad Fitzpatrick
2016-08-31
acme/autocert: correct acme package import
Alex Vaghin
2016-08-31
acme/autocert: implement certificates renewal
Alex Vaghin