- 8779cbd all: update go directive to 1.18 by Dmitri Shuralyov · 1 year, 5 months ago
- 59ff472 all: fix some comments by cui fliter · 2 years, 2 months ago
- f495dc3 acme: eliminate arbitrary timeouts in tests by Bryan C. Mills · 2 years, 3 months ago
- 56aed06 all: use automatic RFC linking by Axel Wagner · 2 years, 5 months ago
- eccd636 acme/autocert: remove TestRenewFromCache skips by Roland Shoemaker · 2 years, 6 months ago
- 4ba4fb4 acme/autocert: fix renewal timer issue by Roland Shoemaker · 2 years, 6 months ago
- 35f4265 all: replace io/ioutil with io and os package by cui fliter · 2 years, 6 months ago
- bc19a97 acme: gofmt code with Go 1.19 gofmt by Russ Cox · 2 years, 7 months ago
- 793ad66 acme/autocert: properly clean DirCache paths by Roland Shoemaker · 2 years, 10 months ago
- 6f7dac9 acme: DeactivateReg fix panic by Jason Baker · 2 years, 10 months ago
- 403b017 acme: add AccountKeyRollover by Jason Baker · 2 years, 10 months ago internal-branch.go1.19-vendor
- c6db032 acme/autocert/internal/acmetest: don't validate in goroutine by Roland Shoemaker · 2 years, 10 months ago
- 7b82a4e all: gofmt by Russ Cox · 3 years ago
- 5352b09 acme/autocert: support External Account Binding (EAB) tokens by Ben Burkert · 3 years, 5 months ago
- 8634188 acme/autocert: skip renewal tests broken on windows/arm64 by Bryan C. Mills · 3 years, 1 month ago
- f4118a5 acme/autocert: fix races in renewal tests by Bryan C. Mills · 3 years, 1 month ago
- dad3315 acme/autocert: include email in example by Jacob Hoffman-Andrews · 3 years, 10 months ago
- 2f5cac0 acme, sha3, ssh: fix the typos by HowJmay · 3 years, 10 months ago
- 65fa2f7 acme: remove support for pre-RFC 8555 ACME spec by Ben Burkert · 3 years, 2 months ago
- 30dcbda acme: expose Client KID field by Roland Shoemaker · 3 years, 5 months ago
- 198e437 acme/autocert: replace all ACME server stubs with acmetest by Filippo Valsorda · 3 years, 2 months ago
- aa10faf acme/autocert: renew Let's Encrypt certificates likely to get revoked by Filippo Valsorda · 3 years, 2 months ago
- 5e0467b acme: in TestFetchCertCancel, do not reply before the cancellation propagates by Bryan C. Mills · 3 years, 2 months ago
- ae814b3 all: upgrade x/net to latest by Damien Neil · 3 years, 4 months ago
- 089bfa5 acme: implement Client.ListCertAlternates by James Hartig · 4 years, 3 months ago
- 84f3576 all: fix typos by Yasuhiro Matsumoto · 3 years, 8 months ago
- 32db794 acme: fix deadlock when Client.Key is nil by Roland Shoemaker · 4 years, 10 months ago
- 83a5a9b acme: add support for subproblems by Roland Shoemaker · 4 years, 10 months ago
- 0c34fe9 acme/autocert: include the domain in the SAN of the CSR by Trevor Dixon · 4 years ago
- 5ea612d all: go fmt ./... by Russ Cox · 4 years, 1 month ago
- eec23a3 acme: hardcode and remove ExternalAccountBinding.Algorithm by Filippo Valsorda · 4 years, 3 months ago
- 9d13527 acme: add external account binding support by James Kasten · 4 years, 4 months ago
- 78000ba acme: make WaitAuthorization return authorization errors consistently by Andrew Louis · 5 years ago
- 1d94cc7 acme/autocert: remove unused listener struct field by Brad Fitzpatrick · 5 years ago
- 86ce3cb acme/autocert: fix TLS-ALPN identifier in tests by Jason Baker · 5 years ago
- 6ca56c2 acme: update TLS-ALPN identifier to the latest IANA assignment by Jason Baker · 5 years ago
- e7c4368 acme: expect standard ASN.1 signatures from ECDSA Client.Key by edef · 5 years ago
- 0a56756 acme/internal/acmeprobe: fix dropped error variable by Lars Lehtonen · 5 years ago
- 8986dd9 acme/autocert: always pass AuthzURLs from AuthorizeOrder to deactivatePendingAuthz by Dmitri Shuralyov · 5 years ago
- 87dc89f acme/autocert: give tokensMu a better name by Alex Vaghin · 5 years ago
- 0e8c3a9 acme/autocert: support ACME RFC 8555 by Alex Vaghin · 5 years ago
- a950601 acme: update Directory URL to Let's Encrypt v2 by Alex Vaghin · 5 years ago
- 1f99b0e acme: prevent discovery network roundtrips in tests by Alex Vaghin · 5 years ago
- f9e2070 acme/internal: add a prober program by Alex Vaghin · 6 years ago
- 4663e18 acme: update existing methods for RFC 8555 by Alex Vaghin · 6 years ago
- 8834368 acme: implement new order-based issuance methods by Alex Vaghin · 6 years ago
- a832865 acme: support RFC 8555 account management by Alex Vaghin · 6 years ago
- fa1a291 acme: add KID variant to jwsEncodeJSON by Alex Vaghin · 6 years ago
- 2682ddc acme: fetch fresh nonces from newNonce resource by Alex Vaghin · 6 years ago
- 2afe7c4 acme: add support for RFC8555 compliant discovery by x1ddos · 6 years ago
- 227b76d acme/autocert: remove tls-sni-xx challenge support by Alex Vaghin · 6 years ago
- 60c769a acme/autocert: remove tempfile after dircache write failed by yuanhh · 6 years ago
- cc06ce4 acme: send User-Agent and add Client.UserAgent by Filippo Valsorda · 6 years ago
- f856061 acme/autocert: make host of TLS certificate to be obtained always Punycode by Aofei Sheng · 6 years ago
- a4c6cb3 acme: try to fetch nonce from directory first by Alex Vaghin · 6 years ago
- b01c7a7 acme: support IP address authorization type by Alex Vaghin · 6 years ago
- bfa7d42 acme: support custom crypto.Signer implementations by Alex Vaghin · 6 years ago
- 74cb1d3 acme/autocert: include rejected hostname in TLS handshake error when host not configured by David Jones · 6 years ago
- 182538f acme/autocert: clarify that multiple names are allowed by David Ndungu · 7 years ago
- ff745d0 acme/autocert: fix race in test. by Adam Langley · 7 years ago
- 56440b8 acme/autocert: expand tls-alpn-01 docs by Filippo Valsorda · 7 years ago
- c126467 acme/autocert: add support for tls-alpn-01 by Alex Vaghin · 7 years ago
- a521dfc acme: expect 202 Accepted from Let's Encrypt by Alex Vaghin · 7 years ago
- a49355c acme: consistently return original errors from retries by Alex Vaghin · 7 years ago
- 5cd40a3 acme/autocert: surface details of acme.AuthorizationError by Filippo Valsorda · 7 years ago
- e6b1200 acme: fix encoding of the TLS-ALPN challenge extension by Roland Shoemaker · 7 years ago
- 8ac0e0d acme: add support for TLS-ALPN by Maciej Dębski · 7 years ago
- b47b158 acme/autocert: change a var to a const by Brad Fitzpatrick · 7 years ago
- d162186 acme/autocert: fix build in Go 1.9 by Filippo Valsorda · 7 years ago
- 78e7928 acme/autocert: update Manager.Client and Cache docs by Filippo Valsorda · 7 years ago
- 8f8078c acme/autocert: support both RSA and ECDSA clients on the fly by Filippo Valsorda · 7 years ago
- df8d471 acme: clarify retries and backoff algorithm by Alex Vaghin · 7 years ago
- ab81327 acme/autocert: improve authorizations cleanup by Alex Vaghin · 7 years ago
- a3beeb7 acme/autocert: support configurable CSR extensions by Alex Vaghin · 8 years ago
- 75e913e acme/autocert: revoke dangling pending authzs by Leo Antunes · 7 years ago
- c3a3ad6 acme/autocert: use valid certificates from the cache during renewal by Brad Morgan · 7 years ago
- 0b6b69c acme/autocert: return error from cachePut by Jake Burkhead · 7 years ago
- 91a49db acme: stop polling authz on 4xx client errors by Alex Vaghin · 7 years ago
- 9de5f2e acme/autocert: Remove unused retryAfter func by Ingo Gottwald · 7 years ago
- 13931e2 acme/autocert: support http-01 challenge type by Alex Vaghin · 7 years ago
- 94eea52 all: run gofmt -s on source code by Kevin Burke · 7 years ago
- 541b9d5 acme, acme/autocert: add missing articles by Kevin Burke · 7 years ago
- 959b3af acme: fill Subject CN field in the tls-sni challenge certs by Alex Vaghin · 7 years ago
- 76eec36 acme/autocert: add Cache to Manager example by Russ Cox · 7 years ago
- 7d9177d acme: reword the godoc to be more human readable by namusyaka · 7 years ago
- 27b9897 acme: clarify the purpose of CertOption interface by Joe Kyo · 8 years ago
- 51714a8 acme, acme/autocert: use canonical http header keys by Joe Kyo · 8 years ago
- 5746f0a acme: fix mismatched format arguments in acme_test.go by Joe Kyo · 8 years ago
- 368a604 acme/autocert: clean up temporary directories in TestDirCache() by Joe Kyo · 8 years ago
- 850760c acme/autocert: enable HTTP/2 on listener by Johan Brandhorst · 8 years ago
- 5a033cc acme/autocert: validate SNI value even more by Brad Fitzpatrick · 8 years ago
- 04eae0b autocert: validate SNI values more, add tests by Brad Fitzpatrick · 8 years ago
- 8e03fc1 acme/autocert: remove failed state entries by Alex Vaghin · 8 years ago
- c7af5bf acme: add missing err assignment check by Alex Vaghin · 8 years ago
- 5f995c0 acme: add function to check rate limits by Alex Vaghin · 8 years ago
- 141c762 acme: replace ErrAuthorizationFailed with a type by Alex Vaghin · 8 years ago
- 0e4becf acme/autocert: treat invalid cert as a cache miss by Alex Vaghin · 8 years ago
- 2b0eeec acme: generate correct ES512 signatures by Alex Vaghin · 8 years ago
- 3543873 acme/autocert: return error if Prompt not set by Ross Light · 8 years ago
- 0242f07 acme/autocert: extend default value of RenewBefore by Alex Vaghin · 8 years ago