index
:
go-x-crypto
main
ssh-run-with-context
Fork of golang.org/x/crypto with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ssh
/
agent
/
client.go
Age
Commit message (
Expand
)
Author
2025-09-09
ssh/agent: return an error for unexpected message types
Nicola Murino
2025-05-15
ssh: export supported algorithms
Nicola Murino
2024-06-26
all: bump go.mod version and drop compatibility shims
Filippo Valsorda
2023-10-11
ssh: add support for SSH_AGENT_CONSTRAIN_EXTENSION with id 255
Nicola Murino
2023-09-27
all: use crypto/ed25519 instead of golang.org/x/crypto/ed25519
Sebastiaan van Stijn
2022-10-12
all: use automatic RFC linking
Axel Wagner
2022-10-05
all: replace bytes.Compare with bytes.Equal
cui fliter
2022-08-26
ssh/agent: match OpenSSH extensionAgentMsg, not IETF draft
edef
2022-05-13
ssh/agent: fix non-RSA certificates
Filippo Valsorda
2022-04-11
all: gofmt
Russ Cox
2022-03-14
ssh: support rsa-sha2-256/512 for client authentication
Filippo Valsorda
2020-04-06
ssh/agent: handle ed25519.PrivateKey by value in AddedKey
Alex Gaynor
2018-10-30
ssh/agent: Fix error returned from agent responses that are too big.
Ian Haken
2018-10-29
ssh: support SSH agent signature flags and custom extensions
Ian Haken
2018-04-23
ssh/agent: update documentation link
Agniva De Sarker
2017-11-28
all: fix errors reported by vet, golint
Kevin Burke
2017-07-26
ssh/agent: parse constraints when adding keys
Gh0u1L5
2016-06-24
agent: add agent server support for ed25519 keys.
Peter Moody
2016-06-12
crypto/ssh: minor comment change (trivial)
Dmitry Savintsev
2016-06-06
x/crypto/ssh: set constraints when adding certs to the agent
Niall Sheridan
2016-05-18
ssh: allow adding ed25519 keys to the agent
Niall Sheridan
2016-05-12
x/crypto/ssh: add support for ed25519 keys
Martin Garton
2016-04-25
x/crypto/ssh: support more keytypes in the agent.
Peter Moody
2016-04-20
x/crypto/ssh/agent: Support v1 remove all message
Mark Severson
2016-02-26
x/crypto/ssh/agent: add a client example and tweak package doc.
Han-Wen Nienhuys
2015-07-16
crypto/ssh: allow identities to be constrained.
Peter Moody
2015-07-14
crypto/ssh: fix a comment (trivial)
Dmitry Savintsev
2015-04-16
crypto/ssh: fix the links to the SSH protocol documents
Dmitry Savintsev
2014-12-09
crypto: add import comments.
David Symonds
2014-11-10
go.crypto: use golang.org/x/... import paths
Andrew Gerrand
2014-04-15
go.crypto/ssh/agent: prefix errors with "agent".
Han-Wen Nienhuys
2014-04-09
go.crypto/ssh: import gosshnew.
Adam Langley