feat: add nvidia GPU evidence format spec#75
Conversation
Signed-off-by: Thomas Fossati <thomas.fossati@linaro.org>
|
Once this is merged, the request to IANA can be kicked off. The entry point for the registration is https://www.iana.org/form/media-types The information to supply is the following: Name: Jag Raman Email: jag.raman@oracle.com Media type name: application Media subtype name: vnd.veraison.nvidia-gpu-evidence+json Required parameters: N/A. Optional parameters: N/A. Encoding considerations: binary JSON is UTF-8-encoded text Security considerations: The requested media type does not contain active or executable content. The information contained in the media type requires privacy and integrity services to be applied to the transport mechanism. The security considerations in Section 12 of RFC 8259 apply fully. Please note that this media type does not employ compression or incorporate links that must be referenced in order to interpret the type correctly. Interoperability considerations: N/A. Published specification: https://github.com/veraison/ratsd/blob/main/docs/nvidia-gpu-evidence.cddl Applications which use this media: This media type is exchanged by Attesters and Verifiers (RFC9334), typically in REST APIs over HTTPS or CoAPS. Fragment identifier considerations: The syntax and semantics of fragment identifiers are as specified for "application/json". (No fragment identification syntax is currently defined for "application/json".) Restrictions on usage: none Provisional registration? (standards tree only): No Additional information:
General Comments: Person to contact for further information:
Intended usage: COMMON Author/Change controller: Veraison project (veraison@lists.confidentialcomputing.io) |
| } | ||
| ] | ||
|
|
||
| arch-type = "BLACKWELL" / "HOPPER" |
There was a problem hiding this comment.
Should arch-type be a generic string to support future GPU arch in CDDL?
Based on discussion with @jraman567