docs/client
Ying Li 1bfafa0b77 Add test to check that if a key is rotated, but the requisite piece of
metadata hasn't been resigned, that an update fails because the
cached version is no longer valid.

Signed-off-by: Ying Li <ying.li@docker.com>
2016-03-03 09:22:26 -08:00
..
changelist Merge pull request #566 from docker/role-types-getters 2016-02-17 18:17:34 -08:00
backwards_compatibility_test.go Add test function to ensure that fixture expiry dates are all far far in the future. 2016-02-04 17:14:00 -08:00
client.go the server was not setting the longer snapshot expiry time. When generating a timestamp it was also retriving the snapshot directly from the database and only validating the checksum still matched what was in the timestamp. Due to the addition of consistent downloads, this mean a new snapshot never got generated. It is necessary for GetOrCreateTimestamp to call GetOrCreateSnapshot to ensure a new snapshot is generated as and when required 2016-02-24 15:51:31 -08: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 remove certs.NewManager function 2016-01-15 11:30:32 -08:00
client_test.go changing API for updating delegations 2016-02-23 11:57:08 -08:00
client_update_test.go Add test to check that if a key is rotated, but the requisite piece of 2016-03-03 09:22:26 -08:00
delegations.go addressing review comments 2016-02-23 11:55:31 -08:00
helpers.go changing API for updating delegations 2016-02-23 11:57:08 -08:00
helpers_test.go changing API for updating delegations 2016-02-23 11:57:08 -08:00
repo.go Minor refactor of NotaryRepository constructor to use more shared code. 2015-12-07 17:19:28 -08:00
repo_pkcs11.go Fix bug where the yubikey store was not prioritized over the filestore 2016-01-13 18:19:48 -08:00