-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rename CoBOM to CoTL (Concise Tag List)
Signed-off-by: Yogesh Deshpande <[email protected]>
- Loading branch information
1 parent
ed9e89f
commit 1a1cc44
Showing
7 changed files
with
51 additions
and
51 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
$concise-tag-type-choice /= tagged-concise-swid-tag | ||
$concise-tag-type-choice /= tagged-concise-mid-tag | ||
$concise-tag-type-choice /= tagged-concise-bom-tag | ||
$concise-tag-type-choice /= tagged-concise-tl-tag |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
concise-tl-tag = { | ||
&(tag-identity: 0) => tag-identity-map | ||
&(tags-list: 1) => [ + tag-identity-map ], | ||
&(tl-validity: 2) => validity-map | ||
* $$concise-tl-tag-extension | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
tagged-concise-bom-tag = #6.508(bytes .cbor concise-bom-tag) | ||
tagged-concise-tl-tag = #6.508(bytes .cbor concise-tl-tag) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters