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
+96-2Lines changed: 96 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -185,7 +185,7 @@ and provide the minimum necessary information for verifier appraisal policies:
185
185
* 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**
186
186
187
187
6. **Measurements** (claim key: 273, encoded as 0x190111)
188
-
* 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" as a serialized CBOR byte string using the appropriate IANA media type. The serialized concise-evidence **SHALL NOT** exceed 128kB in size.
188
+
* 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" as a serialized CBOR byte string using the appropriate IANA media type.
189
189
190
190
**Optional Claims (7-14)**: These claims are **OPTIONAL** and provide additional
191
191
platform information that may be useful for audit purposes but are not strictly
@@ -267,7 +267,101 @@ Additionally, an Attester has the option to include a complete certificate path
267
267
within the x5-chain, extending from a recognized Trusted Anchor (such as a
268
268
Vendor Root CA) or up to the Initial Device Identity (IDEVID).
269
269
270
-
The signed-cwt CDDL is defined in the following manner:
270
+
## COSE Algorithm Requirements
271
+
272
+
This profile defines specific cryptographic algorithms that **MUST** be
273
+
supported for CWT signing to ensure interoperability and appropriate security
274
+
levels for data center environments.
275
+
276
+
### Supported Algorithms
277
+
278
+
Implementations of this profile **SHALL** support **one** of the
279
+
following COSE algorithms for the COSE_Sign1 signature:
280
+
281
+
1. **ECDSA with P-384 and SHA-384** (COSE Algorithm ID: -51)
282
+
* **Algorithm**: ES384 as defined in [@{ietf-rfc9052}]
0 commit comments