aboutsummaryrefslogtreecommitdiff
path: root/ssh/agent/server.go
AgeCommit message (Expand)Author
2026-03-10ssh,acme: clean up tautological/impossible nil conditionsNeal Patel
2025-11-19ssh/agent: prevent panic on malformed constraintNeal Patel
2025-05-15ssh: export supported algorithmsNicola 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-03-20all: fix some commentscui fliter
2019-02-25ssh/agent: add checking for empty SSH requestsIan Haken
2018-10-29ssh: support SSH agent signature flags and custom extensionsIan Haken
2017-11-28all: fix errors reported by vet, golintKevin Burke
2017-08-08ssh/agent: use right message to unlock agent, with related integration testsGh0u1L5
2017-07-26ssh/agent: parse constraints when adding keysGh0u1L5
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