docs/client
Miloslav Trmač d835fbbca2 Implement root certificate rotation in NotaryRepository
NotaryRepository can now list root certificates, and
generate new versions (as changelists to be applied
on Publish).

This is a pretty mechanical encapsulation of the
root certificate rotation support in Repo.AddBaseKeys
and Repo.RemoveBaseKeys. The only slightly interesting
part is ListRootCert, which requires on-line access
to ensure fresh data, and depends on CertStore doing
some verification for us.

Signed-off-by: Miloslav Trmač <mitr@redhat.com>
2016-04-13 11:48:36 -07:00
..
changelist Implement root certificate rotation in NotaryRepository 2016-04-13 11:48:36 -07:00
backwards_compatibility_test.go NotaryRepository.Update now just returns an error, rather than a client 2016-04-06 14:08:08 -07:00
client.go Implement root certificate rotation in NotaryRepository 2016-04-13 11:48:36 -07:00
client_pkcs11_test.go "make lint" wasn't actually linting every file in the repo. golint ./... 2016-04-12 22:28:32 -07:00
client_root_validation_test.go Use 'require' instead of 'assert' in client and TUF client tests 2016-03-15 13:52:48 -07:00
client_test.go Implement root certificate rotation in NotaryRepository 2016-04-13 11:48:36 -07:00
client_update_test.go NotaryRepository.Update now just returns an error, rather than a client 2016-04-06 14:08:08 -07:00
delegations.go NotaryRepository.Update now just returns an error, rather than a client 2016-04-06 14:08:08 -07:00
helpers.go Implement root certificate rotation in NotaryRepository 2016-04-13 11:48:36 -07:00
helpers_test.go Removing key import and gun from cryptoservice 2016-03-18 11:31:03 -07:00
repo.go Minor refactor of NotaryRepository constructor to use more shared code. 2015-12-07 17:19:28 -08:00
repo_pkcs11.go "make lint" wasn't actually linting every file in the repo. golint ./... 2016-04-12 22:28:32 -07:00