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

Openssl for Intel Software Guard Extension linux sdk

zirak_z_
Beginner
410 Views

Hi,

Is there a similar example project ( like X509Verifier project in windows sdk) for linux sdk? Can anyone link me to projects using openssl who have been developing on the linux sdk?

And secondly is there a way to install intel sgx windows sdk in simulation mode (on non sgx hardware)?

Thanks.

0 Kudos
1 Reply
Anusha_K_Intel
Employee
410 Views

Hi,

Running in simulation mode does not require Intel sgx hardware/driver.We can install the windows SGX SDK and add the simulation libraries "sgx_trts_sim.lib" and "sgx_tservice_sim.lib" to the enclave and "sgx_urts_sim.lib" and "sgx_uae_service_sim.lib" to the application and run the application in simulation mode.

0 Kudos
Reply