1. 67b1361 sha3: reenable s390x assembly by Mauri de Souza Meneguzzo · 4 months ago master
  2. 477a5b4 sha3: make APIs usable with zero allocations by Filippo Valsorda · 6 months ago
  3. 59b5a86 sha3: disable s390x assembly by Filippo Valsorda · 6 months ago
  4. 10f366e sha3: simplify XOR functions by Filippo Valsorda · 6 months ago
  5. 905d78a go.mod: update golang.org/x dependencies by Gopher Robot · 6 days ago v0.23.0
  6. ebb717d ssh: validate key type in SSH_MSG_USERAUTH_PK_OK response by Nicola Murino · 7 weeks ago
  7. 0da2a6a openpgp: fix function name in comment by cuishuang · 4 weeks ago
  8. 5defcc1 sha3: fix Sum results for SHAKE functions on s390x by Michael Munday · 4 weeks ago
  9. d042a39 go.mod: update golang.org/x dependencies by Gopher Robot · 5 weeks ago v0.22.0
  10. b92bf94 ssh: respect MaxAuthTries also for "none" auth attempts by Nicola Murino · 5 weeks ago
  11. 6f79b5a ssh: add server side multi-step authentication by Nicola Murino · 9 months ago
  12. 8d0d405 x/crypto/chacha20: cleanup chacha_ppc64le.s by Jayanth Krishnamurthy · 3 months ago
  13. b91329d all: remove redundant words in comments and fix some typos by cui fliter · 10 weeks ago
  14. 7067223 go.mod: update golang.org/x dependencies by Gopher Robot · 10 weeks ago v0.21.0
  15. 0d2316b ssh/test: work around for TestCiphers failures on macOS by Nicola Murino · 3 months ago
  16. 0aab8d0 all: update go.mod x/net dependency by Roland Shoemaker · 2 months ago v0.20.0
  17. 5bead59 ocsp: don't use iota for externally defined constants by Brad Fitzpatrick · 3 months ago
  18. 1a86580 x/crypto/internal/poly1305: improve sum_ppc64le.s by Lynn Boger · 4 months ago
  19. 1c981e6 ssh/test: don't use DSA keys in integrations tests, update test RSA key by Nicola Murino · 3 months ago
  20. 62c9f17 x509roots/nss: manually exclude a confusingly constrained root by Roland Shoemaker · 3 months ago
  21. 405cb3b go.mod: update golang.org/x dependencies by Gopher Robot · 3 months ago v0.19.0
  22. 913d3ae x509roots/fallback: update bundle by Gopher Robot · 3 months ago
  23. dbb6ec1 ssh/test: skip tests on darwin that fail on the darwin-amd64-longtest LUCI builder by Bryan C. Mills · 4 months ago v0.18.0
  24. 403f699 ssh/test: avoid leaking a net.UnixConn in server.TryDialWithAddr by Bryan C. Mills · 4 months ago
  25. 055043d go.mod: update golang.org/x dependencies by Gopher Robot · 4 months ago
  26. 08396bb internal/poly1305: drop Go 1.12 compatibility by Sebastiaan van Stijn · 6 months ago
  27. 9d2ee97 ssh: implement strict KEX protocol changes by Roland Shoemaker · 6 months ago v0.17.0
  28. 4e5a261 ssh: close net.Conn on all NewServerConn errors by Edoardo Spadolini · 5 months ago
  29. 152cdb1 x509roots/fallback: update bundle by Gopher Robot · 6 months ago
  30. fdfe1f8 ssh: defer channel window adjustment by Will Mortensen · 1 year, 5 months ago
  31. b8ffc16 blake2b: drop Go 1.6, Go 1.8 compatibility by Sebastiaan van Stijn · 6 months ago
  32. 7e6fbd8 ssh: wrap errors from client handshake by Pavel Repin · 6 months ago
  33. bda2f3f argon2: avoid clobbering BP by Egon Elbre · 2 years, 10 months ago
  34. 325b735 ssh/test: skip TestSSHCLIAuth on Windows by Heschi Kreinick · 6 months ago v0.16.0
  35. 1eadac5 go.mod: update golang.org/x dependencies by Gopher Robot · 6 months ago
  36. b2d7c26 ssh: add (*Client).DialContext method by Randy Reddig · 11 months ago
  37. 1c17e20 ssh: fix certificate authentication with OpenSSH 7.2-7.7 by Nicola Murino · 10 months ago
  38. 270bf25 curve25519/internal/field/_asm: go mod tidy to fix x/sys version by Sebastiaan van Stijn · 6 months ago
  39. 1cf1811 ssh: use the correct token from the client by Matt Dainty · 3 years, 4 months ago
  40. a2edfb5 cryptobyte: fix ReadOptionalASN1Boolean by Roland Shoemaker · 6 months ago
  41. ff15cd5 ssh: eliminate some goroutine leaks in tests and examples by Bryan C. Mills · 6 months ago
  42. eb61739 ssh: allow to configure public key auth algorithms on the server side by Nicola Murino · 10 months ago v0.15.0
  43. 42c83ff ssh: try harder to detect incorrect passwords for legacy PEM encryption by Nicola Murino · 6 months ago
  44. e668aa9 go.mod: update golang.org/x dependencies by Gopher Robot · 6 months ago
  45. df0bc9e chacha20poly1305: guard PSHUFB usage with GOAMD64_v2 by Mauri de Souza Meneguzzo · 6 months ago
  46. 74c2ba9 crypto/hkdf: remove useless call to Reset by Eric Lagergren · 1 year, 9 months ago
  47. cf8dcb0 ssh: add test case against ssh CLI by Nicola Murino · 11 months ago
  48. 4f30245 x509roots: catch the zero-roots case when generating the bundle by Roland Shoemaker · 7 months ago
  49. 1d57292 x509roots: check HTTP response status code and media type by Dmitri Shuralyov · 7 months ago
  50. 8779cbd all: update go directive to 1.18 by Dmitri Shuralyov · 7 months ago
  51. 2aeefc3 ssh: add support for SSH_AGENT_CONSTRAIN_EXTENSION with id 255 by Nicola Murino · 8 months ago
  52. e3cc52e go.mod: update golang.org/x dependencies by Gopher Robot · 7 months ago v0.14.0
  53. 833695f ssh: add server side support for ping@openssh.com protocol extension by Nicola Murino · 8 months ago
  54. ec07f4e chacha20: drop Go 1.10 compatibility for arm64 by Sebastiaan van Stijn · 1 year, 6 months ago
  55. b665ba6 all: use crypto/ed25519 instead of golang.org/x/crypto/ed25519 by Sebastiaan van Stijn · 8 months ago
  56. a1aeb9b ssh: add test cases for compatibility with old (buggy) clients by Nicola Murino · 8 months ago
  57. 28c53ff ssh: add MultiAlgorithmSigner by Nicola Murino · 10 months ago
  58. 3f0842a sha3: have ShakeHash extend hash.Hash by Matthew Dempsky · 8 months ago
  59. e90f1e1 cryptobyte: add uint48 methods by Daniel Mangum · 8 months ago
  60. d359caa ssh: support for marshaling keys using the OpenSSH format by Mariano Cano · 4 years, 3 months ago
  61. c5370d2 ssh: check the declared public key algo against decoded one by Nicola Murino · 11 months ago
  62. 0d375be go.mod: update golang.org/x dependencies by Gopher Robot · 8 months ago v0.13.0
  63. b4ddeed go.mod: update golang.org/x dependencies by Gopher Robot · 9 months ago v0.12.0
  64. edc325d ssh: fix call to Fatalf from a non-test goroutine by Nicola Murino · 10 months ago
  65. eab9315 ssh: add diffie-hellman-group16-sha512 kex by Nicola Murino · 11 months ago
  66. ddfa821 ssh: ignore invalid MACs and KEXs just like we do for ciphers by Nicola Murino · 10 months ago
  67. d08e19b x509roots/fallback: update bundle by Gopher Robot · 10 months ago
  68. 12e1fcd internal/wycheproof: skip all tests in short test mode by Dmitri Shuralyov · 10 months ago
  69. 3f8f064 ssh: prefer sha256 based RSA key algorithms by Nicola Murino · 10 months ago
  70. 5df3b59 ssh: disable client agent tests on Windows by Nicola Murino · 10 months ago
  71. 2e82bdd fix TestValidTerminalMode: missing output from echo SHELL $SHELL by Boshi Lian · 10 months ago internal-branch.go1.21-vendor
  72. 64e0e99 ssh: fix RSA certificate and public key authentication with older clients by Nicola Murino · 11 months ago
  73. 23b1b90 ssh: prefer sha256 based MAC algorithms by Nicola Murino · 10 months ago
  74. e984872 go.mod: update golang.org/x dependencies by Gopher Robot · 10 months ago v0.11.0
  75. 183630a x509roots: generate a stable sort, for real this time by Roland Shoemaker · 11 months ago
  76. a9e447d x509roots/fallback: add //go:build go1.20 to bundle.go by Dmitri Shuralyov · 11 months ago
  77. 64c3993 ssh: add hmac-sha2-512 by Stan Hu · 11 months ago
  78. 5fe8145 x509roots: remove list hash and generation date, change ordering by Roland Shoemaker · 11 months ago
  79. 043e94c x509roots: fix generate script argument checking by Roland Shoemaker · 11 months ago
  80. 0d502d7 x509roots: use "generate" build tag by Roland Shoemaker · 11 months ago
  81. 0ff6005 ssh/test: set a timeout and WaitDelay on sshd subcommands by Bryan C. Mills · 12 months ago
  82. 8e447d8 go.mod: update golang.org/x dependencies by Gopher Robot · 11 months ago v0.10.0
  83. 22c9997 go.mod: tell x repo tagging to ignore dep on net by Heschi Kreinick · 11 months ago
  84. d0b3160 x509roots: add new module by Roland Shoemaker · 1 year, 4 months ago
  85. 1622238 Add support for "hmac-sha2-512-etm@openssh.com" by Stefan Klein · 4 years, 1 month ago
  86. a4e9841 go.mod: update golang.org/x dependencies by Gopher Robot · 1 year ago v0.9.0
  87. 3ef8056 ssh/test: enable on solaris by Tobias Klauser · 1 year ago
  88. a8cc953 ssh: skip unsupported tests on wasip1 by Tobias Klauser · 1 year, 1 month ago
  89. 7d6d3f5 ssh/test: skip TestValidTerminalMode on non-Bourne shells by Bryan C. Mills · 1 year, 1 month ago
  90. 1faeef9 cryptobyte: reject Object Identifiers with leading 0x80 by Mateusz Poliwczak · 1 year, 1 month ago
  91. 00fd4ff go.mod: update golang.org/x dependencies by Gopher Robot · 1 year, 1 month ago v0.8.0
  92. 018c28f all: fix some comments by cui fliter · 1 year, 2 months ago
  93. 9cd0187 curve25519: use crypto/ecdh on Go 1.20 by Filippo Valsorda · 1 year, 6 months ago
  94. c6a20f9 ssh: document that ParseRawPrivateKey supports Ed25519 keys by Anmol Sethi · 1 year, 4 months ago
  95. 776e461 go.mod: update golang.org/x dependencies by Gopher Robot · 1 year, 2 months ago v0.7.0
  96. ebe9262 ssh: add support for aes256-gcm@openssh.com by Nicola Murino · 1 year, 3 months ago
  97. a9f661c go.mod: update golang.org/x dependencies by Gopher Robot · 1 year, 3 months ago v0.6.0
  98. 310bfa4 cryptobyte: reject negative Unwrite argument by Alexander Yastrebov · 1 year, 3 months ago
  99. 59ff472 all: fix some comments by cui fliter · 1 year, 3 months ago
  100. 3d872d0 go.mod: update golang.org/x dependencies by Gopher Robot · 1 year, 4 months ago v0.5.0