Intel Confidential Computing
Discussion board focused on Intel Confidential Computing technologies and how they can protect data and AI security, privacy, and sovereignty.
1559 Discussions

Openssl for Intel Software Guard Extension linux sdk

zirak_z_
Beginner
1,879 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
1,879 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