1. dad3315 acme/autocert: include email in example by Jacob Hoffman-Andrews · 3 years, 10 months ago
  2. 2f5cac0 acme, sha3, ssh: fix the typos by HowJmay · 3 years, 10 months ago
  3. 65fa2f7 acme: remove support for pre-RFC 8555 ACME spec by Ben Burkert · 3 years, 2 months ago
  4. 198e437 acme/autocert: replace all ACME server stubs with acmetest by Filippo Valsorda · 3 years, 2 months ago
  5. aa10faf acme/autocert: renew Let's Encrypt certificates likely to get revoked by Filippo Valsorda · 3 years, 2 months ago
  6. ae814b3 all: upgrade x/net to latest by Damien Neil · 3 years, 4 months ago
  7. 0c34fe9 acme/autocert: include the domain in the SAN of the CSR by Trevor Dixon · 4 years ago
  8. 1d94cc7 acme/autocert: remove unused listener struct field by Brad Fitzpatrick · 5 years ago
  9. 86ce3cb acme/autocert: fix TLS-ALPN identifier in tests by Jason Baker · 5 years ago
  10. 8986dd9 acme/autocert: always pass AuthzURLs from AuthorizeOrder to deactivatePendingAuthz by Dmitri Shuralyov · 5 years ago
  11. 87dc89f acme/autocert: give tokensMu a better name by Alex Vaghin · 5 years ago
  12. 0e8c3a9 acme/autocert: support ACME RFC 8555 by Alex Vaghin · 5 years ago
  13. 227b76d acme/autocert: remove tls-sni-xx challenge support by Alex Vaghin · 6 years ago
  14. 60c769a acme/autocert: remove tempfile after dircache write failed by yuanhh · 6 years ago
  15. cc06ce4 acme: send User-Agent and add Client.UserAgent by Filippo Valsorda · 6 years ago
  16. f856061 acme/autocert: make host of TLS certificate to be obtained always Punycode by Aofei Sheng · 6 years ago
  17. 74cb1d3 acme/autocert: include rejected hostname in TLS handshake error when host not configured by David Jones · 6 years ago
  18. 182538f acme/autocert: clarify that multiple names are allowed by David Ndungu · 7 years ago
  19. ff745d0 acme/autocert: fix race in test. by Adam Langley · 7 years ago
  20. 56440b8 acme/autocert: expand tls-alpn-01 docs by Filippo Valsorda · 7 years ago
  21. c126467 acme/autocert: add support for tls-alpn-01 by Alex Vaghin · 7 years ago
  22. 5cd40a3 acme/autocert: surface details of acme.AuthorizationError by Filippo Valsorda · 7 years ago
  23. b47b158 acme/autocert: change a var to a const by Brad Fitzpatrick · 7 years ago
  24. d162186 acme/autocert: fix build in Go 1.9 by Filippo Valsorda · 7 years ago
  25. 78e7928 acme/autocert: update Manager.Client and Cache docs by Filippo Valsorda · 7 years ago
  26. 8f8078c acme/autocert: support both RSA and ECDSA clients on the fly by Filippo Valsorda · 7 years ago
  27. ab81327 acme/autocert: improve authorizations cleanup by Alex Vaghin · 7 years ago
  28. a3beeb7 acme/autocert: support configurable CSR extensions by Alex Vaghin · 8 years ago
  29. 75e913e acme/autocert: revoke dangling pending authzs by Leo Antunes · 7 years ago
  30. c3a3ad6 acme/autocert: use valid certificates from the cache during renewal by Brad Morgan · 7 years ago
  31. 0b6b69c acme/autocert: return error from cachePut by Jake Burkhead · 7 years ago
  32. 9de5f2e acme/autocert: Remove unused retryAfter func by Ingo Gottwald · 7 years ago
  33. 13931e2 acme/autocert: support http-01 challenge type by Alex Vaghin · 7 years ago
  34. 541b9d5 acme, acme/autocert: add missing articles by Kevin Burke · 7 years ago
  35. 76eec36 acme/autocert: add Cache to Manager example by Russ Cox · 7 years ago
  36. 51714a8 acme, acme/autocert: use canonical http header keys by Joe Kyo · 8 years ago
  37. 368a604 acme/autocert: clean up temporary directories in TestDirCache() by Joe Kyo · 8 years ago
  38. 850760c acme/autocert: enable HTTP/2 on listener by Johan Brandhorst · 8 years ago
  39. 5a033cc acme/autocert: validate SNI value even more by Brad Fitzpatrick · 8 years ago
  40. 04eae0b autocert: validate SNI values more, add tests by Brad Fitzpatrick · 8 years ago
  41. 8e03fc1 acme/autocert: remove failed state entries by Alex Vaghin · 8 years ago
  42. 0e4becf acme/autocert: treat invalid cert as a cache miss by Alex Vaghin · 8 years ago
  43. 3543873 acme/autocert: return error if Prompt not set by Ross Light · 8 years ago
  44. 0242f07 acme/autocert: extend default value of RenewBefore by Alex Vaghin · 8 years ago
  45. 12c985a acme/autocert: extract Manager example from comments by Ross Light · 8 years ago
  46. 9b9c1af acme/autocert: fix context usage by Brad Fitzpatrick · 8 years ago
  47. b020702 acme/autocert: add Listener by Brad Fitzpatrick · 8 years ago
  48. 88915cc acme, acme/autocert: switch to Go 1.7+ context package by Brad Fitzpatrick · 8 years ago
  49. b5cf4d8 acme/autocert: context propagation and doc tweaks by Brad Fitzpatrick · 8 years ago
  50. 22ddb68 acme/autocert: fix racy tests by Heschi Kreinick · 8 years ago
  51. 1d77d5b acme/autocert: fix typo in Cache doc comment by Andrew Gerrand · 8 years ago
  52. 9b1a210 acme/autocert: add an option for RSA-based certs by Alex Vaghin · 8 years ago
  53. 21853a7 acme/autocert: remove trailing dot from domain before requesting cert by Brad Fitzpatrick · 8 years ago
  54. 81372b2 acme/autocert: cache ACME account key by Jonathan Rudenberg · 9 years ago
  55. 0e31b18 acme/autocert: use ECDSA P-256 for account key and issued certs by Jonathan Rudenberg · 9 years ago
  56. 05d11b2 acme/autocert: make tests more well-behaved by Alex Vaghin · 9 years ago
  57. 9e59015 acme/autocert: fix data race in tests by Brad Fitzpatrick · 9 years ago
  58. f160b6b acme/autocert: support earlier versions of Go by Alex Vaghin · 9 years ago
  59. dfc9fd3 acme/autocert: correct acme package import by Alex Vaghin · 9 years ago
  60. d3c1194 acme: expose internal/acme as acme package by Alex Vaghin · 9 years ago
  61. 33b4182 acme/autocert: implement certificates renewal by Alex Vaghin · 9 years ago
  62. b35ccbc acme: add Client.WaitAuthorization for polling by Alex Vaghin · 9 years ago
  63. 1ba5ec0 acme: add StatusValid to expected values for Authorize by Alex Vaghin · 9 years ago
  64. 7e016f1 acme: use EC keys where possible by Alex Vaghin · 9 years ago
  65. b3cc731 acme/autocert: replace DNSNames with HostPolicy by Alex Vaghin · 9 years ago
  66. a8a4eed acme/autocert: improve test speed on 386 by Alex Vaghin · 9 years ago
  67. f0e11a3 acme/autocert: new high-level package for automatic cert management by Alex Vaghin · 9 years ago