-
Notifications
You must be signed in to change notification settings - Fork 549
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
sgx_init_quote return SGX_ERROR_UPDATE_NEEDED #329
Comments
Can you check if your BIOS is upgraded to the latest one? The error seems returned from provisioning server which means your platform needs update. |
Hi @andyzyb we are using MS-EARTHSHAKER H311N-DV (seems only available in Chinese site) with latest BIOS (released at 2018/06/12 through the site). |
You may check with hardware vendor and see if there is any new BIOS or new patch released from Intel since June. |
@andyzyb thank you, one more question, which part of BIOS relates to SGX remote attestation? I googled that some people said RA required Intel ME, if this correct, dos it means |
Does this update required has a notice? we are trying to build an application based on SGX and concern about force update would break our service |
It doesn't require ME, so nor iclsclient. Most of BIOS updates doesn't impact SGX, only some security enhancements may require latest BIOS/microcode patch. |
@andyzyb I see, thank you |
My Computer installed 'Intel SGX Linux 2.3.1' and it can run
LocalAttestation
in HW ModeBut when I run
RemoteAttestation
, I got aSGX_ERROR_UPDATE_NEEDED
.Try to call
sgx_init_quote
directly, same result:SGX_ERROR_UPDATE_NEEDED
Then I try to install Windows 10 on my PC to use SGX Windows Version, I got same error
I have no idea about it.
The text was updated successfully, but these errors were encountered: