-
Notifications
You must be signed in to change notification settings - Fork 180
Description
I have an Intel Core i7 and I have been using the enclaves with no problem. I am trying to use DCAP attestation now and QuoteGenerationSample works, but when I try to use QuoteVerificationSample I get an error:
[APP] Info: ECDSA quote path: ../QuoteGenerationSample/quote.dat
[APP] Trusted quote verification:
[APP] Info: get target info successfully returned.
[APP] Info: sgx_qv_set_enclave_load_policy successfully returned.
[APP] Info: tee_get_quote_supplemental_data_version_and_size successfully returned.
[APP] Info: latest supplemental data major version: 3, minor version: 3, size: 536
[APP] Error: App: tee_verify_quote failed: 0xe01c
===========================================
[APP] Untrusted quote verification:
[APP] Info: tee_get_quote_supplemental_data_version_and_size successfully returned.
[APP] Info: latest supplemental data major version: 3, minor version: 3, size: 536
[APP] Error: App: tee_verify_quote failed: 0xe01c
I haven't registered my Intel processor because Intel Cores do not need to be registered. But, still, I am not able to fix this. I have installed all the DCAP libraries and when I use he AttestationApp inside QuoteVerification/QVL I get a successful authentication; so I am not sure what the problem can be.