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
/
handshake.go
Age
Commit message (
Expand
)
Author
2025-09-15
ssh: remove custom contains, use slices.Contains
Nicola Murino
2025-05-15
ssh: expose negotiated algorithms
Nicola Murino
2025-05-15
ssh: export supported algorithms
Nicola Murino
2025-04-03
ssh: use the configured rand in kex init
Nicola Murino
2025-02-24
ssh: limit the size of the internal packet queue while waiting for KEX
v0.35.0
Nicola Murino
2025-01-18
ssh: add ServerConfig.PreAuthConnCallback, ServerPreAuthConn (banner) interface
Brad Fitzpatrick
2023-12-18
ssh: implement strict KEX protocol changes
v0.17.0
Roland Shoemaker
2023-11-08
ssh: allow to configure public key auth algorithms on the server side
v0.15.0
Nicola Murino
2023-10-04
ssh: add server side support for ping@openssh.com protocol extension
Nicola Murino
2023-09-20
ssh: add MultiAlgorithmSigner
Nicola Murino
2022-12-12
ssh: ensure that handshakeTransport goroutines have finished before Close ret...
Bryan C. Mills
2022-11-12
ssh: support rsa-sha2-256/512 on the server side
Filippo Valsorda
2022-03-21
ssh: send ext-info-c only once
Peter Verraedt
2022-03-14
ssh: support rsa-sha2-256/512 for client authentication
Filippo Valsorda
2022-03-14
ssh: don't advertise rsa-sha2 algorithms if we can't use them
Filippo Valsorda
2022-03-14
ssh: deprecate and replace SigAlgo constants
Filippo Valsorda
2021-11-15
ssh: support RSA SHA-2 (RFC8332) signatures
Hans Nielsen
2019-04-18
ssh: invert algorithm choices on the server
Han-Wen Nienhuys
2017-11-13
ssh: add support for banners
Tugdual Saunier
2017-10-23
Revert "ssh: add support for banners"
Han-Wen Nienhuys
2017-10-18
ssh: add support for banners
Tugdual Saunier
2017-04-13
ssh: fix reset{Read,Write}Thresholds for initial setup
Han-Wen Nienhuys
2017-04-13
ssh: set rekeying thresholds on construction
Han-Wen Nienhuys
2017-03-30
ssh: handle error from prepareKeyChange.
Han-Wen Nienhuys
2017-03-30
ssh: require host key checking in the ClientConfig
Han-Wen Nienhuys
2017-02-06
ssh: prevent double kex at connection start, 2nd try
Han-Wen Nienhuys
2017-02-02
ssh: reset buffered packets after sending
Han-Wen Nienhuys
2017-01-30
ssh: rationalize rekeying decisions.
Han-Wen Nienhuys
2017-01-30
ssh: make sure we execute the initial key exchange only once
Han-Wen Nienhuys
2017-01-23
ssh: soft code internal channel size for testing purposes
Han-Wen Nienhuys
2017-01-16
ssh: rewrite (re)keying logic.
Han-Wen Nienhuys
2016-09-20
ssh: properly handle wrong guess for FirstKexFollows in server
Kaleb Elwert
2016-05-18
x/crypto/ssh: return msgNewKeys for a short-circuited first kex.
Han-Wen Nienhuys
2016-05-10
x/crypto/ssh: hide msgNewKeys in the transport layer.
Han-Wen Nienhuys
2016-05-03
x/crypto/ssh: also log data packets when debugHandshake is set
Han-Wen Nienhuys
2016-04-26
x/crypto/ssh: fix subsequent key exchanges.
Han-Wen Nienhuys
2016-04-12
x/crypto/ssh: make sure the initial key exchange happens once.
Han-Wen Nienhuys
2015-08-29
crypto/ssh: clearer error messages when "no ciphers in common"
Thomas Desrosiers
2015-08-17
crypto/ssh: fix deadlock during error condition.
Han-Wen Nienhuys
2015-08-04
crypto/ssh: allow client to specify host key algorithms.
hanwen
2015-07-30
ssh: fix deadlock during error path
Dave Cheney
2014-04-09
go.crypto/ssh: import gosshnew.
Adam Langley