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
Age
Commit message (
Expand
)
Author
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-05-29
ssh: implement CryptoPublicKey on sk keys
Mariano Cano
2024-05-22
ssh: allow server auth callbacks to send additional banners
Andrew Lytvynov
2024-05-03
ssh: validate key type in SSH_MSG_USERAUTH_PK_OK response
Nicola Murino
2024-04-04
ssh: respect MaxAuthTries also for "none" auth attempts
Nicola Murino
2024-04-03
ssh: add server side multi-step authentication
Nicola Murino
2024-03-18
all: remove redundant words in comments and fix some typos
cui fliter
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-12-18
ssh: implement strict KEX protocol changes
v0.17.0
Roland Shoemaker
2023-12-14
ssh: close net.Conn on all NewServerConn errors
Edoardo Spadolini
2023-11-27
ssh: defer channel window adjustment
Will Mortensen
2023-11-27
ssh: wrap errors from client handshake
Pavel Repin
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-11-23
ssh: fix certificate authentication with OpenSSH 7.2-7.7
Nicola Murino
2023-11-11
ssh: use the correct token from the client
Matt Dainty
2023-11-09
ssh: eliminate some goroutine leaks in tests and examples
Bryan C. Mills
2023-11-08
ssh: allow to configure public key auth algorithms on the server side
v0.15.0
Nicola Murino
2023-11-08
ssh: try harder to detect incorrect passwords for legacy PEM encryption
Nicola Murino
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-10-11
ssh: add support for SSH_AGENT_CONSTRAIN_EXTENSION with id 255
Nicola Murino
2023-10-04
ssh: add server side support for ping@openssh.com protocol extension
Nicola Murino
2023-09-27
all: use crypto/ed25519 instead of golang.org/x/crypto/ed25519
Sebastiaan van Stijn
2023-09-20
ssh: add test cases for compatibility with old (buggy) clients
Nicola Murino
2023-09-20
ssh: add MultiAlgorithmSigner
Nicola Murino
2023-09-05
ssh: support for marshaling keys using the OpenSSH format
Mariano Cano
2023-09-05
ssh: check the declared public key algo against decoded one
Nicola Murino
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-31
ssh: ignore invalid MACs and KEXs just like we do for ciphers
Nicola Murino
2023-07-14
ssh: prefer sha256 based RSA key algorithms
Nicola Murino
2023-07-13
ssh: disable client agent tests on Windows
Nicola Murino
2023-07-11
fix TestValidTerminalMode: missing output from echo SHELL $SHELL
Boshi Lian
2023-07-10
ssh: fix RSA certificate and public key authentication with older clients
Nicola Murino
2023-07-05
ssh: prefer sha256 based MAC algorithms
Nicola Murino
2023-06-22
ssh: add hmac-sha2-512
Stan Hu
2023-06-15
ssh/test: set a timeout and WaitDelay on sshd subcommands
Bryan C. Mills
2023-06-05
Add support for "hmac-sha2-512-etm@openssh.com"
Stefan Klein
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
2023-03-20
all: fix some comments
cui fliter
2023-03-13
ssh: document that ParseRawPrivateKey supports Ed25519 keys
Anmol Sethi
2023-02-15
ssh: add support for aes256-gcm@openssh.com
Nicola Murino
[prev]
[next]