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

Structured Measurement Basics #430

Open
wants to merge 8 commits into
base: master
Choose a base branch
from
Open

Conversation

evgenyp67
Copy link
Contributor

@evgenyp67 evgenyp67 commented Mar 6, 2024

Changing the measurement from being hard-coded to the 3 required files (or previously, and like other Enclaves, memory-layout measurements) to flexible measurement composed of an unlimited number of file hashes.

Files can either be already present in the enclave (resident), or declared to have a certain hash but not yet there (absent).

Files can either be identity -- be a part of the sealing key because they are relevant to what the enclave is, or non-identity. This doesn't affect the attestation measurement, because attestation ensures that the exact desired state is honored by the untrusted host.

TODO:

  1. get changes reviewed
  2. look into minor todo's
  3. improve PR description

Other PR's:

  1. Dynamic Measurement: Dynamic Measurement #436

Future PR TODO's:

  1. have filesystem calls get files from memory and use the allowlist
  2. example with an extra non-identity file (i.e. arg) not affecting the sealing key
  3. cmd tool to go from eapp binary to .ke, and a dynamic verifier.
  4. dynamic library support

@evgenyp67 evgenyp67 marked this pull request as ready for review March 27, 2024 01:41
@evgenyp67 evgenyp67 changed the title Structured Measurement Structured Measurement Basics Mar 27, 2024
@evgenyp67 evgenyp67 mentioned this pull request Apr 5, 2024
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

Successfully merging this pull request may close these issues.

1 participant