Skip to content

Commit

Permalink
Allow signing untagged corim-map (#332)
Browse files Browse the repository at this point in the history
* Allow signing untagged corim-map

There's no need to require the tag, and the veraison/corim package
hasn't been tagging its payload.

Signed-off-by: Dionna Glaze <[email protected]>

* Remove 'maybe' name

---------

Signed-off-by: Dionna Glaze <[email protected]>
  • Loading branch information
deeglaze authored Oct 23, 2024
1 parent 27766e7 commit 69cb6fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cddl/cose-sign1-corim.cddl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
COSE-Sign1-corim = [
protected: bstr .cbor protected-corim-header-map
unprotected: unprotected-corim-header-map
payload: bstr .cbor tagged-corim-map
payload: bstr .cbor (tagged-corim-map / corim-map)
signature: bstr
]

0 comments on commit 69cb6fd

Please sign in to comment.