mirror of
https://github.com/theupdateframework/python-tuf
synced 2026-05-24 10:08:28 +00:00
ASN.1: Add TAP 5 metadata placeholder (urls in root)
Once TAP 5 is accepted and implemented, root role metadata will allow for an optional URL list element for each top-level role. See TAP 5 for more details. The placeholders here are commented-out. Signed-off-by: Sebastien Awwad <sebastien.awwad@gmail.com>
This commit is contained in:
parent
ce066f26d9
commit
79703abae3
1 changed files with 3 additions and 0 deletions
|
|
@ -164,6 +164,9 @@ TUFMetadataDefinitions DEFINITIONS AUTOMATIC TAGS ::= BEGIN
|
|||
num-keyids Length,
|
||||
keyids SEQUENCE OF KeyID,
|
||||
threshold Threshold
|
||||
-- Pending TAP 5 approval and implementation:
|
||||
-- num-urls Length OPTIONAL,
|
||||
-- urls SEQUENCE OF VisibleString OPTIONAL
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue