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