#sgx #enclave #attestation #ereport

report-test

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

7 unstable releases

Uses old Rust 2015

0.3.3 Jul 29, 2022
0.3.2 Dec 3, 2021
0.3.1 May 20, 2020
0.3.0 Feb 13, 2020
0.0.0 Jan 24, 2019

#220 in Development tools

Download history 43/week @ 2022-11-27 62/week @ 2022-12-04 62/week @ 2022-12-11 69/week @ 2022-12-18 47/week @ 2022-12-25 48/week @ 2023-01-01 72/week @ 2023-01-08 52/week @ 2023-01-15 60/week @ 2023-01-22 189/week @ 2023-01-29 68/week @ 2023-02-05 76/week @ 2023-02-12 96/week @ 2023-02-19 46/week @ 2023-02-26 96/week @ 2023-03-05 37/week @ 2023-03-12

283 downloads per month
Used in 7 crates

MPL-2.0 license

200KB
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

~7.5MB
~140K SLoC