fortanix / rust-sgx

The Fortanix Rust Enclave Development Platform
https://edp.fortanix.com
Mozilla Public License 2.0
432 stars 98 forks source link

Dynamic enclave heap memory #478

Open raoulstrackx opened 1 year ago

raoulstrackx commented 1 year ago

With Intel SGXv2 enclave heap memory can be added after the enclave has started. EDP needs to support this.

Work has started quite some time ago as PR #292, but likely needs heavy refactoring.

raoulstrackx commented 1 year ago

Part of #104