mirror of
https://github.com/theupdateframework/python-tuf
synced 2026-05-24 10:08:28 +00:00
Update tuf-spec.txt
Address issue #179 Lines 800, 803: (root|timestamp).digest.json -> digest.(root|timestamp).json
This commit is contained in:
parent
22aeff2c6a
commit
416d39bfc8
1 changed files with 2 additions and 2 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue