crypto/ssh/agent
Peter Moody 8e06e8ddd9 x/crypto/ssh/agent: honor constraints on keys in the keyring.
If a key is added to an agent keyring with constraints, honor them.
This will remove keys when they've been on the keyring for
LifetimeSecs seconds or longer and will ask the user to confirm a
signing operation if ConfirmBeforeUse is set.

Change-Id: I633713c5f78b13a628a5d752f11b306b6e16a2ef
Reviewed-on: https://go-review.googlesource.com/28956
Reviewed-by: Han-Wen Nienhuys <hanwen@google.com>
Run-TryBot: Han-Wen Nienhuys <hanwen@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
2016-09-22 17:06:29 +00:00
..
client.go agent: add agent server support for ed25519 keys. 2016-06-24 09:31:39 +00:00
client_test.go x/crypto/ssh/agent: honor constraints on keys in the keyring. 2016-09-22 17:06:29 +00:00
example_test.go x/crypto/ssh/agent: add a client example and tweak package doc. 2016-02-26 16:32:03 +00:00
forward.go go.crypto: use golang.org/x/... import paths 2014-11-10 08:50:25 +11:00
keyring.go x/crypto/ssh/agent: honor constraints on keys in the keyring. 2016-09-22 17:06:29 +00:00
keyring_test.go x/crypto/ssh/agent: honor constraints on keys in the keyring. 2016-09-22 17:06:29 +00:00
server.go x/crypto/ssh/agent: ecdsa key/cert typo 2016-07-11 17:04:49 +00:00
server_test.go x/crypto/ssh/agent: ecdsa key/cert typo 2016-07-11 17:04:49 +00:00
testdata_test.go x/crypto: fix typos 2016-07-06 16:40:51 +00:00