aboutsummaryrefslogtreecommitdiff
path: root/ssh
AgeCommit message (Expand)Author
2023-08-28crypto/ssh: return error from NewClientConn with "%w"client-wrap-error.mailedShulhan
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
2022-03-21ssh: send ext-info-c only oncePeter Verraedt
2022-03-15ssh: support rsa-sha2-256/512 for client certificatesFilippo Valsorda
2022-03-14ssh: support rsa-sha2-256/512 for client authenticationFilippo Valsorda
2022-03-14ssh: send (and rename) keyboard-interactive name field to the clientFilippo Valsorda
2022-03-14ssh: don't advertise rsa-sha2 algorithms if we can't use themFilippo Valsorda
2022-03-14ssh: deprecate and replace SigAlgo constantsFilippo Valsorda
2022-03-14ssh: fix diffie-hellman-group-exchange g and K bounds checksFilippo Valsorda
2022-03-14ssh: add diffie-hellman-group14-sha256 kexFilippo Valsorda
2022-03-14ssh: support new curve25519-sha256 kex nameМихаил Патин
2022-03-13ssh: add IUTF8 constant from RFC 8160Brad Fitzpatrick
2022-03-12ssh: ignore MAC if AEAD ciphers negotiatedRoland Shoemaker
2022-03-07ssh: fix typocuishuang
2022-02-13crypto/ssh: don't send the last auth failure message if disconnectingRoland Shoemaker
2022-02-09ssh: accept WSAECONNABORTED in TestClientAuthMaxAuthTriesPublicKeyIan Lance Taylor
2022-02-09acme, sha3, ssh: fix the typosHowJmay
2022-01-26ssh/agent: fix TestMalformedRequestsRoland Shoemaker
2021-12-02ssh: don't assume packet plaintext sizeRoland Shoemaker
2021-11-15ssh: support RSA SHA-2 (RFC8332) signaturesHans Nielsen
2021-09-15poly1305: deprecate public packageFilippo Valsorda
2021-05-06ssh: return missing user field in NewClientConnpovsister