This repository has been archived on 2023-11-05. You can view files and clone it, but cannot push or open issues or pull requests.
wasm-micro-runtime/core/iwasm/libraries/lib-rats
Wenyong Huang 29b76dd275
Create module hash for each module in SGX lib-rats (#1745)
Current SGX lib-rats wasm module hash is stored in a global buffer,
which may be overwritten if there are multiple wasm module loadings.
We move the module hash into the enclave module to resolve the issue.

And rename the SGX_IPFS macro/variable in Makefile and Enclave.edl to
make the code more consistent.

And refine the sgx-ra sample document.
2022-11-24 21:48:50 +08:00
..
lib_rats_common.h Create module hash for each module in SGX lib-rats (#1745) 2022-11-24 21:48:50 +08:00
lib_rats_wrapper.c Create module hash for each module in SGX lib-rats (#1745) 2022-11-24 21:48:50 +08:00
lib_rats_wrapper.h Create module hash for each module in SGX lib-rats (#1745) 2022-11-24 21:48:50 +08:00
lib_rats.cmake linux-sgx: Improve the remote attestation (#1695) 2022-11-22 14:45:03 +08:00