Skip to content

rodolfoams/sgx-retrieve-identity

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sgx-retrieve-enclave-identity

CircleCI

Tool for retrieving the identities from a signed SGX enclave.

Dependencies

You should have the SGX driver installed on your host machine, and AESM should not be running in it. For instructions on how to install the SGX driver, see the documentation available here.

Running the sample code

docker build -t mrenclave .
docker run -it --rm --device /dev/isgx --device /dev/mei0 mrenclave

Note: This sample code was based on the SampleEnclave provided by Intel. You can use the modified Makefile as an example to using it with your own SGX application.

About

Code for retrieving a MRENCLAVE from a signed SGX enclave

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published