aboutsummaryrefslogtreecommitdiff
path: root/ssh/test
AgeCommit message (Expand)Author
2025-11-12ssh: allow to bind to a hostname in remote forwardingNicola Murino
2025-10-08all: fix some typos in commentcuishuang
2025-09-09all: freeze and deprecate more packagesFilippo Valsorda
2025-06-05ssh/test: skip KEX test if unsupported by system SSH clientv0.39.0Nicola Murino
2025-05-15ssh: add server side support for Diffie Hellman Group ExchangeNicola Murino
2025-05-15ssh: export supported algorithmsNicola Murino
2025-04-18ssh/test: reset the random source before capturing a recordingNicola Murino
2025-04-18ssh/test: enable Diffie-Hellman key exchange algorithmsNicola Murino
2025-04-16ssh/test: skip unsupported tests on js/wasmNicola Murino
2025-04-11ssh: add mlkem768x25519-sha256 Key Exchange algorithmNicola Murino
2025-04-11ssh: add integration tests against a reference implementationNicola Murino
2024-07-22ssh: don't use dsa keys in integration testsNicola Murino
2024-06-26all: bump go.mod version and drop compatibility shimsFilippo Valsorda
2024-06-24ssh/test: make struct comment match struct namecuishuang
2024-06-04ssh: fail client auth immediately on receiving disconnect messagesamiponkanen
2024-02-28ssh/test: work around for TestCiphers failures on macOSNicola Murino
2024-02-14ssh/test: don't use DSA keys in integrations tests, update test RSA keyNicola Murino
2024-01-08ssh/test: skip tests on darwin that fail on the darwin-amd64-longtest LUCI bu...v0.18.0Bryan C. Mills
2024-01-08ssh/test: avoid leaking a net.UnixConn in server.TryDialWithAddrBryan C. Mills
2023-11-27ssh/test: skip TestSSHCLIAuth on Windowsv0.16.0Heschi Kreinick
2023-11-27ssh: add (*Client).DialContext methodRandy Reddig
2023-10-24ssh: add test case against ssh CLINicola Murino
2023-10-11all: update go directive to 1.18Dmitri Shuralyov
2023-07-31ssh: fix call to Fatalf from a non-test goroutineNicola Murino
2023-07-31ssh: add diffie-hellman-group16-sha512 kexNicola Murino
2023-07-11fix TestValidTerminalMode: missing output from echo SHELL $SHELLBoshi Lian
2023-06-15ssh/test: set a timeout and WaitDelay on sshd subcommandsBryan C. Mills
2023-05-04ssh/test: enable on solarisTobias Klauser
2023-04-18ssh: skip unsupported tests on wasip1Tobias Klauser
2023-04-17ssh/test: skip TestValidTerminalMode on non-Bourne shellsBryan C. Mills
2022-09-19all: replace io/ioutil with io and os packagecui fliter
2021-11-15ssh: support RSA SHA-2 (RFC8332) signaturesHans Nielsen
2021-02-20all: go fmt ./...Russ Cox
2019-11-17ssh/test: fix test goroutine error handlingLars Lehtonen
2019-08-29ssh/test: delete TestInvalidTerminalModeMichael Hudson-Doyle
2019-06-17ssh: add diffie-hellman-group-exchange-sha256Lucas Bremgartner
2019-04-26ssh/test: add port for aix/ppc64chigotc
2019-04-18ssh/test: skip test on js/wasmTobias Klauser
2019-04-11ssh/test: use t.Run for MAC/kex/pubkey testsHan-Wen Nienhuys
2019-04-04ssh/test: skip test to fix build on solaris and aixBrad Fitzpatrick
2018-04-26ssh/test: skip tests if run as rootAgniva De Sarker
2018-02-08ssh: compile multi_auth_test.go on linux onlyHan-Wen Nienhuys
2018-02-08ssh: fix support for partial success authentication responses in clientSami Pönkänen
2018-01-22ssh: remove chacha20-poly1305 from preferredCipher listHan-Wen Nienhuys
2018-01-22ssh: remove arcfour ciphers from the default preference listHan-Wen Nienhuys
2018-01-10ssh: use t.Run for testing multiple ciphers/macsHan-Wen Nienhuys
2017-11-28all: run gofmt -s on source codeKevin Burke
2017-11-28all: fix errors reported by vet, golintKevin Burke
2017-11-13ssh: add support for bannersTugdual Saunier
2017-07-26ssh: add Session.WindowChange to send window change eventsTobias Assarsson