docs/tuf/data
HuKeping f9681e6287 Cleanup: remove the unused function
Signed-off-by: Hu Keping <hukeping@huawei.com>
2016-02-25 21:48:32 +08:00
..
errors.go Refactor RootRole verification into a helper function used by root and targets validation 2016-02-22 19:16:32 -08:00
keys.go updates and bugfixes for go 1.6 2016-02-18 16:45:40 -08:00
roles.go Have isValidRootRoleStructure take both role names in order to construct an ErrInvalidMetadata 2016-02-22 19:39:54 -08:00
roles_test.go completely removing KeyDB 2016-02-16 21:11:13 -08:00
root.go changing API for updating delegations 2016-02-23 11:57:08 -08:00
root_test.go specifying other non-base roles on the root metadata is not invalid 2016-02-22 19:16:32 -08:00
serializer.go change url from jfrazelle/go to docker/go 2016-01-26 08:43:38 -08:00
snapshot.go Cleanup: remove the unused function 2016-02-25 21:48:32 +08:00
snapshot_test.go Validate that snapshot and timestamp have required sha256 checksums 2016-02-22 19:16:32 -08:00
targets.go addressing review comments 2016-02-23 11:55:31 -08:00
targets_test.go Validate that snapshot and timestamp have required sha256 checksums 2016-02-22 19:16:32 -08:00
timestamp.go Validate that snapshot and timestamp have required sha256 checksums 2016-02-22 19:16:32 -08:00
timestamp_test.go Validate that snapshot and timestamp have required sha256 checksums 2016-02-22 19:16:32 -08:00
types.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
types_test.go change url from jfrazelle/go to docker/go 2016-01-26 08:43:38 -08:00