@@ -3,7 +3,7 @@ Title: The Update Framework Specification
3
3
Shortname: TUF
4
4
Status: LS
5
5
Abstract: A framework for securing software update systems.
6
- Date: 2021-03-29
6
+ Date: 2021-05-27
7
7
Editor: Justin Cappos, NYU
8
8
Editor: Trishank Karthik Kuppusamy, Datadog
9
9
Editor: Joshua Lock, VMware
@@ -16,7 +16,7 @@ Boilerplate: copyright no, conformance no
16
16
Local Boilerplate: header yes
17
17
Markup Shorthands: css no, markdown yes
18
18
Metadata Include: This version off, Abstract off
19
- Text Macro: VERSION 1.0.18
19
+ Text Macro: VERSION 1.0.19
20
20
</pre >
21
21
22
22
Note: We strive to make the specification easy to implement, so if you come
@@ -1470,15 +1470,10 @@ it in the next step.
1470
1470
2 . Otherwise, recursively search the list of delegations in
1471
1471
order of appearance.
1472
1472
1473
- 1 . If the current delegation is a multi-role delegation,
1474
- recursively visit each role, and check that each has signed exactly the
1475
- same non-custom metadata (i.e., length and hashes) about the target (or
1476
- the lack of any such metadata).
1477
-
1478
- 2 . If the current delegation is a terminating delegation,
1473
+ 1 . If the current delegation is a terminating delegation,
1479
1474
then jump to step [[ #fetch-target]] .
1480
1475
1481
- 3 . Otherwise, if the current delegation is a
1476
+ 2 . Otherwise, if the current delegation is a
1482
1477
non-terminating delegation, continue processing the next delegation, if
1483
1478
any. Stop the search, and jump to step [[ #fetch-target]] as soon as a delegation
1484
1479
returns a result.
0 commit comments