Skip to content

Commit 7433b43

Browse files
committed
remove references to json
1 parent 40b590a commit 7433b43

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

tuf-spec.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ repo](https://github.com/theupdateframework/specification/issues).
332332

333333
The snapshot role signs a metadata file that provides information about
334334
the latest version of all targets metadata on the repository
335-
(the top-level targets.json and all delegated roles). This information allows
335+
(the top-level targets role and all delegated roles). This information allows
336336
clients to know which metadata files have been updated and also prevents
337337
mix-and-match attacks.
338338

@@ -498,8 +498,7 @@ repo](https://github.com/theupdateframework/specification/issues).
498498

499499
KEYID is the identifier of the key signing the ROLE dictionary.
500500

501-
SIGNATURE is a hex-encoded signature of the canonical JSON form of
502-
ROLE.
501+
SIGNATURE is a hex-encoded signature of the metadata for ROLE.
503502

504503

505504
All keys have the format:
@@ -572,7 +571,7 @@ repo](https://github.com/theupdateframework/specification/issues).
572571
PUBLIC is in PEM format and a string.
573572

574573
The KEYID of a key is the hexdigest of the SHA-256 hash of the
575-
canonical JSON form of the key.
574+
metadata format encoding of the key.
576575

577576
Metadata date-time data follows the ISO 8601 standard. The expected format
578577
of the combined date and time string is "YYYY-MM-DDTHH:MM:SSZ". Time is

0 commit comments

Comments
 (0)