aboutsummaryrefslogtreecommitdiff
path: root/ssh
AgeCommit message (Expand)Author
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
2021-02-20all: go fmt ./...Russ Cox
2020-12-16ssh: disallow gssapi-with-mic if GSSAPIWithMICConfig is not setRoland Shoemaker
2020-11-16ssh/terminal: replace with a golang.org/x/term wrapperFilippo Valsorda
2020-11-12ssh/terminal: add support for zosMahdi Hosseini Moghaddam
2020-10-16ssh: improve error message for KeyboardInteractiveChallengeAidan Coyle
2020-10-12crypto/ssh: add Client.Close in Dial exampleEmmanuel T Odeke
2020-09-30ssh: remove slow unnecessary diffie-hellman-group-exchange primality checkDaniel Cohen
2020-06-22ssh: Make error message deterministicJulian Kornberger
2020-06-02ssh: don't err out on channel request msgs to unknown channelsErick Tryzelaar
2020-04-27ssh: improve docs on Certificate.SignCertLily Chung
2020-04-20Update reference to CBC vulnerability in cipher.goBob McNaughton
2020-04-14ssh/terminal: handle ctrl+C, ctrl+F, ctrl+BHana (Hyang-Ah) Kim
2020-04-06ssh/agent: handle ed25519.PrivateKey by value in AddedKeyAlex Gaynor
2020-03-23ssh: support aes256-cbc for passphrase-protected OpenSSH keysRoss Kinsey
2020-03-17ssh: fix data race in dh group exchange sha256Lucas Bremgartner
2020-02-20ssh: return an error for malformed ed25519 public keys rather than panicFilippo Valsorda
2020-02-08ssh/terminal: adjust ReadConsole rules on windowsAlex Brainman
2020-02-07ssh: support ECDSA private keys in OpenSSH formatMariano Cano