DeTEE SGX library, contains Rust implementations for SGX specific features
| examples | ||
| src | ||
| .gitignore | ||
| build_client.sh | ||
| build_server.sh | ||
| Cargo.toml | ||
| client.yaml | ||
| README.md | ||
| server.yaml | ||
Occlum SGX Remote Attestation integrated in TLS connection
Steps to test the project:
occlum-cargo build --example server --features="occlum,actix-web"
strip -s target/x86_64-unknown-linux-musl/debug/examples/server
./build_server.sh
occlum-cargo build --example client --features="occlum,reqwest"
strip -s target/x86_64-unknown-linux-musl/debug/examples/client
./build_client.sh