aboutsummaryrefslogtreecommitdiff
path: root/ssh/test
AgeCommit message (Expand)Author
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
2017-05-23x/crypto/ssh: fix host certificate principal evaluation to check for hostname...Adam Eijdenberg
2017-04-10ssh: support forwarding of Unix domain socket connectionsAkihiro Suda
2017-03-30ssh: require host key checking in the ClientConfigHan-Wen Nienhuys
2016-07-06x/crypto: fix typosMartin Hamrle
2016-05-15x/crypto/ssh: add 3des-cbc as a non-default cipherSam Hug
2016-05-12x/crypto/ssh: add support for ed25519 keysMartin Garton
2016-05-09ssh: fix compatibility with recent OpenSSHMartin Garton
2015-08-17x/crypto/ssh/test: test all key exchanges against sshd.Han-Wen Nienhuys
2015-07-16crypto/ssh: allow identities to be constrained.Peter Moody
2015-04-22crypto/ssh: update references to the old code.google.com repoDmitry Savintsev
2015-04-10crypto/ssh: add support for aes128-cbc cipher.Nathan(yinian) Hu
2015-02-02ssh: make godoc examples easier to reuseDave Cheney
2014-12-09crypto: add import comments.David Symonds
2014-11-10go.crypto: use golang.org/x/... import pathsAndrew Gerrand
2014-08-08go.crypto/ssh/test: skip tests during -short modeDave Cheney
2014-05-05go.crypto/ssh/test: enable test cases on dragonflyMikio Hara
2014-04-12go.crypto/ssh: build test_unix_test on Plan 9David du Colombier
2014-04-09go.crypto/ssh: remove old files.Adam Langley
2014-04-09go.crypto/ssh: import gosshnew.Adam Langley