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
/
server.go
Age
Commit message (
Expand
)
Author
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
2023-03-20
all: fix some comments
cui fliter
2019-02-25
ssh/agent: add checking for empty SSH requests
Ian Haken
2018-10-29
ssh: support SSH agent signature flags and custom extensions
Ian Haken
2017-11-28
all: fix errors reported by vet, golint
Kevin Burke
2017-08-08
ssh/agent: use right message to unlock agent, with related integration tests
Gh0u1L5
2017-07-26
ssh/agent: parse constraints when adding keys
Gh0u1L5
2016-07-11
x/crypto/ssh/agent: ecdsa key/cert typo
Peter Moody
2016-06-24
agent: add agent server support for ed25519 keys.
Peter Moody
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
2015-07-16
crypto/ssh: allow identities to be constrained.
Peter Moody
2014-11-10
go.crypto: use golang.org/x/... import paths
Andrew Gerrand
2014-04-09
go.crypto/ssh: import gosshnew.
Adam Langley