Skip to content

Commit

Permalink
Bump Maximum version of SNP Attestation Report.
Browse files Browse the repository at this point in the history
Version 4 of the attestation report has arrived into some people's machines, so we have to bump up the minimum version to allow them to continue to attest their coco environment.

Signed-off-by: DGonzalezVillal <[email protected]>
  • Loading branch information
DGonzalezVillal authored Mar 6, 2025
1 parent 59413b4 commit 9152020
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps/verifier/src/snp/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ const KDS_VCEK: &str = "/vcek/v1";

/// Attestation report versions supported
const REPORT_VERSION_MIN: u32 = 2;
const REPORT_VERSION_MAX: u32 = 3;
const REPORT_VERSION_MAX: u32 = 4;

#[derive(Debug)]
pub struct Snp {
Expand Down

0 comments on commit 9152020

Please sign in to comment.