#sgx #sgx-enclave #attestation #enclave #ereport

report-test

A simple interface to get a local SGX attestation (“report”). This is useful for testing remote attestation

8 releases (4 breaking)

Uses old Rust 2015

0.4.0 Apr 16, 2024
0.3.3 Jul 29, 2022
0.3.2 Dec 3, 2021
0.3.1 May 20, 2020
0.0.0 Jan 24, 2019

#289 in Development tools

Download history 32/week @ 2024-01-22 21/week @ 2024-01-29 64/week @ 2024-02-05 128/week @ 2024-02-12 111/week @ 2024-02-19 115/week @ 2024-02-26 90/week @ 2024-03-04 68/week @ 2024-03-11 81/week @ 2024-03-18 78/week @ 2024-03-25 106/week @ 2024-04-01 72/week @ 2024-04-08 226/week @ 2024-04-15 114/week @ 2024-04-22 93/week @ 2024-04-29 51/week @ 2024-05-06

495 downloads per month
Used in 6 crates

MPL-2.0 license

210KB
5K SLoC

report-test

This crate exposes a simple interface to get a local SGX attestation (“report”). This is useful for testing remote attestation.

The enclave file itself is embedded in the library. The enclave uses the expiremental library support. At the time of writing, Rust std does not have the ability to compile enclave libraries. Therefore, the enclave is written in assembly.

Dependencies

~6–14MB
~154K SLoC