lsds / TaLoS

Efficient TLS termination inside Intel SGX enclaves for existing applications
Apache License 2.0
106 stars 20 forks source link

Use Intel SDK 2.3 #25

Closed rcrane closed 5 years ago

rcrane commented 5 years ago

TaLoS/src/talos/enclaveshim/Makefile.sgx uses "-ignore-init-sec-error" which was added to the Intel sdk in version 2.1.3.: https://github.com/intel/linux-sgx/blob/75dd558bdaff030688d483e1a2bd51d38c55ab49/sdk/sign_tool/SignTool/util_st.h

Currently 'docker build -t talos .' fails because of '-ignore-init-sec-error' not being available in the installed sdk.