occlum/src/libos
He Sun f1e5f574ca Add support for DCAP
1. Five new ioctl commands of /dev/sgx are added for occlum
applications to securely get and verify DCAP quote;
2. Not all the functions of the intel DCAP package are open to
developers to simplify the DCAP usage;
3. The test may only run on the platform with DCAP driver installed;
4. A macro OCCLUM_DISABLE_DCAP is used to separate the DCAP code from
the other code.
5. Skip DCAP test when DCAP driver is not detected or in simulation mode
2020-12-19 19:53:31 +08:00
..
include Fix the syscall interface bug 2020-08-15 19:12:40 +08:00
src Add support for DCAP 2020-12-19 19:53:31 +08:00
Cargo.lock Refactor Unix socket 2020-12-16 01:28:53 +08:00
Cargo.toml Add support for DCAP 2020-12-19 19:53:31 +08:00
Enclave.lds Enable EPC usage measurement feature 2020-12-02 15:08:50 +08:00
Makefile Add support for DCAP 2020-12-19 19:53:31 +08:00
rust-toolchain Upgrade Intel SGX SDK to 2.11 and Rust SGX SDK accordingly 2020-09-18 15:39:58 +08:00