-
Notifications
You must be signed in to change notification settings - Fork 88
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Resolve suggestions made to PR from community
1. In deps\verifier\src\snp\mod.rs: i. Rename function request_endorsement_key_kds() -> fetch_vcek_from_kds() and change return from Result<Vec<CertTableEntry> to Result<Vec<u8>> ii. KDS URL Parameter consts shifted to top of file iii. Corrected spacing around key and curly baces in vcek_rsp.status() match 2. In deps/verifier/Cargo.toml i. set reqwest = workspace.true Signed-off-by: Adithya Krishnan Kannan <[email protected]>
- Loading branch information
1 parent
557b9ab
commit 16e1ff3
Showing
3 changed files
with
16 additions
and
65 deletions.
There are no files selected for viewing
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
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