aboutsummaryrefslogtreecommitdiff
path: root/ssh/agent
AgeCommit message (Expand)Author
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
2016-04-20x/crypto/ssh/agent: Support v1 remove all messageMark Severson
2016-02-26x/crypto/ssh/agent: add a client example and tweak package doc.Han-Wen Nienhuys
2015-12-15x/crypto/ssh/agent: Fix keyring removing the wrong key(s)Mark Severson
2015-07-16crypto/ssh: allow identities to be constrained.Peter Moody
2015-07-14crypto/ssh: fix a comment (trivial)Dmitry Savintsev
2015-04-16crypto/ssh: fix the links to the SSH protocol documentsDmitry Savintsev
2015-01-12ssh/agent: do not return nil entries from keyring.Signers()Michael Marineau
2014-12-09crypto: add import comments.David Symonds
2014-11-10go.crypto: use golang.org/x/... import pathsAndrew Gerrand
2014-08-13go.crypto/ssh: skip tests that start ssh-agent.Han-Wen Nienhuys