Skip to content
This repository was archived by the owner on Jul 16, 2020. It is now read-only.

Commit 6b70407

Browse files
lkatalinsteveej
authored andcommitted
This is an initial demo of SGX remote attestation.
1 parent 5b35d29 commit 6b70407

File tree

12 files changed

+1002
-0
lines changed

12 files changed

+1002
-0
lines changed

README.md

+6
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,9 @@ Compiling either a C or Rust program to WASM and running it natively using a Rus
99

1010
## [Wasmtime - Rust native in WASM](wasmtime-native-embed)
1111
Running native Rust code in a WASM virtual machine without pre-compiling it.
12+
13+
## Intel SGX
14+
A demonstration of remote attestation for an SGX enclave. The attesting enclave prepares a Report for the platform's
15+
Quoting Enclave, which verifies the Report and signs it with its Attestation Key, producing a Quote. The Quote is
16+
sent off-platform to the tenant, who can verify the Quote with a certificate chain from Intel. An attestation daemon
17+
(located on the enclave's same platform) communicates between the tenant and enclave.

0 commit comments

Comments
 (0)