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

Activate check for SGX report status #83

Open
Niederb opened this issue Sep 7, 2022 · 0 comments
Open

Activate check for SGX report status #83

Niederb opened this issue Sep 7, 2022 · 0 comments

Comments

@Niederb
Copy link
Contributor

Niederb commented Sep 7, 2022

When verifying an SGX report we need to make sure that the report has an acceptable status. The status is not stored in the state and therefore cannot be checked again later. The needed code is already there but currently not active. Note that the teeracle on devsgx03 would currently not pass this check and we need a solution for that before activating the check.
See in teerex/src/lib.rs:

// TODO: activate state checks as soon as we've fixed our setup
// ensure!((report.status == SgxStatus::Ok) | (report.status == SgxStatus::ConfigurationNeeded),
//     "RA status is insufficient");
// log::info!("teerex: status is acceptable");
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

1 participant