We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17e64b4 commit 992a639Copy full SHA for 992a639
src/attestation/dcap.rs
@@ -40,7 +40,8 @@ pub async fn verify_dcap_attestation(
40
)
41
.await?;
42
43
- let _verified_report = dcap_qvl::verify::verify(&input, &collateral, now)?;
+ let quote_verifier = dcap_qvl::verify::QuoteVerifier::new_prod();
44
+ let _verified_report = quote_verifier.verify(&input, &collateral, now)?;
45
46
let measurements = MultiMeasurements::from_dcap_qvl_quote("e)?;
47
0 commit comments