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
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-11-12
acme: pass context to request
Sean Liao
2025-10-27
all: fix some comments
cuishuang
2025-10-08
all: fix some typos in comment
cuishuang
2025-10-08
acme: fix autocert TestHTTPHandlerDefaultFallback
Daniel McCarney
2025-09-04
acme: include order problem in OrderError
Daniel McCarney
2025-08-06
acme: fix pebble subprocess output data race
Daniel McCarney
2025-08-01
acme: increase pebble test waitForServer attempts
Daniel McCarney
2025-07-11
acme: capture pebble test subprocess stdout/stderr
Daniel McCarney
2025-06-30
acme: fix TLSALPN01ChallengeCert for IP address identifiers
Daniel McCarney
2025-06-30
acme: add Pebble integration testing
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-04-16
acme/autocert: use standard functions to pick the cache directory
Alberto Bertogli
2025-04-11
acme: use built-in max/min to simplify the code
cuishuang
2025-03-17
acme: remove unnecessary []byte conversion
Mateusz Poliwczak
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
2025-01-16
acme: support challenges that require the ACME client to send a non-empty JSO...
Evgeny Shatokhin
2025-01-02
all: make function and struct comments match the names
cuishuang
2024-09-04
all: fix printf(var) mistakes detected by latest printf checker
v0.27.0
Dmitri Shuralyov
2024-06-26
all: bump go.mod version and drop compatibility shims
Filippo Valsorda
2023-10-11
all: update go directive to 1.18
Dmitri Shuralyov
2023-01-30
all: fix some comments
cui fliter
2022-12-08
acme: eliminate arbitrary timeouts in tests
Bryan C. Mills
2022-10-12
all: use automatic RFC linking
Axel Wagner
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-08-17
acme: gofmt code with Go 1.19 gofmt
Russ Cox
2022-05-25
acme/autocert: properly clean DirCache paths
Roland Shoemaker
2022-05-18
acme: DeactivateReg fix panic
Jason Baker
2022-05-16
acme: add AccountKeyRollover
Jason Baker
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-31
acme: expose Client KID field
Roland Shoemaker
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
2022-01-12
acme: in TestFetchCertCancel, do not reply before the cancellation propagates
Bryan C. Mills
2021-11-17
all: upgrade x/net to latest
Damien Neil
2021-09-21
acme: implement Client.ListCertAlternates
James Hartig
[next]