From 416d39bfc86ab0511efb8d203fd3be9d399efa89 Mon Sep 17 00:00:00 2001 From: Vladimir Diaz Date: Wed, 26 Feb 2014 09:33:09 -0500 Subject: [PATCH] Update tuf-spec.txt Address issue #179 Lines 800, 803: (root|timestamp).digest.json -> digest.(root|timestamp).json --- docs/tuf-spec.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/tuf-spec.txt b/docs/tuf-spec.txt index f2153a6c..723a0d39 100644 --- a/docs/tuf-spec.txt +++ b/docs/tuf-spec.txt @@ -797,10 +797,10 @@ Additionally, the timestamp metadata (timestamp.json) should also be written to disk whenever it is updated. It is optional for an implementation to - write identical copies at timestamp.digest.json for record-keeping purposes, + write identical copies at digest.timestamp.json for record-keeping purposes, because a cryptographic hash of the timestamp metadata is usually not known in advance. The same step applies to the root metadata (root.json), - although an implementation must write both root.json and root.digest.json + although an implementation must write both root.json and digest.root.json because it is possible to download root metadata both with and without known hashes. These steps are required because these are the only metadata files that may be requested without known hashes.