Skip to content

Commit

Permalink
derived-key: change fieldSelect to be measurement
Browse files Browse the repository at this point in the history
  • Loading branch information
eldios committed Feb 5, 2025
1 parent 1cf7a9c commit ec11a2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion attestation-agent/attester/src/snp/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ impl Attester for SnpAttester {
//
let request = DerivedKey::new(
false, // mixed_svn
GuestFieldSelect(0), // fields to include in the derived_key
GuestFieldSelect(3), // fields to include in the derived_key
0, // tcb_version
0, // platform_info
0, // author_key_en
Expand Down

0 comments on commit ec11a2f

Please sign in to comment.