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
2025-11-12
ssh: allow to bind to a hostname in remote forwarding
Nicola Murino
2025-10-08
all: fix some typos in comment
cuishuang
2025-09-09
all: freeze and deprecate more packages
Filippo Valsorda
2025-06-05
ssh/test: skip KEX test if unsupported by system SSH client
v0.39.0
Nicola Murino
2025-05-15
ssh: add server side support for Diffie Hellman Group Exchange
Nicola Murino
2025-05-15
ssh: export supported algorithms
Nicola Murino
2025-04-18
ssh/test: reset the random source before capturing a recording
Nicola Murino
2025-04-18
ssh/test: enable Diffie-Hellman key exchange algorithms
Nicola Murino
2025-04-16
ssh/test: skip unsupported tests on js/wasm
Nicola Murino
2025-04-11
ssh: add mlkem768x25519-sha256 Key Exchange algorithm
Nicola Murino
2025-04-11
ssh: add integration tests against a reference implementation
Nicola Murino
2024-07-22
ssh: don't use dsa keys in integration tests
Nicola Murino
2024-06-26
all: bump go.mod version and drop compatibility shims
Filippo Valsorda
2024-06-24
ssh/test: make struct comment match struct name
cuishuang
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
2024-01-08
ssh/test: avoid leaking a net.UnixConn in server.TryDialWithAddr
Bryan C. Mills
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
[next]