1. 1baeb1c ssh: don't advertise rsa-sha2 algorithms if we can't use them by Filippo Valsorda · 3 years ago
  2. 4d39909 ssh: fix diffie-hellman-group-exchange g and K bounds checks by Filippo Valsorda · 3 years ago
  3. e4b3678 ssh: add diffie-hellman-group14-sha256 kex by Filippo Valsorda · 3 years ago
  4. 9b07691 ssh: support new curve25519-sha256 kex name by Михаил Патин · 3 years, 1 month ago
  5. afb6bcd ssh: remove slow unnecessary diffie-hellman-group-exchange primality check by Daniel Cohen · 4 years, 7 months ago
  6. 1b76d66 ssh: fix data race in dh group exchange sha256 by Lucas Bremgartner · 5 years ago
  7. 6e5058b ssh: fix dropped error by Lars Lehtonen · 5 years ago
  8. 57b3e21 ssh: add diffie-hellman-group-exchange-sha256 by Lucas Bremgartner · 6 years ago
  9. e8f2298 all: fix errors reported by vet, golint by Kevin Burke · 7 years ago
  10. adbae1b all: gofmt ./... by Dave Cheney · 8 years ago
  11. dc7f3af ssh: bound DH public values to [2, p-2]. by Adam Langley · 8 years ago
  12. d68c3ec x/crypto/ssh: make sure the initial key exchange happens once. by Han-Wen Nienhuys · 9 years ago
  13. 7b85b09 x/crypto/ssh: run go fmt by Carl Jackson · 9 years ago
  14. aca188f x/crypto/ssh: implement curve25519-sha256@libssh.org key agreement. by hanwen · 10 years ago
  15. fa50e74 go.crypto/ssh: import gosshnew. by Adam Langley · 11 years ago
  16. 44256fa go.crypto/ssh: cosmetic only spelling fixes by Jonathan Pittman · 11 years ago
  17. 4147256 go.crypto/ssh: move interpretation of msgNewKeys into transport. by Han-Wen Nienhuys · 11 years ago
  18. 73e9932 go.crypto/ssh: separate kex algorithms into kexAlgorithm class. by Han-Wen Nienhuys · 11 years ago