aboutsummaryrefslogtreecommitdiff
path: root/ssh/agent/client_test.go
AgeCommit message (Expand)Author
2023-07-31ssh: fix call to Fatalf from a non-test goroutineNicola Murino
2023-07-13ssh: disable client agent tests on WindowsNicola Murino
2022-03-14ssh: deprecate and replace SigAlgo constantsFilippo Valsorda
2022-01-26ssh/agent: fix TestMalformedRequestsRoland Shoemaker
2019-11-28ssh/agent: fix TestServerResponseTooLarge on Plan 9Fazlul Shahriar
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
2017-09-15all: fix article typosnamusyaka
2017-08-08ssh/agent: use right message to unlock agent, with related integration testsGh0u1L5
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-06-06x/crypto/ssh: set constraints when adding certs to the agentNiall Sheridan
2016-05-18ssh: allow adding ed25519 keys to the agentNiall Sheridan
2015-07-16crypto/ssh: allow identities to be constrained.Peter Moody
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
2014-04-15go.crypto/ssh/agent: add key type to testAgentInterface failure messages.Han-Wen Nienhuys
2014-04-09go.crypto/ssh: import gosshnew.Adam Langley