Update tuf-spec.txt

Address issue #179
Lines 800, 803: (root|timestamp).digest.json -> digest.(root|timestamp).json
This commit is contained in:
Vladimir Diaz 2014-02-26 09:33:09 -05:00
parent 22aeff2c6a
commit 416d39bfc8

View file

@ -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.