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

Web Service Process is possible in SGX?

Sam5
New Contributor I
405 Views

Hi,

How to call the web services from SGX. I want to call some web services from enclave. How to do? and what are the process is involved.

-Thanks

0 Kudos
1 Solution
Surenthar_S_Intel
405 Views

Hi Sam,

Implementing the whole web services infrastructure inside an enclave environment can be done but is not recommended due to large memory footprint. Developers should only be implementing the code and data that needs to be kept confidential, inside the enclave. For example, If you look in the remote attestation sample provided in IDZ portal, the client application implements the REST SDK in the untrusted part of the application and the payload to be communicated is generated inside the enclave

-Surenthar

View solution in original post

0 Kudos
2 Replies
Surenthar_S_Intel
406 Views

Hi Sam,

Implementing the whole web services infrastructure inside an enclave environment can be done but is not recommended due to large memory footprint. Developers should only be implementing the code and data that needs to be kept confidential, inside the enclave. For example, If you look in the remote attestation sample provided in IDZ portal, the client application implements the REST SDK in the untrusted part of the application and the payload to be communicated is generated inside the enclave

-Surenthar

0 Kudos
Sam5
New Contributor I
405 Views

Thanks for you detailed Information

0 Kudos
Reply