-
Notifications
You must be signed in to change notification settings - Fork 100
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
attestation: Enforce strict DEK format check for 3-blob VMGS (#645)
This PR reverts #279 (with proper fix on the expected key length) and enforces strict check against the DEK format. More specifically, the check expects the DEK to be 40-byte (AES-wrapped AES key) and errors out if there is non-zero bytes exceeding the expected length. Signed-off-by: Ming-Wei Shih <[email protected]>
- Loading branch information
1 parent
73415a9
commit 8f01fb3
Showing
1 changed file
with
41 additions
and
10 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