Skip to content

Commit 50f2f40

Browse files
explain where Y comes from
1 parent 7cf7de0 commit 50f2f40

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

tuf-spec.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1018,8 +1018,10 @@ repo](https://github.com/theupdateframework/specification/issues).
10181018
by the authors of the application using TUF. For example, X may be tens of
10191019
kilobytes. The filename used to download the root metadata file is of the
10201020
fixed form VERSION_NUMBER.FILENAME.EXT (e.g., 42.root.json). If this file is
1021-
not available, or we have downloaded more than Y number of root metadata files,
1022-
then go to step 1.8.
1021+
not available, or we have downloaded more than Y number of root metadata files
1022+
(because the exact number is as yet unknown), then go to step 1.8. The value
1023+
for Y is set by the authors of the application using TUF. For example, Y may
1024+
be 2^10.
10231025

10241026
* **1.3. Check signatures.** Version N+1 of the root metadata file MUST have
10251027
been signed by: (1) a threshold of keys specified in the trusted root

0 commit comments

Comments
 (0)