-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Yogesh Deshpande <yogesh.deshpande@arm.com>
- Loading branch information
1 parent
4eada92
commit 31416e3
Showing
3 changed files
with
110 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
} | ||
} | ||
} | ||
] | ||
} | ||
] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.