lsds / sgx-lkl

SGX-LKL Library OS for running Linux applications inside of Intel SGX enclaves
MIT License
257 stars 89 forks source link

Dynamic memory management in SGX-LKL. #116

Open RobertZenz opened 4 years ago

RobertZenz commented 4 years ago

Is there support for the new extensions which allow dynamic memory management in SGX2?

prp commented 4 years ago

Hi @RobertZenz it is not yet supported but there are plans to support it down the line.

davidchisnall commented 4 years ago

This depends on Open Enclave supporting EDMM. It's definitely something that we'd like to support though and we're talking to the Open Enclave team to ensure that their APIs are something that we can usefully consume.