docs/client
Ying Li e3cee0cdbd Refactor the client TestInitRepo test into reusable helper functions.
Also, eliminate the timestamp JSON constant and just generate a new
one for the tests.

The client test now also uses KeyFileStore and certs.Manager to
verify the keys and certs on disk, rather than directly manipulating
the files themselves.  This way, if the exact implementation of
KeyFileStore or certs.Manager changes, this test won't fail so long
as KeyFileStore and certs.Manager are self-consistent.

Signed-off-by: Ying Li <ying.li@docker.com>
2015-12-03 17:52:22 -08:00
..
changelist creating concrete types for the various key ciphers 2015-10-28 16:02:55 -07:00
client.go Renamed keystoremanager to certs, and KeyStoreManager to Manager. 2015-11-23 17:19:26 -05:00
client_pkcs11_test.go Fixing wrongly named file that led to test init deleting keys 2015-11-14 12:51:31 +01:00
client_root_validation_test.go Refactor the client TestInitRepo test into reusable helper functions. 2015-12-03 17:52:22 -08:00
client_test.go Refactor the client TestInitRepo test into reusable helper functions. 2015-12-03 17:52:22 -08:00
helpers.go creating concrete types for the various key ciphers 2015-10-28 16:02:55 -07:00
helpers_test.go adding gotuf to notary 2015-10-27 16:36:06 -07:00
repo.go Renamed keystoremanager to certs, and KeyStoreManager to Manager. 2015-11-23 17:19:26 -05:00
repo_pkcs11.go Renamed keystoremanager to certs, and KeyStoreManager to Manager. 2015-11-23 17:19:26 -05:00