-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Device Attestation Verifier: Certification Declaration (#10545)
* Added method to Validate Certification Declaration in DeviceAttestationVerifier Class. Implemented lookup table for Certification Declaration signer certificate Added unit test * Update certification declaration buffer on DAC Provider Example. Use Max CMS Signed CD Message constant to instantiate cd_data_buf. Check that CMS CD Payload content matches the test vector. add documentation for new ValidateCertificationDeclaration method. bzbarsky review * renamed ValidateCertificationDeclaration method to ValidateCertificationDeclarationSignature Added TODO to implement ValidateCertificationDeclarationPayload (new spec Updates) Updated Certification Declaration as per Spec updates. Updated respective signing certificate and test vectors used on unit tests.
- Loading branch information
Showing
6 changed files
with
210 additions
and
25 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
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.