We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7cd7273 commit cd831e8Copy full SHA for cd831e8
1 file changed
attested-tls/src/lib.rs
@@ -193,7 +193,7 @@ impl AttestedTlsServer {
193
let remote_attestation_type = remote_attestation_message.attestation_type;
194
195
// If we expect an attestaion from the client, verify it and get measurements
196
- let measurements = if self.attestation_verifier.has_remote_attestion() {
+ let measurements = if self.attestation_verifier.has_remote_attestation() {
197
let remote_input_data = compute_report_input(remote_cert_chain.as_deref(), exporter)?;
198
199
self.attestation_verifier
@@ -745,7 +745,7 @@ mod tests {
745
let attestation_verifier = AttestationVerifier {
746
measurement_policy,
747
pccs_url: None,
748
- log_dcap_quote: false,
+ dump_dcap_quotes: false,
749
override_azure_outdated_tcb: false,
750
};
751
0 commit comments