You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/metadata.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,8 @@ The signed metadata files always include an expiration date. This ensures
15
15
that outdated metadata will be detected and that
16
16
clients can refuse to accept metadata older than that which they've already seen.
17
17
18
-
All TUF metadata uses a subset of the JSON object format. When calculating the
18
+
Implementers of TUF may use any data format for metadata files. The examples
19
+
here use a subset of the JSON object format. When calculating the
19
20
digest of an object, we use the [Canonical JSON](http://wiki.laptop.org/go/Canonical_JSON) format. Implementation-level detail about the metadata can be found in the [spec](https://github.com/theupdateframework/specification/blob/master/tuf-spec.md).
20
21
21
22
There are four required top-level roles, each with their own metadata file.
0 commit comments