Skip to content

Commit be9a866

Browse files
authored
Minor fix to OCP EAT Profile CDDL (#52)
* Minor fix to OCP EAT Profile CDDL Signed-off-by: Fabrizio Damato <fabrizio.damato@amd.com> * Update ietf_eat_ocp_profile.cddl --------- Signed-off-by: Fabrizio Damato <fabrizio.damato@amd.com>
1 parent d41c694 commit be9a866

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

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

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

55
; Issuer claim is StringOrURI (tstr)
66
&(iss : 1) => tstr
@@ -52,3 +52,4 @@ unprotected-ce-header-map = {
5252
? &(x5-chain: 33) => bstr / [ 2*certs: bstr ]
5353
* cose-label => cose-value
5454
}
55+

0 commit comments

Comments
 (0)