Skip to content

Commit 70f55f6

Browse files
Specify CWT tag in EAT CDDL (#67)
This fulfils one of the requirements for a full EAT profile, and errs on the side of explicitness. Signed-off-by: Steven Bellock <sbellock@nvidia.com>
1 parent 4c1e35b commit 70f55f6

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

specifications/ietf-eat-profile/cddl/ietf_eat_ocp_profile.cddl

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,5 +53,8 @@ unprotected-ce-header-map = {
5353
* cose-label => cose-value
5454
}
5555

56+
; Explictly identify the CWT using its tag.
57+
cwt = #6.61(signed-cwt)
58+
5659
; Explicitly assert that CWT is encoded as CBOR with the self-described CBOR tag.
57-
ocp-evidence-eat = #6.55799(signed-cwt)
60+
ocp-evidence-eat = #6.55799(cwt)

0 commit comments

Comments
 (0)