From ce4485405356caa2b4266202c8bbffe5c64635b5 Mon Sep 17 00:00:00 2001 From: Steven Bellock Date: Tue, 2 Sep 2025 15:57:27 -0700 Subject: [PATCH] Specify CWT tag in EAT CDDL This fulfils one of the requirements for a full EAT profile, and errs on the side of explicitness. Signed-off-by: Steven Bellock --- .../ietf-eat-profile/cddl/ietf_eat_ocp_profile.cddl | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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)