-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Extract PCK certificate chain from quotes (#1209)
* WIP move PCK cert chain verification to attestation pallet * Switch things around for PCK cert chain verification happenning as part of quote verification * Fix error handling in entropy-tss * Use git version of tdx-quote * Use git version of tdx-quote * Update node/cli/Cargo.toml Co-authored-by: Hernando Castano <[email protected]> * Fix staking pallet cargo.toml * Taplo * Update tdx-quote, rm unwraps * Improve error handling in attestation pallet * Bump tdx-quote again following improvement of error type * Update tdx-quote following pck_verify takes reference * Revert cargo.lock, fix ensure! macro call * Fix staking pallet config in other pallets mock files * Update metadata * Fix client test * Update test-cli * Fixes for tests * Fix staking pallet benchmarking * Fix staking pallet benchmarking * Fix client following merge master * Typo * Error handling * Update staking pallet tests * Comments, changelog * VerifyQuoteError implements Debug * Rm PCK cert chain from JoiningServerInfo * Pull chain metadata * Clippy * Clippy * Add to changelog * Minor changes following review comments * Use specific commit of tdx-quote rather than branch --------- Co-authored-by: Hernando Castano <[email protected]>
- Loading branch information
Showing
33 changed files
with
326 additions
and
541 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
Binary file not shown.
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
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.