Skip to content
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

Open
jiak94 opened this issue May 23, 2016 · 4 comments
Open

Intra Attestation Fail #40

jiak94 opened this issue May 23, 2016 · 4 comments

Comments

@jiak94
Copy link

jiak94 commented May 23, 2016

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?

@ranjali
Copy link

ranjali commented Jun 2, 2016

I get the same error. I always get "Intra attestation Fail".

@ramsdell
Copy link

I discovered my setjmp missing problem disappears if I revert to commit 6cc1fe6. I suggest you try this commit and see what happens.

@Ardillo
Copy link

Ardillo commented Jun 28, 2016

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.

@soso19932603
Copy link

soso19932603 commented Jun 7, 2017

Using the last commit, i had the same problem (intra attestation fail) . But when i revert to commit 6cc1fe6 the intra attestation success normally. thanks to @ramsdell comment

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants