aboutsummaryrefslogtreecommitdiff
path: root/ssh/test/session_test.go
AgeCommit message (Expand)Author
2023-10-11all: update go directive to 1.18Dmitri Shuralyov
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
2021-02-20all: go fmt ./...Russ Cox
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-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-07-26ssh: add Session.WindowChange to send window change eventsTobias Assarsson
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
2015-08-17x/crypto/ssh/test: test all key exchanges against sshd.Han-Wen Nienhuys
2015-04-10crypto/ssh: add support for aes128-cbc cipher.Nathan(yinian) Hu
2015-02-02ssh: make godoc examples easier to reuseDave Cheney
2014-11-10go.crypto: use golang.org/x/... import pathsAndrew Gerrand
2014-04-09go.crypto/ssh: import gosshnew.Adam Langley
2013-10-07go.crypto/ssh: let client accept DSA and ECDSA host key algorithms.Han-Wen Nienhuys
2013-06-21go.crypto/ssh: add hook for host key checking.Han-Wen Nienhuys
2013-03-08ssh/test: deflake session test.Adam Langley
2012-10-30go.crypto/ssh: never negotiate unsupported ciphersDave Cheney
2012-10-21go.crypto/ssh: add terminal modes to ssh.RequestPty()Willem van der Schyff
2012-10-05go.crypto/ssh: new test subpackageDave Cheney