From 79703abae334ae702bafca808922e1bc1b339e31 Mon Sep 17 00:00:00 2001 From: Sebastien Awwad Date: Tue, 18 Sep 2018 15:55:08 -0400 Subject: [PATCH] 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 --- tuf/encoding/metadata_definitions.asn1 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tuf/encoding/metadata_definitions.asn1 b/tuf/encoding/metadata_definitions.asn1 index c8e45060..f62b85f9 100644 --- a/tuf/encoding/metadata_definitions.asn1 +++ b/tuf/encoding/metadata_definitions.asn1 @@ -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 }