1. 0559593 curve25519: remove dependency on fmt by Aaqa Ishtyaq · 2 years, 8 months ago
  2. 793ad66 acme/autocert: properly clean DirCache paths by Roland Shoemaker · 1 year, 11 months ago
  3. 6f7dac9 acme: DeactivateReg fix panic by Jason Baker · 2 years ago
  4. 85d78b3 curve25519/internal/field: update generator to avo v0.4.0 by Tobias Klauser · 2 years, 2 months ago
  5. 403b017 acme: add AccountKeyRollover by Jason Baker · 2 years ago internal-branch.go1.19-vendor
  6. 4661260 ssh/agent: fix non-RSA certificates by Filippo Valsorda · 2 years ago
  7. c6db032 acme/autocert/internal/acmetest: don't validate in goroutine by Roland Shoemaker · 2 years ago
  8. 2cf3ade internal/wycheproof: skip truncated SHA-512 RSAPSS tests for boring by Roland Shoemaker · 2 years ago
  9. eb4f295 internal/wycheproof: add ECDH tests, including point decompression by Filippo Valsorda · 2 years, 1 month ago
  10. 7b82a4e all: gofmt by Russ Cox · 2 years ago
  11. 5352b09 acme/autocert: support External Account Binding (EAB) tokens by Ben Burkert · 2 years, 7 months ago
  12. ae2d966 ocsp: add Response.Raw by Roland Shoemaker · 2 years, 2 months ago
  13. 2c7772b ssh: send ext-info-c only once by Peter Verraedt · 2 years, 1 month ago
  14. 3147a52 ssh: support rsa-sha2-256/512 for client certificates by Filippo Valsorda · 2 years, 1 month ago
  15. 5d542ad ssh: support rsa-sha2-256/512 for client authentication by Filippo Valsorda · 2 years, 1 month ago
  16. a577426 ssh: send (and rename) keyboard-interactive name field to the client by Filippo Valsorda · 2 years, 1 month ago
  17. 1baeb1c ssh: don't advertise rsa-sha2 algorithms if we can't use them by Filippo Valsorda · 2 years, 1 month ago
  18. fcc990c ssh: deprecate and replace SigAlgo constants by Filippo Valsorda · 2 years, 1 month ago
  19. 4d39909 ssh: fix diffie-hellman-group-exchange g and K bounds checks by Filippo Valsorda · 2 years, 1 month ago
  20. e4b3678 ssh: add diffie-hellman-group14-sha256 kex by Filippo Valsorda · 2 years, 1 month ago
  21. 9b07691 ssh: support new curve25519-sha256 kex name by Михаил Патин · 2 years, 2 months ago
  22. b769efc ssh: add IUTF8 constant from RFC 8160 by Brad Fitzpatrick · 2 years, 1 month ago
  23. 6068a2e ssh: ignore MAC if AEAD ciphers negotiated by Roland Shoemaker · 2 years, 2 months ago
  24. efcb850 ssh: fix typo by cuishuang · 2 years, 2 months ago
  25. 8634188 acme/autocert: skip renewal tests broken on windows/arm64 by Bryan C. Mills · 2 years, 2 months ago
  26. 1e6e349 crypto/ssh: don't send the last auth failure message if disconnecting by Roland Shoemaker · 2 years, 2 months ago
  27. f4118a5 acme/autocert: fix races in renewal tests by Bryan C. Mills · 2 years, 3 months ago
  28. db63837 ssh: accept WSAECONNABORTED in TestClientAuthMaxAuthTriesPublicKey by Ian Lance Taylor · 2 years, 3 months ago
  29. dad3315 acme/autocert: include email in example by Jacob Hoffman-Andrews · 2 years, 11 months ago
  30. 2f5cac0 acme, sha3, ssh: fix the typos by HowJmay · 3 years ago
  31. 65fa2f7 acme: remove support for pre-RFC 8555 ACME spec by Ben Burkert · 2 years, 3 months ago
  32. bba287d ocsp: fix typo by Dan Kortschak · 2 years, 3 months ago
  33. 20e1d8d ed25519: drop Go 1.12 compatibility by Filippo Valsorda · 3 years ago
  34. 30dcbda acme: expose Client KID field by Roland Shoemaker · 2 years, 7 months ago
  35. 198e437 acme/autocert: replace all ACME server stubs with acmetest by Filippo Valsorda · 2 years, 3 months ago
  36. aa10faf acme/autocert: renew Let's Encrypt certificates likely to get revoked by Filippo Valsorda · 2 years, 3 months ago
  37. e04a857 ssh/agent: fix TestMalformedRequests by Roland Shoemaker · 2 years, 4 months ago
  38. 5e0467b acme: in TestFetchCertCancel, do not reply before the cancellation propagates by Bryan C. Mills · 2 years, 3 months ago
  39. e495a2d cryptobyte: fix parsing of large ASN.1 OIDs by umlublin · 2 years, 5 months ago internal-branch.go1.18-vendor
  40. 4570a08 internal/wycheproof: skip on builders with flaky network connections by Bryan C. Mills · 2 years, 5 months ago
  41. 5770296 ssh: don't assume packet plaintext size by Roland Shoemaker · 2 years, 6 months ago
  42. ae814b3 all: upgrade x/net to latest by Damien Neil · 2 years, 5 months ago
  43. b4de73f ssh: support RSA SHA-2 (RFC8332) signatures by Hans Nielsen · 4 years, 2 months ago
  44. ceb1ce7 ocsp: rewrite tests that rely on SHA1-RSA by Roland Shoemaker · 2 years, 6 months ago
  45. 089bfa5 acme: implement Client.ListCertAlternates by James Hartig · 3 years, 4 months ago
  46. 84f3576 all: fix typos by Yasuhiro Matsumoto · 2 years, 9 months ago
  47. c084706 poly1305: deprecate public package by Filippo Valsorda · 2 years, 8 months ago
  48. 32db794 acme: fix deadlock when Client.Key is nil by Roland Shoemaker · 4 years ago
  49. 0a44fdf openpgp: fix deprecation message by Roland Shoemaker · 2 years, 9 months ago
  50. 0ba0e8f openpgp: mark as deprecated by Filippo Valsorda · 2 years, 9 months ago
  51. a769d52 sha3: fix typo in comment by HowJMay · 2 years, 10 months ago
  52. 5ff15b2 all: upgrade x/sys to latest by Bryan C. Mills · 2 years, 10 months ago
  53. c07d793 curve25519/internal/field: fix generator module reference to x/crypto by Filippo Valsorda · 3 years ago
  54. cd7d49e all: add //go:build lines to assembly files by Tobias Klauser · 3 years ago
  55. 38f3c27 ssh: return missing user field in NewClientConn by povsister · 3 years, 1 month ago
  56. 3497b51 curve25519: replace field implementation with filippo.io/edwards25519 by Filippo Valsorda · 3 years ago
  57. e9a3299 go.mod: upgrade to go 1.17 by Bryan C. Mills · 3 years ago
  58. 83a5a9b acme: add support for subproblems by Roland Shoemaker · 4 years ago
  59. 5bf0f12 poly1305: cleanup ppc64le R0/$0 usage by Paul E. Murphy · 3 years ago
  60. 4f45737 cryptobyte: add support for UTCTime by Roland Shoemaker · 3 years, 5 months ago
  61. 0c34fe9 acme/autocert: include the domain in the SAN of the CSR by Trevor Dixon · 3 years, 1 month ago
  62. 513c2a4 scrypt: use encoding/binary to simplify smix by Andreas Auernhammer · 3 years, 8 months ago
  63. e6e6c4f go.mod: bump golang.org/x/net to e18ecbb05110 by Radek Simko · 3 years, 1 month ago
  64. 5ea612d all: go fmt ./... by Russ Cox · 3 years, 2 months ago
  65. b8e89b7 blake2s: fix 386 assembly not to smash SP by Russ Cox · 3 years, 2 months ago
  66. 1f2b32a blake2b: fix amd64 assembly not to smash SP by Russ Cox · 3 years, 2 months ago
  67. 042588c salsa20/salsa: fix amd64 assembly not to smash SP by Russ Cox · 3 years, 2 months ago
  68. 86c0c3e blake2s: fix amd64 assembly not to smash SP by Russ Cox · 3 years, 2 months ago
  69. eec23a3 acme: hardcode and remove ExternalAccountBinding.Algorithm by Filippo Valsorda · 3 years, 4 months ago
  70. 9d13527 acme: add external account binding support by James Kasten · 3 years, 5 months ago
  71. 8b5274c ssh: disallow gssapi-with-mic if GSSAPIWithMICConfig is not set by Roland Shoemaker · 3 years, 4 months ago
  72. 5f87f34 README.md: add badge to pkg.go.dev by Julie Qiu · 3 years, 5 months ago
  73. be400ae all: build tags: appengine,!gccgo => purego,gc by Tamir Duberstein · 3 years, 5 months ago
  74. c8d3bf9 x/crypto/chacha20: fix typo in benchmark by Roland Shoemaker · 3 years, 5 months ago
  75. c1f2f97 ssh/terminal: bump x/term dependency to fix js/nacl by Filippo Valsorda · 3 years, 5 months ago
  76. 4be66e5 ssh/terminal: replace with a golang.org/x/term wrapper by Filippo Valsorda · 3 years, 7 months ago
  77. 0c6587e ssh/terminal: add support for zos by Mahdi Hosseini Moghaddam · 3 years, 6 months ago
  78. 9e8e0b3 ssh: improve error message for KeyboardInteractiveChallenge by Aidan Coyle · 3 years, 6 months ago internal-branch.go1.16-vendor
  79. 84dcc77 crypto/ssh: add Client.Close in Dial example by Emmanuel T Odeke · 3 years, 7 months ago
  80. 7f63de1 internal/wycheproof: add RSA OAEP decryption tests by Roland Shoemaker · 4 years ago
  81. c90954c nacl/auth: use Size instead of KeySize for Sum output by woat · 3 years, 7 months ago
  82. eb9a90e ocsp: Improve documentation for ParseResponse and ParseResponseForCert by Roland Shoemaker · 3 years, 7 months ago
  83. afb6bcd ssh: remove slow unnecessary diffie-hellman-group-exchange primality check by Daniel Cohen · 3 years, 8 months ago
  84. 5c72a88 sha3: remove go:nocheckptr annotation by Bryan C. Mills · 3 years, 8 months ago
  85. 123391f internal/wycheproof: add generic AEAD test by Roland Shoemaker · 4 years ago
  86. 948cd5f pkcs12: drop PKCS#12 attributes with unknown OIDs by chronologos · 3 years, 10 months ago
  87. ab33eee pkcs12: document that we use the wrong PEM type by Filippo Valsorda · 3 years, 10 months ago
  88. 75b2880 ssh: Make error message deterministic by Julian Kornberger · 3 years, 10 months ago release-branch.go1.15
  89. 70a84ac internal/wycheproof: add tests for hmac generation by Roland Shoemaker · 4 years ago
  90. 279210d ssh: don't err out on channel request msgs to unknown channels by Erick Tryzelaar · 3 years, 11 months ago
  91. 06a226f Use boolean tag (0x01) for boolean type. by Pasi Tähkäpää · 4 years ago
  92. 4b2356b poly1305: modify s390x assembly to implement MAC interface by Michael Munday · 4 years ago
  93. 729f1e8 ssh: improve docs on Certificate.SignCert by Lily Chung · 4 years ago
  94. 4bdfaf4 chacha20: don't panic encrypting the final blocks by Filippo Valsorda · 4 years, 1 month ago
  95. 18b771b cryptobyte: handle AddASN1BigInt with -1 by Katie Hockman · 4 years ago
  96. 44a6062 poly1305: add (*MAC).Verify API and use it in chacha20poly1305 by Filippo Valsorda · 4 years, 6 months ago
  97. 3c4aac8 chacha20: improve generic implementation performance by Andy Wang · 4 years ago
  98. a76a400 Revert "chacha20: don't panic encrypting the final blocks" by Filippo Valsorda · 4 years ago
  99. 1c2c788 chacha20: don't panic encrypting the final blocks by Filippo Valsorda · 4 years, 1 month ago
  100. 884d27f Update reference to CBC vulnerability in cipher.go by Bob McNaughton · 4 years ago