Skip to content

Commit 365aeb9

Browse files
committed
ASN.1: add question about optional field Custom
Signed-off-by: Sebastien Awwad <sebastien.awwad@gmail.com>
1 parent c4b27cc commit 365aeb9

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

tuf/encoding/metadata_definitions.asn1

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,12 @@ Questions:
116116
'meta'. I've left that name here as well, but it's an awful name....
117117
It should be 'role-infos' or something along those lines.
118118

119+
- The custom target fields are optional, but if the list appears, the length
120+
of that list should be required, ideally (custom needs num-custom). I can
121+
capture these in a single object,
122+
e.g. CustomSection optional: num-custom, customs
123+
It's a little longer and possibly less readable.
124+
119125
*/
120126

121127
TUFMetadataDefinitions DEFINITIONS AUTOMATIC TAGS ::= BEGIN

0 commit comments

Comments
 (0)