Intel® Software Guard Extensions (Intel® SGX)
Discussion board focused on hardware-based isolation and memory encryption to provide extended code protection in solutions.

Can I create another enclave in an enclave?

MYEONGSU__KIM
Beginner
407 Views

function_in_enclave(eid1)   <---- e-called

{

   sgx_create_enclave(eid1, ~~~~);

 

}

Is this possible??

0 Kudos
1 Reply
Scott_R_Intel
Employee
407 Views

Hello.

No, this is not supported.  If you need two enclaves, you create them both from the untrusted app and then can use local attestation to communicate between the two if need be.

Regards.

Scott

0 Kudos
Reply