Clarify how to verify SGX evidence without an Intel SGX-enabled platform (#3158)
This PR encompasses two complementing purposes: A documentation on verifying an Intel SGX evidence as produced by WAMR, including a guide for verification without an Intel SGX-enabled platform. This also contains a small addition to the RA sample to extract specific information, such as whether the enclave is running in debug mode. A C# sample to verify evidence on trusted premises (and without Intel SGX). Evidence is generated on untrusted environments, using Intel SGX.
This commit is contained in:
5
samples/sgx-ra/non-sgx-verify/README.md
Normal file
5
samples/sgx-ra/non-sgx-verify/README.md
Normal file
@ -0,0 +1,5 @@
|
||||
# Examples of evidence verification without Intel SGX
|
||||
Intel SGX evidence generated using WAMR can be validated on trusted plaforms without Intel SGX, or an Intel processors.
|
||||
|
||||
## Using C#
|
||||
The sample [csharp/](csharp/) demonstrates such validation using C# as a managed language.
|
||||
Reference in New Issue
Block a user