Skip to content

Commit

Permalink
[WIP] Add Intel TDX Templates
Browse files Browse the repository at this point in the history
Signed-off-by: Yogesh Deshpande <yogesh.deshpande@arm.com>
  • Loading branch information
yogeshbdeshpande committed Oct 22, 2024
1 parent 4eada92 commit 31416e3
Show file tree
Hide file tree
Showing 3 changed files with 110 additions and 0 deletions.
48 changes: 48 additions & 0 deletions data/comid/templates/comid-tdx-pce-refval.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
{
"lang": "en-GB",
"tag-identity": {
"id": "43BBE37F-2E61-4B33-AED3-53CFF1428B16",
"version": 0
},
"entities": [
{
"name": "Intel Corporation",
"regid": "https://intel.com",
"roles": [
"tagCreator",
"creator",
"maintainer"
]
}
],
"triples": {
"reference-values": [
{
"environment": {
"class": {
"id": {
"type": "oid",
"value": "2.16.840.1.113741.1.2.3.4.1"
},
"vendor": "Intel Corporation",
"model": "TDX Provisioning Certification Enclave"
}
},
"measurements": [
{
"key": {
"type": "uint",
"value": 2
},
"value": {
"svn": {
"type": "exact-value",
"value": 3
}
}
}
]
}
]
}
}
62 changes: 62 additions & 0 deletions data/comid/templates/comid-tdx-qe-refval.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
{
"lang": "en-GB",
"tag-identity": {
"id": "43BBE37F-2E61-4B33-AED3-53CFF1428B17",
"version": 0
},
"entities": [
{
"name": "Intel Corporation",
"regid": "https://intel.com",
"roles": [
"tagCreator",
"creator",
"maintainer"
]
}
],
"triples": {
"reference-values": [
{
"environment": {
"class": {
"id": {
"type": "oid",
"value": "2.16.840.1.113741.1.2.3.4.2"
},
"vendor": "Intel Corporation",
"model": "TDX Quoting Enclave"
}
},
"measurements": [
{
"key": {
"type": "tdx.qe-identity",
"value": {
"vendor": {
"type": "uuid",
"value": "CD1F0E55-26F9-460D-B9D8-F7FDE171787C"
},
"isvVendor": {
"type": "uint",
"value": 2
}
}
},
"value": {
"svn": {
"type": "exact-value",
"value": 4
},
"value": {
"digests": [
"sha-256:AmOCmYm2/ZVPcrqvL8ZLwuLwHWktTecphuqAj26ZgT8="
]
}
}
}
]
}
]
}
}
Empty file.

0 comments on commit 31416e3

Please sign in to comment.