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 e15d7d0 commit ce69ebbCopy full SHA for ce69ebb
specifications/ietf-eat-profile/cddl/ietf_eat_ocp_profile.cddl
@@ -1,4 +1,4 @@
1
-cwt-envelope-signed-eat = {
+cwt-eat = {
2
; The EAT Profile for OCP OID
3
&(EAT Profile : 265 ) => ~oid ; TODO: OCP Security to assign a value - note: `~` strips CBOR tag #6.111(oid) from `oid`
4
@@ -35,7 +35,7 @@ signed-cwt = #6.18(COSE-Sign1-concise-evidence)
35
COSE-Sign1-concise-evidence = [
36
protected: bstr .cbor protected-ce-header-map
37
unprotected: unprotected-ce-header-map
38
- payload: bstr .cbor concise-evidence-map
+ payload: bstr .cbor cwt-eat
39
signature: bstr
40
]
41
0 commit comments