wasm-micro-runtime/core/iwasm/libraries/lib-rats
Jämes Ménétrey f9e8b9535e
Attestation: Free JSON from the Wasm module heap (#2803)
The JSON evidence is allocated on the module instance heap, but no API
was given to dispose of this memory buffer. The sample mentions using
the function free, which behaves differently depending on the
execution context.

This fix provides a new function called librats_dispose_evidence_json,
enabling freeing the JSON evidence directly from the Wasm app.
2023-11-22 10:48:14 +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 Attestation: Free JSON from the Wasm module heap (#2803) 2023-11-22 10:48:14 +08:00
lib_rats_wrapper.h Attestation: Free JSON from the Wasm module heap (#2803) 2023-11-22 10:48:14 +08:00
lib_rats.cmake sgx-ra: Disable the building of samples (#2507) 2023-08-28 09:42:16 +08:00