index
:
go-x-crypto
main
ssh-run-with-context
Fork of golang.org/x/crypto with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ssh
/
kex.go
Age
Commit message (
Expand
)
Author
2025-09-27
ssh: add support for FIPS mode
Nicola Murino
2025-08-26
ssh: remove Go 1.24 build tag for ML-KEM kex
Nicola Murino
2025-08-19
ssh: use curve25519.X25519 instead of curve25519.ScalarMult
Filippo Valsorda
2025-05-15
ssh: add server side support for Diffie Hellman Group Exchange
Nicola Murino
2025-05-15
ssh: export supported algorithms
Nicola Murino
2023-07-31
ssh: add diffie-hellman-group16-sha512 kex
Nicola Murino
2022-03-14
ssh: don't advertise rsa-sha2 algorithms if we can't use them
Filippo Valsorda
2022-03-14
ssh: fix diffie-hellman-group-exchange g and K bounds checks
Filippo Valsorda
2022-03-14
ssh: add diffie-hellman-group14-sha256 kex
Filippo Valsorda
2022-03-14
ssh: support new curve25519-sha256 kex name
Михаил Патин
2020-09-30
ssh: remove slow unnecessary diffie-hellman-group-exchange primality check
Daniel Cohen
2020-03-17
ssh: fix data race in dh group exchange sha256
Lucas Bremgartner
2019-11-08
ssh: fix dropped error
Lars Lehtonen
2019-06-17
ssh: add diffie-hellman-group-exchange-sha256
Lucas Bremgartner
2017-11-28
all: fix errors reported by vet, golint
Kevin Burke
2017-06-19
all: gofmt ./...
Dave Cheney
2016-10-10
ssh: bound DH public values to [2, p-2].
Adam Langley
2016-04-12
x/crypto/ssh: make sure the initial key exchange happens once.
Han-Wen Nienhuys
2015-12-01
x/crypto/ssh: run go fmt
Carl Jackson
2015-08-17
x/crypto/ssh: implement curve25519-sha256@libssh.org key agreement.
hanwen
2014-04-09
go.crypto/ssh: import gosshnew.
Adam Langley
2013-10-10
go.crypto/ssh: cosmetic only spelling fixes
Jonathan Pittman
2013-10-08
go.crypto/ssh: move interpretation of msgNewKeys into
Han-Wen Nienhuys
2013-09-24
go.crypto/ssh: separate kex algorithms into kexAlgorithm class.
Han-Wen Nienhuys