diff --git a/specifications/ietf-eat-profile/cddl/ietf_eat_ocp_profile.cddl b/specifications/ietf-eat-profile/cddl/ietf_eat_ocp_profile.cddl index 42104d9..b5ed798 100644 --- a/specifications/ietf-eat-profile/cddl/ietf_eat_ocp_profile.cddl +++ b/specifications/ietf-eat-profile/cddl/ietf_eat_ocp_profile.cddl @@ -53,5 +53,8 @@ unprotected-ce-header-map = { * cose-label => cose-value } +; Explictly identify the CWT using its tag. +cwt = #6.61(signed-cwt) + ; Explicitly assert that CWT is encoded as CBOR with the self-described CBOR tag. -ocp-evidence-eat = #6.55799(signed-cwt) +ocp-evidence-eat = #6.55799(cwt)