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

Open SSl in Intel SGX Enclave integration

Shezan__Faysal_Hossa
662 Views

I am having trouble in integrating OpenSSL in Intel SGX Enclave. I want to write a simple code where I will encrypt a file and decrypt it inside the enclave. But wasn't able to find any sample code which deals with SGX enclave and OpenSSL in visual studio 2015. I have downloaded the library from this link - https://software.intel.com/en-us/sgx-sdk/download  -> SSL Add-On for the Intel SGX SDK for Windows, Version 1.7 (or Newer) . Whenever I run this code I am getting following error:- 

Invalid input command.

Usage: test_vrfcert <Cert File>
   <Cert File>     The provided cert list files.

If 'valid_certlist.txt' is provided, success will be returned.
Otherwise, you will get failure. 

 

0 Kudos
2 Replies
Shezan__Faysal_Hossa
662 Views

Do anyone have any suggestion? Regarding opening a new project in sgx enclave using OpenSSL?

0 Kudos
Michelle_P_
Beginner
662 Views

try this https://github.com/intel/intel-sgx-ssl

0 Kudos
Reply