-
Notifications
You must be signed in to change notification settings - Fork 99
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
attester: rename check_init_data => bind_init_data
This change generalizes the concept of binding init_data to the TEE evidence. In SNP and TDX attesters this currently happens via equality checks on the HW report's HOSTDATA/MRCONFIGID fields. On vTPM attester modules or other attesters which do not allow setting similar fields, the binding can be performed by extending the HW evidence. Signed-off-by: Magnus Kulke <[email protected]>
- Loading branch information
Showing
13 changed files
with
208 additions
and
199 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
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
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
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
Oops, something went wrong.