Skip to content

Commit ce69ebb

Browse files
authored
Small fix to ietf_eat_ocp_profile (#56)
Signed-off-by: Fabrizio Damato <fabrizio.damato@amd.com>
1 parent e15d7d0 commit ce69ebb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cwt-envelope-signed-eat = {
1+
cwt-eat = {
22
; The EAT Profile for OCP OID
33
&(EAT Profile : 265 ) => ~oid ; TODO: OCP Security to assign a value - note: `~` strips CBOR tag #6.111(oid) from `oid`
44

@@ -35,7 +35,7 @@ signed-cwt = #6.18(COSE-Sign1-concise-evidence)
3535
COSE-Sign1-concise-evidence = [
3636
protected: bstr .cbor protected-ce-header-map
3737
unprotected: unprotected-ce-header-map
38-
payload: bstr .cbor concise-evidence-map
38+
payload: bstr .cbor cwt-eat
3939
signature: bstr
4040
]
4141

0 commit comments

Comments
 (0)