@@ -520,8 +520,6 @@ All signed metadata objects have the format:
520
520
}
521
521
</pre >
522
522
523
- where:
524
-
525
523
: <dfn for="role">ROLE</dfn>
526
524
::
527
525
a dictionary whose "_type" field describes the role type.
@@ -545,8 +543,6 @@ All keys have the format:
545
543
}
546
544
</pre >
547
545
548
- where:
549
-
550
546
: <dfn>KEYTYPE</dfn>
551
547
::
552
548
a string denoting a public key signature system, such as <a
@@ -602,8 +598,6 @@ The <dfn for="keytype">"rsa"</dfn> format is:
602
598
}
603
599
</pre >
604
600
605
- where:
606
-
607
601
: <dfn for =" keyval-rsa " >PUBLIC</dfn >
608
602
::
609
603
PEM format and a string. All RSA keys MUST be at least 2048 bits.
@@ -620,8 +614,6 @@ The <dfn for="keytype">"ed25519"</dfn> format is:
620
614
}
621
615
</pre >
622
616
623
- where:
624
-
625
617
: <dfn for =" keyval-ed25519 " >PUBLIC</dfn >
626
618
::
627
619
64-byte hex encoded string.
@@ -638,8 +630,6 @@ The <dfn for="keytype">"ecdsa-sha2-nistp256"</dfn> format is:
638
630
}
639
631
</pre >
640
632
641
- where:
642
-
643
633
: <dfn for =" keyval-ecdsa " >PUBLIC</dfn >
644
634
::
645
635
PEM format and a string.
@@ -687,8 +677,6 @@ The "signed" portion of <a>root.json</a> is as follows:
687
677
}
688
678
</pre >
689
679
690
- where:
691
-
692
680
: <dfn >SPEC_VERSION</dfn >
693
681
::
694
682
A string that contains the version number of the TUF
@@ -850,8 +838,6 @@ as is described for the <a>root.json</a> file.
850
838
}
851
839
</pre >
852
840
853
- where:
854
-
855
841
: <dfn for =" snapshot " >METAPATH</dfn >
856
842
::
857
843
A string giving the file path of the metadata on the repository relative to
@@ -952,8 +938,6 @@ as is described for the <a>root.json</a> file.
952
938
}
953
939
</pre >
954
940
955
- where:
956
-
957
941
: <a for =" targets-obj " >TARGETS</a >
958
942
::
959
943
Each key of the <a for =" targets-obj " >TARGETS</a > object is a <a >TARGETPATH</a >.
@@ -1015,8 +999,6 @@ where:
1015
999
}
1016
1000
</pre >
1017
1001
1018
- where:
1019
-
1020
1002
: "keys"
1021
1003
::
1022
1004
A list of <a for =" role " >KEYID</a >s identifying the public keys to verify
@@ -1232,8 +1214,6 @@ The "signed" portion of <a>mirrors.json</a> is as follows:
1232
1214
}
1233
1215
</pre >
1234
1216
1235
- where:
1236
-
1237
1217
<a >SPEC_VERSION</a >, <a for =" role " >VERSION</a > and <a >EXPIRES</a > are the same
1238
1218
as is described for the <a >root.json</a > file.
1239
1219
0 commit comments