wasm-micro-runtime/product-mini/platforms/linux-sgx/enclave-sample/Enclave
Wenyong Huang 8fc621a1b2
Add runtime inited checks in Enclave command handlings to improve security (#2416)
Call ecall commands arbitrarily from host when enclave's runtime isn't initialized
may cause unexpected behavior, for example, load/instantiate wasm module.
Add runtime inited status checks in enclave to improve the security.

Also fix `wait_map` issue mentioned in
https://github.com/bytecodealliance/wasm-micro-runtime/issues/2252#issuecomment-1634940219
2023-08-04 14:32:04 +08:00
..
Enclave_minimal.edl Support get return value for SGX os_printf/os_vprintf (#1387) 2022-08-16 14:23:34 +08:00
Enclave_private.pem
Enclave_test.cpp
Enclave.config.xml Normalize how the global heap pool is configured across iwasm apps (#1628) 2022-10-25 21:36:24 +08:00
Enclave.cpp Add runtime inited checks in Enclave command handlings to improve security (#2416) 2023-08-04 14:32:04 +08:00
Enclave.edl Create module hash for each module in SGX lib-rats (#1745) 2022-11-24 21:48:50 +08:00