index
:
go-x-crypto
main
ssh-run-with-context
Fork of golang.org/x/crypto with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ssh
/
test
Age
Commit message (
Expand
)
Author
2017-05-23
x/crypto/ssh: fix host certificate principal evaluation to check for hostname...
Adam Eijdenberg
2017-04-10
ssh: support forwarding of Unix domain socket connections
Akihiro Suda
2017-03-30
ssh: require host key checking in the ClientConfig
Han-Wen Nienhuys
2016-07-06
x/crypto: fix typos
Martin Hamrle
2016-05-15
x/crypto/ssh: add 3des-cbc as a non-default cipher
Sam Hug
2016-05-12
x/crypto/ssh: add support for ed25519 keys
Martin Garton
2016-05-09
ssh: fix compatibility with recent OpenSSH
Martin Garton
2015-08-17
x/crypto/ssh/test: test all key exchanges against sshd.
Han-Wen Nienhuys
2015-07-16
crypto/ssh: allow identities to be constrained.
Peter Moody
2015-04-22
crypto/ssh: update references to the old code.google.com repo
Dmitry Savintsev
2015-04-10
crypto/ssh: add support for aes128-cbc cipher.
Nathan(yinian) Hu
2015-02-02
ssh: make godoc examples easier to reuse
Dave Cheney
2014-12-09
crypto: add import comments.
David Symonds
2014-11-10
go.crypto: use golang.org/x/... import paths
Andrew Gerrand
2014-08-08
go.crypto/ssh/test: skip tests during -short mode
Dave Cheney
2014-05-05
go.crypto/ssh/test: enable test cases on dragonfly
Mikio Hara
2014-04-12
go.crypto/ssh: build test_unix_test on Plan 9
David du Colombier
2014-04-09
go.crypto/ssh: remove old files.
Adam Langley
2014-04-09
go.crypto/ssh: import gosshnew.
Adam Langley
2014-02-19
go.crypto/ssh: build tests on Plan 9
David du Colombier
2013-10-07
go.crypto/ssh: let client accept DSA and ECDSA host key algorithms.
Han-Wen Nienhuys
2013-09-19
go.crypto/ssh: introduce Signer method, an abstraction of
Han-Wen Nienhuys
2013-09-13
go.crypto/ssh: introduce PublicKey interface type.
Han-Wen Nienhuys
2013-09-03
go.crypto/ssh/test: Only show SSHD debug output if test fails.
Han-Wen Nienhuys
2013-08-28
go.crypto/ssh: Use net.UnixConn for connecting client and sshd.
Han-Wen Nienhuys
2013-07-26
go.crypto/ssh: add workaround for broken port forwarding in
Han-Wen Nienhuys
2013-07-22
go.crypto/ssh: close channel feeding tcpListener.
Han-Wen Nienhuys
2013-06-21
go.crypto/ssh: add hook for host key checking.
Han-Wen Nienhuys
2013-06-18
go.crypto/ssh: fix test breakages introduced by 125:40246d2ae2eb
Han-Wen Nienhuys
2013-06-18
go.crypto/ssh/test: Run sshd with -e, so the debug output goes onto stderr.
Han-Wen Nienhuys
2013-06-11
go.crypto/ssh: fix and test port forwarding.
Han-Wen Nienhuys
2013-06-05
go.crypto/ssh: fix race on mock ssh network connection
Dave Cheney
2013-04-26
go.crypto/ssh: More error reporting improvements.
David Symonds
2013-04-23
go.crypto/ssh/test: Replace FailNow with Fail where it is obvious that the te...
David Symonds
2013-04-17
go.crypto/ssh/test: Fix distracting nil pointer dereference in a test.
David Symonds
2013-04-17
go.crypto/ssh/test: improve diagnostics for test failing to get username.
David Symonds
2013-04-07
go.crypto/ssh/test: wait on sshd process in tests
Albert Strasheim
2013-03-08
ssh/test: deflake session test.
Adam Langley
2012-12-14
go.crypto/ssh/test: move some variables into common os source file to fix win...
Alex Brainman
2012-12-10
ssh: add functions for public keys in wire & auth keys format.
Shawn Ledbetter
2012-11-12
go.crypto/ssh: make tests work on non-cgo platforms.
Joel Sing
2012-11-08
go.crypto/ssh/test: don't kill process if it was never started
Ian Lance Taylor
2012-10-30
go.crypto/ssh: never negotiate unsupported ciphers
Dave Cheney
2012-10-21
go.crypto/ssh: add terminal modes to ssh.RequestPty()
Willem van der Schyff
2012-10-05
go.crypto/ssh: new test subpackage
Dave Cheney
[prev]