aboutsummaryrefslogtreecommitdiff
path: root/ssh
AgeCommit message (Expand)Author
2023-12-22ssh: implement Session Run with contextssh-run-with-context.mailedssh-run-with-contextShulhan
2023-12-18ssh: implement strict KEX protocol changesv0.17.0Roland Shoemaker
2023-12-14ssh: close net.Conn on all NewServerConn errorsEdoardo Spadolini
2023-11-27ssh: defer channel window adjustmentWill Mortensen
2023-11-27ssh: wrap errors from client handshakePavel Repin
2023-11-27ssh/test: skip TestSSHCLIAuth on Windowsv0.16.0Heschi Kreinick
2023-11-27ssh: add (*Client).DialContext methodRandy Reddig
2023-11-23ssh: fix certificate authentication with OpenSSH 7.2-7.7Nicola Murino
2023-11-11ssh: use the correct token from the clientMatt Dainty
2023-11-09ssh: eliminate some goroutine leaks in tests and examplesBryan C. Mills
2023-11-08ssh: allow to configure public key auth algorithms on the server sidev0.15.0Nicola Murino
2023-11-08ssh: try harder to detect incorrect passwords for legacy PEM encryptionNicola Murino
2023-10-24ssh: add test case against ssh CLINicola Murino
2023-10-11all: update go directive to 1.18Dmitri Shuralyov
2023-10-11ssh: add support for SSH_AGENT_CONSTRAIN_EXTENSION with id 255Nicola Murino
2023-10-04ssh: add server side support for ping@openssh.com protocol extensionNicola Murino
2023-09-27all: use crypto/ed25519 instead of golang.org/x/crypto/ed25519Sebastiaan van Stijn
2023-09-20ssh: add test cases for compatibility with old (buggy) clientsNicola Murino
2023-09-20ssh: add MultiAlgorithmSignerNicola Murino
2023-09-05ssh: support for marshaling keys using the OpenSSH formatMariano Cano
2023-09-05ssh: check the declared public key algo against decoded oneNicola Murino
2023-07-31ssh: fix call to Fatalf from a non-test goroutineNicola Murino
2023-07-31ssh: add diffie-hellman-group16-sha512 kexNicola Murino
2023-07-31ssh: ignore invalid MACs and KEXs just like we do for ciphersNicola Murino
2023-07-14ssh: prefer sha256 based RSA key algorithmsNicola Murino
2023-07-13ssh: disable client agent tests on WindowsNicola Murino
2023-07-11fix TestValidTerminalMode: missing output from echo SHELL $SHELLBoshi Lian
2023-07-10ssh: fix RSA certificate and public key authentication with older clientsNicola Murino
2023-07-05ssh: prefer sha256 based MAC algorithmsNicola Murino
2023-06-22ssh: add hmac-sha2-512Stan Hu
2023-06-15ssh/test: set a timeout and WaitDelay on sshd subcommandsBryan C. Mills
2023-06-05Add support for "hmac-sha2-512-etm@openssh.com"Stefan Klein
2023-05-04ssh/test: enable on solarisTobias Klauser
2023-04-18ssh: skip unsupported tests on wasip1Tobias Klauser
2023-04-17ssh/test: skip TestValidTerminalMode on non-Bourne shellsBryan C. Mills
2023-03-20all: fix some commentscui fliter
2023-03-13ssh: document that ParseRawPrivateKey supports Ed25519 keysAnmol Sethi
2023-02-15ssh: add support for aes256-gcm@openssh.comNicola Murino
2023-01-30all: fix some commentscui fliter
2022-12-12ssh: ensure that handshakeTransport goroutines have finished before Close ret...Bryan C. Mills
2022-11-12ssh: support rsa-sha2-256/512 on the server sideFilippo Valsorda
2022-11-04ssh: fix typoPark Zhou
2022-10-12all: use automatic RFC linkingAxel Wagner
2022-10-12all: fix a few function names on commentscui fliter
2022-10-10ssh: add ServerConfig.NoClientAuthCallbackBrad Fitzpatrick
2022-10-05all: replace bytes.Compare with bytes.Equalcui fliter
2022-09-19all: replace io/ioutil with io and os packagecui fliter
2022-08-26ssh/agent: match OpenSSH extensionAgentMsg, not IETF draftedef
2022-05-13ssh/agent: fix non-RSA certificatesFilippo Valsorda
2022-04-11all: gofmtRuss Cox