1. 152cdb1 x509roots/fallback: update bundle by Gopher Robot · 1 year, 2 months ago
  2. fdfe1f8 ssh: defer channel window adjustment by Will Mortensen · 2 years, 1 month ago
  3. b8ffc16 blake2b: drop Go 1.6, Go 1.8 compatibility by Sebastiaan van Stijn · 1 year, 2 months ago
  4. 7e6fbd8 ssh: wrap errors from client handshake by Pavel Repin · 1 year, 2 months ago
  5. bda2f3f argon2: avoid clobbering BP by Egon Elbre · 3 years, 7 months ago
  6. 325b735 ssh/test: skip TestSSHCLIAuth on Windows by Heschi Kreinick · 1 year, 2 months ago v0.16.0
  7. 1eadac5 go.mod: update golang.org/x dependencies by Gopher Robot · 1 year, 2 months ago
  8. b2d7c26 ssh: add (*Client).DialContext method by Randy Reddig · 1 year, 7 months ago
  9. 1c17e20 ssh: fix certificate authentication with OpenSSH 7.2-7.7 by Nicola Murino · 1 year, 6 months ago
  10. 270bf25 curve25519/internal/field/_asm: go mod tidy to fix x/sys version by Sebastiaan van Stijn · 1 year, 2 months ago
  11. 1cf1811 ssh: use the correct token from the client by Matt Dainty · 4 years ago
  12. a2edfb5 cryptobyte: fix ReadOptionalASN1Boolean by Roland Shoemaker · 1 year, 2 months ago
  13. ff15cd5 ssh: eliminate some goroutine leaks in tests and examples by Bryan C. Mills · 1 year, 2 months ago
  14. eb61739 ssh: allow to configure public key auth algorithms on the server side by Nicola Murino · 1 year, 6 months ago v0.15.0
  15. 42c83ff ssh: try harder to detect incorrect passwords for legacy PEM encryption by Nicola Murino · 1 year, 3 months ago
  16. e668aa9 go.mod: update golang.org/x dependencies by Gopher Robot · 1 year, 2 months ago
  17. df0bc9e chacha20poly1305: guard PSHUFB usage with GOAMD64_v2 by Mauri de Souza Meneguzzo · 1 year, 2 months ago
  18. 74c2ba9 crypto/hkdf: remove useless call to Reset by Eric Lagergren · 2 years, 5 months ago
  19. cf8dcb0 ssh: add test case against ssh CLI by Nicola Murino · 1 year, 7 months ago
  20. 4f30245 x509roots: catch the zero-roots case when generating the bundle by Roland Shoemaker · 1 year, 3 months ago
  21. 1d57292 x509roots: check HTTP response status code and media type by Dmitri Shuralyov · 1 year, 3 months ago
  22. 8779cbd all: update go directive to 1.18 by Dmitri Shuralyov · 1 year, 3 months ago
  23. 2aeefc3 ssh: add support for SSH_AGENT_CONSTRAIN_EXTENSION with id 255 by Nicola Murino · 1 year, 4 months ago
  24. e3cc52e go.mod: update golang.org/x dependencies by Gopher Robot · 1 year, 3 months ago v0.14.0
  25. 833695f ssh: add server side support for ping@openssh.com protocol extension by Nicola Murino · 1 year, 5 months ago
  26. ec07f4e chacha20: drop Go 1.10 compatibility for arm64 by Sebastiaan van Stijn · 2 years, 2 months ago
  27. b665ba6 all: use crypto/ed25519 instead of golang.org/x/crypto/ed25519 by Sebastiaan van Stijn · 1 year, 4 months ago
  28. a1aeb9b ssh: add test cases for compatibility with old (buggy) clients by Nicola Murino · 1 year, 4 months ago
  29. 28c53ff ssh: add MultiAlgorithmSigner by Nicola Murino · 1 year, 6 months ago
  30. 3f0842a sha3: have ShakeHash extend hash.Hash by Matthew Dempsky · 1 year, 4 months ago
  31. e90f1e1 cryptobyte: add uint48 methods by Daniel Mangum · 1 year, 4 months ago
  32. d359caa ssh: support for marshaling keys using the OpenSSH format by Mariano Cano · 5 years ago
  33. c5370d2 ssh: check the declared public key algo against decoded one by Nicola Murino · 1 year, 7 months ago
  34. 0d375be go.mod: update golang.org/x dependencies by Gopher Robot · 1 year, 4 months ago v0.13.0
  35. b4ddeed go.mod: update golang.org/x dependencies by Gopher Robot · 1 year, 5 months ago v0.12.0
  36. edc325d ssh: fix call to Fatalf from a non-test goroutine by Nicola Murino · 1 year, 6 months ago
  37. eab9315 ssh: add diffie-hellman-group16-sha512 kex by Nicola Murino · 1 year, 7 months ago
  38. ddfa821 ssh: ignore invalid MACs and KEXs just like we do for ciphers by Nicola Murino · 1 year, 6 months ago
  39. d08e19b x509roots/fallback: update bundle by Gopher Robot · 1 year, 6 months ago
  40. 12e1fcd internal/wycheproof: skip all tests in short test mode by Dmitri Shuralyov · 1 year, 6 months ago
  41. 3f8f064 ssh: prefer sha256 based RSA key algorithms by Nicola Murino · 1 year, 7 months ago
  42. 5df3b59 ssh: disable client agent tests on Windows by Nicola Murino · 1 year, 6 months ago
  43. 2e82bdd fix TestValidTerminalMode: missing output from echo SHELL $SHELL by Boshi Lian · 1 year, 6 months ago internal-branch.go1.21-vendor
  44. 64e0e99 ssh: fix RSA certificate and public key authentication with older clients by Nicola Murino · 1 year, 7 months ago
  45. 23b1b90 ssh: prefer sha256 based MAC algorithms by Nicola Murino · 1 year, 7 months ago
  46. e984872 go.mod: update golang.org/x dependencies by Gopher Robot · 1 year, 6 months ago v0.11.0
  47. 183630a x509roots: generate a stable sort, for real this time by Roland Shoemaker · 1 year, 7 months ago
  48. a9e447d x509roots/fallback: add //go:build go1.20 to bundle.go by Dmitri Shuralyov · 1 year, 7 months ago
  49. 64c3993 ssh: add hmac-sha2-512 by Stan Hu · 1 year, 7 months ago
  50. 5fe8145 x509roots: remove list hash and generation date, change ordering by Roland Shoemaker · 1 year, 7 months ago
  51. 043e94c x509roots: fix generate script argument checking by Roland Shoemaker · 1 year, 7 months ago
  52. 0d502d7 x509roots: use "generate" build tag by Roland Shoemaker · 1 year, 7 months ago
  53. 0ff6005 ssh/test: set a timeout and WaitDelay on sshd subcommands by Bryan C. Mills · 1 year, 8 months ago
  54. 8e447d8 go.mod: update golang.org/x dependencies by Gopher Robot · 1 year, 7 months ago v0.10.0
  55. 22c9997 go.mod: tell x repo tagging to ignore dep on net by Heschi Kreinick · 1 year, 7 months ago
  56. d0b3160 x509roots: add new module by Roland Shoemaker · 2 years ago
  57. 1622238 Add support for "hmac-sha2-512-etm@openssh.com" by Stefan Klein · 4 years, 10 months ago
  58. a4e9841 go.mod: update golang.org/x dependencies by Gopher Robot · 1 year, 8 months ago v0.9.0
  59. 3ef8056 ssh/test: enable on solaris by Tobias Klauser · 1 year, 9 months ago
  60. a8cc953 ssh: skip unsupported tests on wasip1 by Tobias Klauser · 1 year, 9 months ago
  61. 7d6d3f5 ssh/test: skip TestValidTerminalMode on non-Bourne shells by Bryan C. Mills · 1 year, 9 months ago
  62. 1faeef9 cryptobyte: reject Object Identifiers with leading 0x80 by Mateusz Poliwczak · 1 year, 9 months ago
  63. 00fd4ff go.mod: update golang.org/x dependencies by Gopher Robot · 1 year, 9 months ago v0.8.0
  64. 018c28f all: fix some comments by cui fliter · 1 year, 10 months ago
  65. 9cd0187 curve25519: use crypto/ecdh on Go 1.20 by Filippo Valsorda · 2 years, 2 months ago
  66. c6a20f9 ssh: document that ParseRawPrivateKey supports Ed25519 keys by Anmol Sethi · 2 years ago
  67. 776e461 go.mod: update golang.org/x dependencies by Gopher Robot · 1 year, 11 months ago v0.7.0
  68. ebe9262 ssh: add support for aes256-gcm@openssh.com by Nicola Murino · 1 year, 11 months ago
  69. a9f661c go.mod: update golang.org/x dependencies by Gopher Robot · 2 years ago v0.6.0
  70. 310bfa4 cryptobyte: reject negative Unwrite argument by Alexander Yastrebov · 2 years ago
  71. 59ff472 all: fix some comments by cui fliter · 2 years ago
  72. 3d872d0 go.mod: update golang.org/x dependencies by Gopher Robot · 2 years ago v0.5.0
  73. bc7d1d1 bcrypt: reject passwords longer than 72 bytes by Roland Shoemaker · 2 years, 2 months ago
  74. 7e3ac20 internal/wycheproof: also use Verify in TestECDSA by Roland Shoemaker · 2 years, 2 months ago
  75. 23edec0 ssh: ensure that handshakeTransport goroutines have finished before Close returns by Bryan C. Mills · 2 years, 1 month ago
  76. f495dc3 acme: eliminate arbitrary timeouts in tests by Bryan C. Mills · 2 years, 1 month ago
  77. eb2c406 go.mod: update golang.org/x dependencies by Gopher Robot · 2 years, 1 month ago v0.4.0
  78. 2c47667 cryptobyte: add support for ReadASN1Integer into []byte by Filippo Valsorda · 2 years, 2 months ago internal-branch.go1.20-vendor
  79. 0ec7e83 internal/wycheproof: update Go 1.20 crypto/ecdh API by Filippo Valsorda · 2 years, 2 months ago v0.3.0
  80. 6fad3df ssh: support rsa-sha2-256/512 on the server side by Filippo Valsorda · 2 years, 2 months ago
  81. 21d60a1 all: remove redundant type conversion by cui fliter · 2 years, 4 months ago
  82. 183a9b7 go.mod: update golang.org/x dependencies by Gopher Robot · 2 years, 2 months ago v0.2.0
  83. 334521b ssh: fix typo by Park Zhou · 2 years, 2 months ago
  84. a3485e1 all: use math/bits.RotateLeft by Alexander Yastrebov · 2 years, 3 months ago
  85. 642fcc3 go.mod: update golang.org/x dependencies by Gopher Robot · 2 years, 3 months ago v0.1.0
  86. 56aed06 all: use automatic RFC linking by Axel Wagner · 2 years, 3 months ago
  87. 9be5aaa all: fix a few function names on comments by cui fliter · 2 years, 3 months ago
  88. d6f0a8c ssh: add ServerConfig.NoClientAuthCallback by Brad Fitzpatrick · 2 years, 10 months ago
  89. 4161e89 all: replace bytes.Compare with bytes.Equal by cui fliter · 2 years, 3 months ago
  90. eccd636 acme/autocert: remove TestRenewFromCache skips by Roland Shoemaker · 2 years, 4 months ago
  91. 4ba4fb4 acme/autocert: fix renewal timer issue by Roland Shoemaker · 2 years, 4 months ago
  92. 35f4265 all: replace io/ioutil with io and os package by cui fliter · 2 years, 4 months ago
  93. c86fa9a internal/wycheproof: add crypto/ecdh tests by Roland Shoemaker · 2 years, 5 months ago
  94. bd7e27e ssh/agent: match OpenSSH extensionAgentMsg, not IETF draft by edef · 2 years, 7 months ago
  95. 5757bc0 cryptobyte: add ReadUint64 and AddUint64 by hopehook · 2 years, 6 months ago
  96. bc19a97 acme: gofmt code with Go 1.19 gofmt by Russ Cox · 2 years, 5 months ago
  97. 04dced1 internal/subtle: rename to internal/alias by Russ Cox · 2 years, 5 months ago
  98. 630584e A+C: delete AUTHORS and CONTRIBUTORS by Russ Cox · 2 years, 6 months ago
  99. 0559593 curve25519: remove dependency on fmt by Aaqa Ishtyaq · 3 years, 4 months ago
  100. 793ad66 acme/autocert: properly clean DirCache paths by Roland Shoemaker · 2 years, 8 months ago