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
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
2021-09-20
all: fix typos
Yasuhiro Matsumoto
2021-08-17
acme: fix deadlock when Client.Key is nil
Roland Shoemaker
2021-04-21
acme: add support for subproblems
Roland Shoemaker
2021-03-22
acme/autocert: include the domain in the SAN of the CSR
Trevor Dixon
2021-02-20
all: go fmt ./...
Russ Cox
2020-12-21
acme: hardcode and remove ExternalAccountBinding.Algorithm
Filippo Valsorda
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-14
acme/autocert: remove unused listener struct field
Brad Fitzpatrick
2020-02-10
acme/autocert: fix TLS-ALPN identifier in tests
Jason Baker
2020-02-10
acme: update TLS-ALPN identifier to the latest IANA assignment
Jason Baker
2019-12-05
acme: expect standard ASN.1 signatures from ECDSA Client.Key
edef
2019-11-08
acme/internal/acmeprobe: fix dropped error variable
Lars Lehtonen
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-10-11
acme: update Directory URL to Let's Encrypt v2
Alex Vaghin
2019-10-11
acme: prevent discovery network roundtrips in tests
Alex Vaghin
2019-10-01
acme/internal: add a prober program
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-09-26
acme: add KID variant to jwsEncodeJSON
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
[next]