You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: specifications/ietf-eat-profile/spec.ocp
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -155,13 +155,13 @@ in the unsigned section of the COSE_Sign1 header.
155
155
The CWT claim set is intentionally minimalistic, serving primarily as an
156
156
integrity-protected wrapper for concise evidence.
157
157
158
-
1. **eat_profile**
158
+
1. **EAT Profile**
159
159
* This claim is used by the attester to identify the profile. It **MUST** be present and **SHALL** contain the OID assigned to the OCP Profile. **TODO: OCP to assign OID Value**
160
160
2. **issuer**
161
161
* This claim is optionally used by the attester to bind the EAT to the certificate chain that issued it. If present, **SHALL** match the SUBJECT Common Name of the Attestation Key (AK) Certificate.
162
162
3. **Nonce**
163
163
* This claim is used by the attester to ensure the freshness of the response. It **MUST** be present and **SHALL** be a string or an array of strings. It **SHALL** contain as minimum the nonce value passed by the requester.
164
-
4. **measurements**
164
+
4. **Measurements**
165
165
* This claim is used by the attester to present the target environment claims that verifier will consume for the appraisal policy. It **MUST** be present and **SHALL** encapsulate a “concise-evidence” using the appropriate IANA media type.
166
166
5. **rim-locators**
167
167
* This claim is used by the attester to point the verifier to the rim repository. If present, **SHALL** be an array of corim-locator-map (as defined by the IETF CoRIM Draft).
0 commit comments