aboutsummaryrefslogtreecommitdiff
path: root/ssh/agent/server_test.go
AgeCommit message (Expand)Author
2025-11-19ssh/agent: prevent panic on malformed constraintNeal Patel
2023-10-11ssh: add support for SSH_AGENT_CONSTRAIN_EXTENSION with id 255Nicola Murino
2023-07-31ssh: fix call to Fatalf from a non-test goroutineNicola Murino
2017-08-08ssh/agent: use right message to unlock agent, with related integration testsGh0u1L5
2017-07-26ssh/agent: parse constraints when adding keysGh0u1L5
2017-03-30ssh: require host key checking in the ClientConfigHan-Wen Nienhuys
2016-07-11x/crypto/ssh/agent: ecdsa key/cert typoPeter Moody
2016-06-24agent: add agent server support for ed25519 keys.Peter Moody
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
2015-07-16crypto/ssh: allow identities to be constrained.Peter Moody
2014-11-10go.crypto: use golang.org/x/... import pathsAndrew Gerrand
2014-04-09go.crypto/ssh: import gosshnew.Adam Langley