aboutsummaryrefslogtreecommitdiff
path: root/ssh/agent
AgeCommit message (Expand)Author
2026-03-10ssh,acme: clean up tautological/impossible nil conditionsNeal Patel
2025-12-02ssh/agent: fix flaky test by ensuring a writeable home directoryMichael Stapelberg
2025-11-19ssh/agent: prevent panic on malformed constraintNeal Patel
2025-10-08all: fix some typos in commentcuishuang
2025-09-09ssh/agent: return an error for unexpected message typesNicola Murino
2025-05-15ssh: export supported algorithmsNicola Murino
2024-08-06ssh/agent: ensure to not add duplicated keysNicola Murino
2024-07-22ssh: don't use dsa keys in integration testsNicola Murino
2024-06-26all: bump go.mod version and drop compatibility shimsFilippo Valsorda
2024-02-14ssh/test: don't use DSA keys in integrations tests, update test RSA keyNicola Murino
2023-10-11ssh: add support for SSH_AGENT_CONSTRAIN_EXTENSION with id 255Nicola Murino
2023-09-27all: use crypto/ed25519 instead of golang.org/x/crypto/ed25519Sebastiaan van Stijn
2023-07-31ssh: fix call to Fatalf from a non-test goroutineNicola Murino
2023-07-13ssh: disable client agent tests on WindowsNicola Murino
2023-03-20all: fix some commentscui fliter
2022-10-12all: use automatic RFC linkingAxel Wagner
2022-10-05all: replace bytes.Compare with bytes.Equalcui 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-14ssh: support rsa-sha2-256/512 for client authenticationFilippo Valsorda
2022-03-14ssh: deprecate and replace SigAlgo constantsFilippo Valsorda
2022-02-09acme, sha3, ssh: fix the typosHowJmay
2022-01-26ssh/agent: fix TestMalformedRequestsRoland Shoemaker
2020-04-06ssh/agent: handle ed25519.PrivateKey by value in AddedKeyAlex Gaynor
2019-11-28ssh/agent: fix TestServerResponseTooLarge on Plan 9Fazlul Shahriar
2019-11-22ssh/agent: fix exampleFilippo Valsorda
2019-11-19ssh/agent: clear the environment when starting ssh-agent in client_testBryan C. Mills
2019-02-25ssh/agent: add checking for empty SSH requestsIan Haken
2019-01-31all: fix ineffectual assignmentsMichael Cook
2018-10-30ssh/agent: Fix error returned from agent responses that are too big.Ian Haken
2018-10-29ssh: support SSH agent signature flags and custom extensionsIan Haken
2018-04-30ssh/agent: remove len check in UnlockAlberto Donizetti
2018-04-23ssh/agent: update documentation linkAgniva De Sarker
2017-11-28all: fix errors reported by vet, golintKevin Burke
2017-09-15all: fix article typosnamusyaka
2017-08-08ssh/agent: use right message to unlock agent, with related integration testsGh0u1L5
2017-07-26ssh/agent: parse constraints when adding keysGh0u1L5
2017-05-03crypto/ssh: fix tests on Go 1.7 on OpenBSD and WindowsBrad Fitzpatrick
2017-03-30ssh: require host key checking in the ClientConfigHan-Wen Nienhuys
2017-02-06ssh/agent: fix another test to not require IPv4.Heschi Kreinick
2016-09-22x/crypto/ssh/agent: honor constraints on keys in the keyring.Peter Moody
2016-07-11x/crypto/ssh/agent: ecdsa key/cert typoPeter Moody
2016-07-06x/crypto: fix typosMartin Hamrle
2016-06-24agent: add agent server support for ed25519 keys.Peter Moody
2016-06-12crypto/ssh: minor comment change (trivial)Dmitry Savintsev
2016-06-06x/crypto/ssh: set constraints when adding certs to the agentNiall Sheridan
2016-05-18ssh: allow adding ed25519 keys to the agentNiall Sheridan
2016-05-12x/crypto/ssh: add support for ed25519 keysMartin Garton
2016-04-25x/crypto/ssh: support more keytypes in the agent.Peter Moody