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 1810e79 commit ced065eCopy full SHA for ced065e
cosmwasm/enclaves/execute/src/registration/attestation.rs
@@ -170,7 +170,8 @@ pub fn validate_enclave_version(
170
let _result = ecc_handle.close();
171
172
if verify_ra_cert(&cert_der, None, true).is_err() {
173
- sgx_status_t::SGX_ERROR_UNEXPECTED
+ error!("Error verifying report.");
174
+ return Err(sgx_status_t::SGX_ERROR_UNEXPECTED);
175
}
176
177
Ok(())
0 commit comments