DeTEE SGX library, contains Rust implementations for SGX specific features
Go to file
2024-10-27 15:55:03 +02:00
examples Initial implementation 2024-10-27 15:55:02 +02:00
src upgrade ratls to latest 2024-10-27 15:55:03 +02:00
.gitignore commented self signed certificate 2024-10-27 15:55:03 +02:00
build_client.sh added packaging 2024-10-27 15:55:03 +02:00
build_server.sh added packaging 2024-10-27 15:55:03 +02:00
Cargo.toml upgrade ratls to latest 2024-10-27 15:55:03 +02:00
client.yaml Initial implementation 2024-10-27 15:55:02 +02:00
README.md Initial implementation 2024-10-27 15:55:02 +02:00
server.yaml Initial implementation 2024-10-27 15:55:02 +02:00

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