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
/
session_test.go
Age
Commit message (
Expand
)
Author
2025-05-15
ssh: export supported algorithms
Nicola Murino
2025-04-11
ssh: add integration tests against a reference implementation
Nicola Murino
2024-06-04
ssh: fail client auth immediately on receiving disconnect message
samiponkanen
2024-02-28
ssh/test: work around for TestCiphers failures on macOS
Nicola Murino
2024-02-14
ssh/test: don't use DSA keys in integrations tests, update test RSA key
Nicola Murino
2024-01-08
ssh/test: skip tests on darwin that fail on the darwin-amd64-longtest LUCI bu...
v0.18.0
Bryan C. Mills
2023-10-11
all: update go directive to 1.18
Dmitri Shuralyov
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
2021-02-20
all: go fmt ./...
Russ Cox
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-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-07-26
ssh: add Session.WindowChange to send window change events
Tobias Assarsson
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
2015-08-17
x/crypto/ssh/test: test all key exchanges against sshd.
Han-Wen Nienhuys
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-11-10
go.crypto: use golang.org/x/... import paths
Andrew Gerrand
2014-04-09
go.crypto/ssh: import gosshnew.
Adam Langley
2013-10-07
go.crypto/ssh: let client accept DSA and ECDSA host key algorithms.
Han-Wen Nienhuys
2013-06-21
go.crypto/ssh: add hook for host key checking.
Han-Wen Nienhuys
2013-03-08
ssh/test: deflake session test.
Adam Langley
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