From 3b6aa27b6120376a155468971eea54511600cf34 Mon Sep 17 00:00:00 2001 From: Trishank Karthik Kuppusamy Date: Fri, 11 Dec 2020 11:01:19 +0800 Subject: [PATCH] remove multi-role vestigial Signed-off-by: Trishank Karthik Kuppusamy --- tuf-spec.md | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/tuf-spec.md b/tuf-spec.md index dc64088..7d48575 100644 --- a/tuf-spec.md +++ b/tuf-spec.md @@ -1,8 +1,8 @@ #

The Update Framework Specification -Last modified: **3 December 2020** +Last modified: **11 December 2020** -Version: **1.0.16** +Version: **1.0.17** We strive to make the specification easy to implement, so if you come across any inconsistencies or experience any difficulty, do let us know by sending an @@ -1303,15 +1303,10 @@ snapshot metadata file. * **5.5.6.2**. Otherwise, recursively search the list of delegations in order of appearance. - * **5.5.6.2.1**. If the current delegation is a multi-role delegation, - recursively visit each role, and check that each has signed exactly the - same non-custom metadata (i.e., length and hashes) about the target (or - the lack of any such metadata). - - * **5.5.6.2.2**. If the current delegation is a terminating delegation, + * **5.5.6.2.1**. If the current delegation is a terminating delegation, then jump to step 5.6. - * **5.5.6.2.3**. Otherwise, if the current delegation is a + * **5.5.6.2.2**. Otherwise, if the current delegation is a non-terminating delegation, continue processing the next delegation, if any. Stop the search, and jump to step 5.6 as soon as a delegation returns a result.