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_test.go
Age
Commit message (
Expand
)
Author
2025-12-02
ssh/agent: fix flaky test by ensuring a writeable home directory
Michael Stapelberg
2025-09-09
ssh/agent: return an error for unexpected message types
Nicola Murino
2024-07-22
ssh: don't use dsa keys in integration tests
Nicola Murino
2024-02-14
ssh/test: don't use DSA keys in integrations tests, update test RSA key
Nicola Murino
2023-07-31
ssh: fix call to Fatalf from a non-test goroutine
Nicola Murino
2023-07-13
ssh: disable client agent tests on Windows
Nicola Murino
2022-03-14
ssh: deprecate and replace SigAlgo constants
Filippo Valsorda
2022-01-26
ssh/agent: fix TestMalformedRequests
Roland Shoemaker
2019-11-28
ssh/agent: fix TestServerResponseTooLarge on Plan 9
Fazlul Shahriar
2019-11-19
ssh/agent: clear the environment when starting ssh-agent in client_test
Bryan C. Mills
2019-02-25
ssh/agent: add checking for empty SSH requests
Ian Haken
2019-01-31
all: fix ineffectual assignments
Michael Cook
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
2017-09-15
all: fix article typos
namusyaka
2017-08-08
ssh/agent: use right message to unlock agent, with related integration tests
Gh0u1L5
2017-05-03
crypto/ssh: fix tests on Go 1.7 on OpenBSD and Windows
Brad Fitzpatrick
2017-03-30
ssh: require host key checking in the ClientConfig
Han-Wen Nienhuys
2017-02-06
ssh/agent: fix another test to not require IPv4.
Heschi Kreinick
2016-09-22
x/crypto/ssh/agent: honor constraints on keys in the keyring.
Peter Moody
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
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-08-13
go.crypto/ssh: skip tests that start ssh-agent.
Han-Wen Nienhuys
2014-04-15
go.crypto/ssh/agent: add key type to testAgentInterface failure messages.
Han-Wen Nienhuys
2014-04-09
go.crypto/ssh: import gosshnew.
Adam Langley