Skip to content

Commit b46dc5e

Browse files
committed
Clarify TAP3 multi-role delegation client workflow
Clarify in step 4.5.2.1 of the client workflow that in a multi-role delegation not each but rather a defined threshold of roles must agree on the target hashes and lengths (see `min_roles_in_agreement`).
1 parent b8bf83d commit b46dc5e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tuf-spec.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1259,9 +1259,9 @@ non-volatile storage as FILENAME.EXT.
12591259
of appearance.
12601260

12611261
* **4.5.2.1**. If the current delegation is a multi-role delegation,
1262-
recursively visit each role, and check that each has signed exactly the
1263-
same non-custom metadata (i.e., length and hashes) about the target (or
1264-
the lack of any such metadata).
1262+
recursively visit each role, and check that a defined threshold of
1263+
roles has signed exactly the same non-custom metadata (i.e., length and
1264+
hashes) about the target (or the lack of any such metadata).
12651265

12661266
* **4.5.2.2**. If the current delegation is a terminating delegation,
12671267
then jump to step 5.

0 commit comments

Comments
 (0)