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
/
test_unix_test.go
Age
Commit message (
Expand
)
Author
2023-10-11
all: update go directive to 1.18
Dmitri Shuralyov
2023-06-15
ssh/test: set a timeout and WaitDelay on sshd subcommands
Bryan C. Mills
2023-05-04
ssh/test: enable on solaris
Tobias Klauser
2022-09-19
all: replace io/ioutil with io and os package
cui fliter
2021-11-15
ssh: support RSA SHA-2 (RFC8332) signatures
Hans Nielsen
2021-02-20
all: go fmt ./...
Russ Cox
2019-04-26
ssh/test: add port for aix/ppc64
chigotc
2018-04-26
ssh/test: skip tests if run as root
Agniva De Sarker
2018-02-08
ssh: fix support for partial success authentication responses in client
Sami Pönkänen
2017-11-28
all: fix errors reported by vet, golint
Kevin Burke
2017-11-13
ssh: add support for banners
Tugdual Saunier
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
2016-05-12
x/crypto/ssh: add support for ed25519 keys
Martin Garton
2016-05-09
ssh: fix compatibility with recent OpenSSH
Martin Garton
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: 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-06-21
go.crypto/ssh: add hook for host key checking.
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-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
2012-12-14
go.crypto/ssh/test: move some variables into common os source file to fix win...
Alex Brainman
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-05
go.crypto/ssh: new test subpackage
Dave Cheney