We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c1e35b commit 70f55f6Copy full SHA for 70f55f6
specifications/ietf-eat-profile/cddl/ietf_eat_ocp_profile.cddl
@@ -53,5 +53,8 @@ unprotected-ce-header-map = {
53
* cose-label => cose-value
54
}
55
56
+; Explictly identify the CWT using its tag.
57
+cwt = #6.61(signed-cwt)
58
+
59
; Explicitly assert that CWT is encoded as CBOR with the self-described CBOR tag.
-ocp-evidence-eat = #6.55799(signed-cwt)
60
+ocp-evidence-eat = #6.55799(cwt)
0 commit comments