From 836ebe59cb74fc9c156c8d9ecb006e55ffa40ec9 Mon Sep 17 00:00:00 2001 From: Vladimir Diaz Date: Wed, 24 May 2017 10:31:26 -0400 Subject: [PATCH] Fix section 3, where the hash is specified rather than the version number --- docs/tuf-spec.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/tuf-spec.txt b/docs/tuf-spec.txt index 37653350..65582002 100644 --- a/docs/tuf-spec.txt +++ b/docs/tuf-spec.txt @@ -1007,9 +1007,9 @@ Version 1.0 (Draft) used to download the snapshot metadata file is of the fixed form FILENAME.EXT (e.g., snapshot.json). Otherwise, the filename is of the form VERSION.FILENAME.EXT (e.g., - 42.snapshot.json), where HASH is one of the hashes of the snapshot metadata - file listed in the timestamp metadata file. - In either case, the client MUST write the file to non-volatile storage as + 42.snapshot.json), where VERSION is the version number of the snapshot + metadata file listed in the timestamp metadata file. In either case, + the client MUST write the file to non-volatile storage as FILENAME.EXT. 3.1. **Check against timestamp metadata.** The hashes, and version number