Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Linux SGX enclave with OpenSSL

Tags:

openssl

sgx

I saw on the Intel website here that there is an OpenSSL library available for SGX but only on Windows.

Does anyone know if there is also such an extension for Linux SGX SDK?

like image 711
wasp256 Avatar asked Jan 16 '17 21:01

wasp256


2 Answers

Linux SGX SSL Crypto Lib has now been open sourced and it's available here: https://github.com/01org/intel-sgx-ssl

like image 192
savx2 Avatar answered Jan 04 '23 01:01

savx2


I found an alternative solution to OpenSSL namely mbedtls here. It is available for Linux and Windows and the compiled libraries only need to be linked against the application and enclave.

like image 33
wasp256 Avatar answered Jan 04 '23 02:01

wasp256