-
Notifications
You must be signed in to change notification settings - Fork 80
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
Intra Attestation Fail #40
Comments
I get the same error. I always get "Intra attestation Fail". |
I discovered my setjmp missing problem disappears if I revert to commit 6cc1fe6. I suggest you try this commit and see what happens. |
Same here, went in deeper and figured out that it looks like the .conf file is not getting parsed correctly. This results in different MAC outcomes and therefor a attestation fail. Fixing it seems not that straightforward as the parsing code is correct and works fine when extracted from the libsgx structure and ran from a standalone program. Still don't know what is causing the problem. |
I just follow the instruction on the tutorial of the intra attestation, and the target enclave said "Intra attestation Fail". While signing the target enclave, it will not generate the .conf file with the "use" option, therefore, I just did "./opensgx -s path_to_sgx --key sign.key". Am I doing something wrong?
The text was updated successfully, but these errors were encountered: