7 unstable releases

new 0.4.0 Apr 16, 2024
0.3.1 Nov 28, 2022
0.3.0 Oct 7, 2022
0.2.2 Dec 8, 2022
0.1.0 Jun 24, 2020

#569 in Hardware support

35 downloads per month

MPL-2.0 license

60KB
1K SLoC

Fortanix Enclave Manager application library

This crate provides utility functions for Fortanix Enclave Manager. Currently it allows obtaining signed certificates for SGX and AWS Nitro enclaves running in Enclave Manager environment.

To build for SGX:

export CFLAGS_x86_64_fortanix_unknown_sgx="-isystem/usr/include/x86_64-linux-gnu -mlvi-hardening -mllvm -x86-experimental-lvi-inline-asm-hardening"
export CC_x86_64_fortanix_unknown_sgx=clang-11

cargo build --target=x86_64-fortanix-unknown-sgx --locked

To build for Nitro, use either of the following

cargo build --target=x86_64-unknown-linux-musl --locked
cargo build --target=x86_64-unknown-linux-gnu --locked
cargo build --target=x86_64-unknown-linux-fortanixvme --locked

Patches might need to be applied, these are available on root level Cargo.toml.

Dependencies

~20MB
~422K SLoC