Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Verify ECC and PQC digests from key descriptor #1893

Merged
merged 15 commits into from
Jan 21, 2025
Prev Previous commit
Next Next commit
clippy
mtimkovich committed Jan 18, 2025

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit d888602d14aa2129577257126a08ec0803c7862b
4 changes: 0 additions & 4 deletions image/verify/src/verifier.rs
Original file line number Diff line number Diff line change
@@ -202,11 +202,7 @@ impl<Env: ImageVerificationEnv> ImageVerifier<Env> {
pqc_key_type: FwVerificationPqcKeyType,
) -> CaliptraResult<HeaderInfo<'a>> {
// Verify Vendor Public Key Info Digest
<<<<<<< HEAD
self.verify_vendor_pub_key_info_digest(preamble, pqc_key_type)?;
=======
self.verify_vendor_pub_key_info_digest(&preamble, pqc_key_type)?;
>>>>>>> af19f64f (digest descriptor)

// Verify Owner Public Key Info Digest
let (owner_pub_keys_digest, owner_pub_keys_digest_in_fuses) =