mirror of
https://github.com/theupdateframework/python-tuf
synced 2026-05-24 10:08:28 +00:00
Remove mention of compression from specification
This commit is contained in:
parent
a8ea44bd21
commit
d2f85ec2b4
1 changed files with 0 additions and 13 deletions
|
|
@ -420,13 +420,6 @@ Version: **1.0 (Draft)**
|
|||
Signed by the mirrors role's keys. Lists information about available
|
||||
mirrors and the content available from each mirror.
|
||||
|
||||
An implementation of the framework may optionally choose to make available
|
||||
any metadata files in compressed (e.g. gzip'd) format. In doing so, the
|
||||
filename of the compressed file should be the same as the original with the
|
||||
addition of the file name extension for the compression type (e.g.
|
||||
snapshot.json.gz). The original (uncompressed) file should always be made
|
||||
available, as well.
|
||||
|
||||
+ **3.1.2.1 Metadata files for targets delegation**
|
||||
|
||||
When the targets role delegates trust to other roles, each delegated role
|
||||
|
|
@ -541,7 +534,6 @@ Version: **1.0 (Draft)**
|
|||
The "signed" portion of root.json is as follows:
|
||||
|
||||
{ "_type" : "root",
|
||||
"compression_algorithms": [ COMPRESSION_ALGORITHM, ... ],
|
||||
"consistent_snapshot": CONSISTENT_SNAPSHOT,
|
||||
"version" : VERSION,
|
||||
"expires" : EXPIRES,
|
||||
|
|
@ -555,11 +547,6 @@ Version: **1.0 (Draft)**
|
|||
, ... }
|
||||
}
|
||||
|
||||
COMPRESSION_ALGORITHM specifies one of the compression algorithms supported
|
||||
by the repository. Metadata files available on the repository may
|
||||
optionally be compressed with this algorithm. Compressed versions of
|
||||
metadata are not listed in snapshot.json.
|
||||
|
||||
CONSISTENT_SNAPSHOT is a boolean indicating whether the repository supports
|
||||
consistent snapshots. Section 7 goes into more detail on the consequences
|
||||
of enabling this setting on a repository.
|
||||
|
|
|
|||
Loading…
Reference in a new issue