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
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-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
2023-03-20
all: fix some comments
cui fliter
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
2022-03-14
ssh: deprecate and replace SigAlgo constants
Filippo Valsorda
2022-02-09
acme, sha3, ssh: fix the typos
HowJmay
2022-01-26
ssh/agent: fix TestMalformedRequests
Roland Shoemaker
2020-04-06
ssh/agent: handle ed25519.PrivateKey by value in AddedKey
Alex Gaynor
2019-11-28
ssh/agent: fix TestServerResponseTooLarge on Plan 9
Fazlul Shahriar
2019-11-22
ssh/agent: fix example
Filippo Valsorda
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
2018-04-30
ssh/agent: remove len check in Unlock
Alberto Donizetti
2018-04-23
ssh/agent: update documentation link
Agniva De Sarker
2017-11-28
all: fix errors reported by vet, golint
Kevin Burke
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-07-26
ssh/agent: parse constraints when adding keys
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-07-11
x/crypto/ssh/agent: ecdsa key/cert typo
Peter Moody
2016-07-06
x/crypto: fix typos
Martin Hamrle
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-12-15
x/crypto/ssh/agent: Fix keyring removing the wrong key(s)
Mark Severson
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
2015-01-12
ssh/agent: do not return nil entries from keyring.Signers()
Michael Marineau
2014-12-09
crypto: add import comments.
David Symonds
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
[next]