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