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
2023-11-27
ssh/test: skip TestSSHCLIAuth on Windows
v0.16.0
Heschi Kreinick
2023-11-27
ssh: add (*Client).DialContext method
Randy Reddig
2023-10-24
ssh: add test case against ssh CLI
Nicola Murino
2023-10-11
all: update go directive to 1.18
Dmitri Shuralyov
2023-07-31
ssh: fix call to Fatalf from a non-test goroutine
Nicola Murino
2023-07-31
ssh: add diffie-hellman-group16-sha512 kex
Nicola Murino
2023-07-11
fix TestValidTerminalMode: missing output from echo SHELL $SHELL
Boshi Lian
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
2023-04-18
ssh: skip unsupported tests on wasip1
Tobias Klauser
2023-04-17
ssh/test: skip TestValidTerminalMode on non-Bourne shells
Bryan C. Mills
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-11-17
ssh/test: fix test goroutine error handling
Lars Lehtonen
2019-08-29
ssh/test: delete TestInvalidTerminalMode
Michael Hudson-Doyle
2019-06-17
ssh: add diffie-hellman-group-exchange-sha256
Lucas Bremgartner
2019-04-26
ssh/test: add port for aix/ppc64
chigotc
2019-04-18
ssh/test: skip test on js/wasm
Tobias Klauser
2019-04-11
ssh/test: use t.Run for MAC/kex/pubkey tests
Han-Wen Nienhuys
2019-04-04
ssh/test: skip test to fix build on solaris and aix
Brad Fitzpatrick
2018-04-26
ssh/test: skip tests if run as root
Agniva De Sarker
2018-02-08
ssh: compile multi_auth_test.go on linux only
Han-Wen Nienhuys
2018-02-08
ssh: fix support for partial success authentication responses in client
Sami Pönkänen
2018-01-22
ssh: remove chacha20-poly1305 from preferredCipher list
Han-Wen Nienhuys
2018-01-22
ssh: remove arcfour ciphers from the default preference list
Han-Wen Nienhuys
2018-01-10
ssh: use t.Run for testing multiple ciphers/macs
Han-Wen Nienhuys
2017-11-28
all: run gofmt -s on source code
Kevin Burke
2017-11-28
all: fix errors reported by vet, golint
Kevin Burke
2017-11-13
ssh: add support for banners
Tugdual Saunier
2017-07-26
ssh: add Session.WindowChange to send window change events
Tobias Assarsson
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
[next]