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

rust sgx sdk helloworld example #1

Open
4 tasks
sbellem opened this issue Nov 4, 2020 · 1 comment
Open
4 tasks

rust sgx sdk helloworld example #1

sbellem opened this issue Nov 4, 2020 · 1 comment
Assignees

Comments

@sbellem
Copy link
Contributor

sbellem commented Nov 4, 2020

The goal of this example is to show how one can use docker image with nix to reproduce an enclave build (enclave.so file) and moreover how an auditor, using their own private key, could verify the signed enclave (enclave.signed.so).

  • Complete the documentation under README.md (https://github.com/initc3/nix-sgx-sdk/tree/rust-sgx-sdk#rust-sgx-sdk).
  • Figure out why nix-build ... does not work, whereas building in the nix-shell session works.
  • Package the rust sgx sdk separately such that it can be re-used for other applications (other than the samples that are under the rust sgx sdk codebase).
  • Simplify auditor example, such that one mainly needs to input the signed enclave file and the source code.

The work is under the branch https://github.com/initc3/nix-sgx-sdk/tree/rust-sgx-sdk.

@sbellem sbellem self-assigned this Nov 4, 2020
@sbellem
Copy link
Contributor Author

sbellem commented Nov 11, 2020

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