forked from confidential-containers/trustee
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
attestation-service: fix check for AMD signatures
Similar to confidential-containers#230 the verify function here is actually not checking the result of the verification. There is a fail-test for the vcek signature verification, but it fails at parsing the DER cert. We should get rid of anyhow here and use proper error types (confidential-containers#231) which we can then assert in such tests. - Fixed the verification logic - Added test-case for toggled ark-ask - Fixed fail-test to produce a legit VCEK Signed-off-by: Magnus Kulke <[email protected]>
- Loading branch information
Showing
1 changed file
with
28 additions
and
16 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