aboutsummaryrefslogtreecommitdiff
path: root/ssh/handshake_test.go
AgeCommit message (Expand)Author
2025-10-08all: fix some typos in commentcuishuang
2025-07-09ssh: add AlgorithmNegotiationErrorNicola Murino
2025-05-15ssh: expose negotiated algorithmsNicola Murino
2025-05-15ssh: export supported algorithmsNicola Murino
2025-02-24ssh: limit the size of the internal packet queue while waiting for KEXv0.35.0Nicola Murino
2023-12-18ssh: implement strict KEX protocol changesv0.17.0Roland Shoemaker
2023-09-20ssh: add MultiAlgorithmSignerNicola Murino
2023-07-31ssh: fix call to Fatalf from a non-test goroutineNicola Murino
2023-04-18ssh: skip unsupported tests on wasip1Tobias Klauser
2023-02-15ssh: add support for aes256-gcm@openssh.comNicola Murino
2022-03-14ssh: don't advertise rsa-sha2 algorithms if we can't use themFilippo Valsorda
2022-03-12ssh: ignore MAC if AEAD ciphers negotiatedRoland Shoemaker
2019-07-01ssh: skip testHandshakeErrorHandlingN on js/wasmAgniva De Sarker
2017-05-03crypto/ssh: fix tests on Go 1.7 on OpenBSD and WindowsBrad Fitzpatrick
2017-04-04ssh: reject RekeyThresholds over MaxInt64Han-Wen Nienhuys
2017-03-30ssh: require host key checking in the ClientConfigHan-Wen Nienhuys
2017-02-02ssh: Support multiple source-addresses, don't require IPv4 in tests.Heschi Kreinick
2017-02-02ssh: reset buffered packets after sendingHan-Wen Nienhuys
2017-01-23ssh: soft code internal channel size for testing purposesHan-Wen Nienhuys
2017-01-16ssh: rewrite (re)keying logic.Han-Wen Nienhuys
2017-01-10x/ssh: filter debug and ignore messages in transport.readPacket.Han-Wen Nienhuys
2016-05-10x/crypto/ssh: hide msgNewKeys in the transport layer.Han-Wen Nienhuys
2016-04-12x/crypto/ssh: make sure the initial key exchange happens once.Han-Wen Nienhuys
2016-03-29x/crypto/ssh: interpret disconnect message as error in the transport layer.Han-Wen Nienhuys
2015-08-17crypto/ssh: fix deadlock during error condition.Han-Wen Nienhuys
2015-08-04crypto/ssh: allow client to specify host key algorithms.hanwen
2015-07-30ssh: skip TestHandshakeBasic on Plan 9David du Colombier
2014-04-09go.crypto/ssh: import gosshnew.Adam Langley