Amnesic-Systems / nitriding

Tool kit for building secure, scalable, and networked services on top of AWS Nitro Enclaves.
Mozilla Public License 2.0
2 stars 2 forks source link

Support loading an enclave application at runtime. #13

Open NullHypothesis opened 8 months ago

NullHypothesis commented 8 months ago

This PR makes it possible to load the enclave application at runtime. When enabled, nitriding maintains an in-memory transparency log that allows users to verify the evolution of enclave applications.

This fixes https://github.com/Amnesic-Systems/nitriding/issues/12.