docs/tuf/data
David Lawrence 127c4f26cf Merge pull request #620 from endophage/rawmessage_pointer
json.RawMessage needs to be a pointer
2016-03-17 09:27:02 -07: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 Use 'require' instead of 'assert' in client and TUF client tests 2016-03-15 13:52:48 -07: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 [MISC 2/4] Constant: use constant instead of some literal string 2016-03-11 16:44:14 +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 [MISC 2/4] Constant: use constant instead of some literal string 2016-03-11 16:44:14 +08:00
timestamp_test.go Validate that snapshot and timestamp have required sha256 checksums 2016-02-22 19:16:32 -08:00
types.go json.RawMessage needs to be a pointer when embedded in a larger JSON struct to avoid double encoding problems. 2016-03-11 16:34:16 -08:00
types_test.go Use 'require' instead of 'assert' in client and TUF client tests 2016-03-15 13:52:48 -07:00