docs/signer
Ying Li 204a4f1534 The NotarySigner cryptoservice now implements GetPrivateKey.
Previously, because it's a CryptoService wrapper around a remote signer
service, it returned nil all the time.  Now, because signing is done
via private key more than CryptoService, it has to return a PrivateKey.

The key doesn't have private bytes, but can be used for signing.

Signed-off-by: Ying Li <ying.li@docker.com>
2015-11-15 01:45:21 -08:00
..
api Remove softhsm keys and tests. 2015-11-12 01:11:00 -08:00
client The NotarySigner cryptoservice now implements GetPrivateKey. 2015-11-15 01:45:21 -08:00
keydbstore fixing lint/vet 2015-11-12 01:12:21 -08:00
keys Remove softhsm keys and tests. 2015-11-12 01:11:00 -08:00
Dockerfile Added base signer Dockerfile, and changed base to be go 1.5.1 2015-10-12 17:13:39 -07:00
signer.go creating concrete types for the various key ciphers 2015-10-28 16:02:55 -07:00