aboutsummaryrefslogtreecommitdiff
path: root/ssh/test
AgeCommit message (Expand)Author
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
2014-02-19go.crypto/ssh: build tests on Plan 9David du Colombier
2013-10-07go.crypto/ssh: let client accept DSA and ECDSA host key algorithms.Han-Wen Nienhuys
2013-09-19go.crypto/ssh: introduce Signer method, an abstraction ofHan-Wen Nienhuys
2013-09-13go.crypto/ssh: introduce PublicKey interface type.Han-Wen Nienhuys
2013-09-03go.crypto/ssh/test: Only show SSHD debug output if test fails.Han-Wen Nienhuys
2013-08-28go.crypto/ssh: Use net.UnixConn for connecting client and sshd.Han-Wen Nienhuys
2013-07-26go.crypto/ssh: add workaround for broken port forwarding inHan-Wen Nienhuys
2013-07-22go.crypto/ssh: close channel feeding tcpListener.Han-Wen Nienhuys
2013-06-21go.crypto/ssh: add hook for host key checking.Han-Wen Nienhuys
2013-06-18go.crypto/ssh: fix test breakages introduced by 125:40246d2ae2ebHan-Wen Nienhuys
2013-06-18go.crypto/ssh/test: Run sshd with -e, so the debug output goes onto stderr.Han-Wen Nienhuys
2013-06-11go.crypto/ssh: fix and test port forwarding.Han-Wen Nienhuys
2013-06-05go.crypto/ssh: fix race on mock ssh network connectionDave Cheney
2013-04-26go.crypto/ssh: More error reporting improvements.David Symonds
2013-04-23go.crypto/ssh/test: Replace FailNow with Fail where it is obvious that the te...David Symonds
2013-04-17go.crypto/ssh/test: Fix distracting nil pointer dereference in a test.David Symonds
2013-04-17go.crypto/ssh/test: improve diagnostics for test failing to get username.David Symonds
2013-04-07go.crypto/ssh/test: wait on sshd process in testsAlbert Strasheim
2013-03-08ssh/test: deflake session test.Adam Langley
2012-12-14go.crypto/ssh/test: move some variables into common os source file to fix win...Alex Brainman
2012-12-10ssh: add functions for public keys in wire & auth keys format.Shawn Ledbetter
2012-11-12go.crypto/ssh: make tests work on non-cgo platforms.Joel Sing
2012-11-08go.crypto/ssh/test: don't kill process if it was never startedIan Lance Taylor
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