1. 3bf9d2a ssh/test: skip KEX test if unsupported by system SSH client by Nicola Murino · 9 days ago master v0.39.0
  2. 9bab967 go.mod: update golang.org/x dependencies by Gopher Robot · 9 days ago
  3. 4f9f0ca x509roots/fallback: add init time benchmark by Mateusz Poliwczak · 3 weeks ago
  4. eac7cf0 x509roots/fallback: move parsing code to a non-generated file by Mateusz Poliwczak · 3 weeks ago
  5. 18228cd acme: return err from deprecated TLS-SNI-[01|02] functions by Daniel McCarney · 2 weeks ago
  6. 73f6362 acme: remove dead code by Daniel McCarney · 2 weeks ago
  7. ebc8e46 ssh: add server side support for Diffie Hellman Group Exchange by Nicola Murino · 1 year, 6 months ago
  8. e944286 ssh: expose negotiated algorithms by Nicola Murino · 1 year, 6 months ago
  9. 78a1fd7 ssh: automatically add curve25519-sha256@libssh.org KEX alias by Nicola Murino · 6 weeks ago
  10. ac58737 ssh: export supported algorithms by Nicola Murino · 6 weeks ago
  11. 9dbbcf0 bcrypt: update InvalidCostError message to describe cost range inclusive by redwrasse · 5 weeks ago
  12. 9f6bf84 x509roots/fallback: update bundle by Gopher Robot · 7 weeks ago
  13. aae6e61 go.mod: update golang.org/x dependencies by Gopher Robot · 6 weeks ago v0.38.0
  14. 9c1aa6a ssh/test: reset the random source before capturing a recording by Nicola Murino · 9 weeks ago
  15. 8819902 ssh/test: enable Diffie-Hellman key exchange algorithms by Nicola Murino · 9 weeks ago
  16. 3f311e4 acme: return error from pre-authorization when unsupported by Ian Stapleton Cordasco · 3 months ago
  17. 1f7c62c ssh/test: skip unsupported tests on js/wasm by Nicola Murino · 8 weeks ago
  18. a5f8048 acme/autocert: use standard functions to pick the cache directory by Alberto Bertogli · 2 years, 8 months ago
  19. 958cde8 Revert "chacha20: add loong64 SIMD implementation" by Michael Pratt · 9 weeks ago
  20. 51f005c Revert "salsa20: add loong64 SIMD implementation" by Michael Pratt · 9 weeks ago
  21. 7c35866 Revert "argon2: add loong64 SIMD implementation" by Michael Pratt · 9 weeks ago
  22. 0091fc8 Revert "blake2s: add loong64 SIMD implementation" by Michael Pratt · 9 weeks ago
  23. 388684e argon2: add loong64 SIMD implementation by Xiaolin Zhao · 3 months ago
  24. 953e809 chacha20: add loong64 SIMD implementation by Xiaolin Zhao · 6 months ago
  25. 18f7707 salsa20: add loong64 SIMD implementation by Xiaolin Zhao · 10 weeks ago
  26. 2ebaafc blake2s: add loong64 SIMD implementation by Xiaolin Zhao · 3 months ago
  27. 4bc0711 acme: use built-in max/min to simplify the code by cuishuang · 9 weeks ago
  28. c96bba2 ssh: add mlkem768x25519-sha256 Key Exchange algorithm by Nicola Murino · 4 months ago
  29. 6b13eef ssh: add integration tests against a reference implementation by Nicola Murino · 5 months ago
  30. 959f8f3 go.mod: update golang.org/x dependencies by Gopher Robot · 10 weeks ago v0.37.0
  31. 769bcd6 ssh: use the configured rand in kex init by Nicola Murino · 5 months ago
  32. d0a798f cryptobyte: fix typo 'octects' into 'octets' for asn1.go by Simon Josefsson · 3 months ago
  33. acbcbef acme: remove unnecessary []byte conversion by Mateusz Poliwczak · 2 years, 6 months ago
  34. 376eb14 x509roots: support constrained roots by Roland Shoemaker · 4 months ago
  35. b369b72 crypto/internal/poly1305: implement function update in assembly on loong64 by Xiaolin Zhao · 6 months ago
  36. 6b853fb ssh/knownhosts: check more than one key by Carlos A Becker · 3 months ago
  37. 49bf5b8 go.mod: update golang.org/x dependencies by Gopher Robot · 3 months ago v0.36.0
  38. 24852b6 ssh: add decode support for banners by Ilia Mirkin · 4 months ago
  39. bbc689c ssh: use a more straightforward return value by cuishuang · 4 months ago
  40. 7292932 ssh: limit the size of the internal packet queue while waiting for KEX by Nicola Murino · 6 months ago v0.35.0
  41. f66f74b acme/autocert: check host policy before probing the cache by Roland Shoemaker · 4 months ago v0.34.0
  42. b0784b7 x509roots/fallback: drop obsolete build constraint by Dmitri Shuralyov · 4 months ago
  43. 911360c all: bump golang.org/x/crypto dependencies of asm generators by Roland Shoemaker · 4 months ago
  44. 89ff08d all: upgrade go directive to at least 1.23.0 [generated] by Gopher Robot · 4 months ago
  45. e47973b all: update certs for go1.24 by Sean Liao · 4 months ago
  46. 9290511 go.mod: update golang.org/x dependencies by Gopher Robot · 4 months ago v0.33.0
  47. fa5273e x509roots/fallback: update bundle by Gopher Robot · 4 months ago
  48. a8ea4be ssh: add ServerConfig.PreAuthConnCallback, ServerPreAuthConn (banner) interface by Brad Fitzpatrick · 9 months ago
  49. 71d3a4c acme: support challenges that require the ACME client to send a non-empty JSON body in a response to the challenge. by Evgeny Shatokhin · 10 months ago
  50. 8929309 go.mod: update golang.org/x dependencies by Gopher Robot · 5 months ago v0.32.0
  51. 4a75ba5 all: make function and struct comments match the names by cuishuang · 5 months ago
  52. b4f1988 ssh: make the public key cache a 1-entry FIFO cache by Roland Shoemaker · 6 months ago v0.31.0
  53. 7042ebc openpgp/clearsign: just use rand.Reader in tests by Roland Shoemaker · 6 months ago v0.30.0
  54. 3e90321 go.mod: update golang.org/x dependencies by Gopher Robot · 6 months ago
  55. 8c4e668 x509roots/fallback: update bundle by Gopher Robot · 7 months ago
  56. 6018723 go.mod: update golang.org/x dependencies by Gopher Robot · 7 months ago v0.29.0
  57. 71ed71b README: don't recommend go get by Ian Lance Taylor · 8 months ago
  58. 750a45f sha3: add MarshalBinary, AppendBinary, and UnmarshalBinary by Filippo Valsorda · 9 months ago
  59. 36b1725 sha3: avoid trailing permutation by Filippo Valsorda · 8 months ago
  60. 80ea76e sha3: fix padding for long cSHAKE parameters by Filippo Valsorda · 9 months ago
  61. c17aa50 sha3: avoid buffer copy by Filippo Valsorda · 9 months ago
  62. 7cfb916 ssh: return unexpected msg error when server fails keyboard-interactive auth early by samiponkanen · 8 months ago
  63. b61b08d chacha20: extend ppc64le support to ppc64 by Paul E. Murphy · 9 months ago
  64. 6c21748 internal/poly1305: extend ppc64le support to ppc64 by Paul E. Murphy · 9 months ago
  65. adef4cc go.mod: update golang.org/x dependencies by Gopher Robot · 8 months ago v0.28.0
  66. a0819fb sha3: fix cSHAKE initialization for extremely large N and or S by Yawning Angel · 1 year, 3 months ago
  67. 42ee18b ssh: return ServerAuthError after too many auth failures by Nicola Murino · 1 year, 4 months ago
  68. 9e92970 bn256: add missing symbols in comment by cuishuang · 9 months ago
  69. c9da6b9 all: fix printf(var) mistakes detected by latest printf checker by Dmitri Shuralyov · 9 months ago v0.27.0
  70. b35ab4f go.mod: update golang.org/x dependencies by Gopher Robot · 9 months ago
  71. bcb0f91 internal/poly1305: Port sum_amd64.s to Avo by Garrett Bodley · 11 months ago
  72. 7eace71 chacha20poly1305: Avo port of chacha20poly1305_amd64.s by Garrett Bodley · 11 months ago
  73. 620dfbc salsa20/salsa: Port salsa20_amd64.s to Avo by Garrett Bodley · 11 months ago
  74. 82942cf blake2b: port blake2b_amd64.s to Avo by Garrett Bodley · 11 months ago
  75. 0484c26 blake2b: port blake2bAVX2_amd64.s to Avo by Garrett Bodley · 11 months ago
  76. 38ed1bc blake2s: port blake2s_amd64.s to Avo by Garrett Bodley · 11 months ago
  77. 38a0b5d argon2: Avo port of blamka_amd64.s by Garrett Bodley · 11 months ago
  78. bf5f14f x509roots/fallback: update bundle by Gopher Robot · 9 months ago
  79. b2d3a6a ssh/agent: ensure to not add duplicated keys by Nicola Murino · 10 months ago
  80. 5bcd010 go.mod: update golang.org/x dependencies by Gopher Robot · 10 months ago v0.26.0
  81. 3375612 ssh: add support for unpadded RSA signatures by Ilia Mirkin · 11 months ago
  82. bb80217 ssh: don't use dsa keys in integration tests by Nicola Murino · 11 months ago
  83. 6879722 ssh: remove go 1.21+ dependency on slices by Ilia Mirkin · 11 months ago
  84. e983fa2 sha3: Avo port of keccakf_amd64.s by Garrett Bodley · 12 months ago
  85. 80fd972 LICENSE: update per Google Legal by Russ Cox · 11 months ago
  86. f2bc3a6 x509roots/fallback/internal/goissue52287: delete by Dmitri Shuralyov · 11 months ago
  87. d66d9c3 x509roots/fallback: update bundle by Gopher Robot · 11 months ago
  88. 9fadb0b go.mod: update golang.org/x dependencies by Gopher Robot · 11 months ago v0.25.0
  89. a6a393f all: bump go.mod version and drop compatibility shims by Filippo Valsorda · 12 months ago
  90. 1c74500 ssh/test: make struct comment match struct name by cuishuang · 12 months ago
  91. d4e7c9c ssh: fail client auth immediately on receiving disconnect message by samiponkanen · 1 year, 1 month ago
  92. 332fd65 go.mod: update golang.org/x dependencies by Gopher Robot · 1 year ago v0.24.0
  93. 0b431c7 x509roots/fallback: update bundle by Gopher Robot · 1 year ago
  94. 349231f ssh: implement CryptoPublicKey on sk keys by Mariano Cano · 1 year, 9 months ago
  95. 44c9b0f ssh: allow server auth callbacks to send additional banners by Andrew Lytvynov · 1 year, 5 months ago
  96. 67b1361 sha3: reenable s390x assembly by Mauri de Souza Meneguzzo · 1 year, 5 months ago
  97. 477a5b4 sha3: make APIs usable with zero allocations by Filippo Valsorda · 1 year, 7 months ago
  98. 59b5a86 sha3: disable s390x assembly by Filippo Valsorda · 1 year, 7 months ago
  99. 10f366e sha3: simplify XOR functions by Filippo Valsorda · 1 year, 7 months ago
  100. 905d78a go.mod: update golang.org/x dependencies by Gopher Robot · 1 year, 1 month ago v0.23.0