#verification #quote #tee #intel #intel-sgx #sgx-dcap-quoteverify

sys intel-tee-quote-verification-sys

Intel(R) TEE Quote Verification Rust Library

2 releases

0.2.1 Oct 24, 2023
0.2.0 Mar 10, 2023

#1061 in Hardware support

Download history 65/week @ 2024-01-04 75/week @ 2024-01-11 1/week @ 2024-01-18 50/week @ 2024-02-08 139/week @ 2024-02-15 124/week @ 2024-02-22 92/week @ 2024-02-29 90/week @ 2024-03-07 48/week @ 2024-03-14 20/week @ 2024-03-21 14/week @ 2024-03-28

177 downloads per month
Used in 3 crates (2 directly)

BSD-3-Clause

9KB

Intel®️ TEE Quote Verification FFI Bindings

This is the raw FFI bindings of Intel®️ TEE Quote Verification Library.

This crate is for Linux only.

Prerequisite

  • Please install Clang, which is required by Rust bindgen.

  • Please install the following SGX DCAP prerequisite:

    • Intel®️ SGX DCAP Driver
    • Intel®️ SGX SDK
    • Intel®️ SGX DCAP Packages
    • Intel®️ SGX DCAP PCCS (Provisioning Certificate Caching Service)
  • Please refer to SGX DCAP Linux installation guide to install above dependencies.

Please make sure that DCAP quote verification developer package is installed, e.g. libsgx-dcap-quote-verify-dev on Ubuntu and Debian.


lib.rs:

Intel®️ Software Guard Extensions Data Center Attestation Primitives (Intel®️ SGX DCAP)
Rust raw FFI bindings for Quote Verification Library

Please install the following prerequisite:

  • Intel®️ SGX DCAP Driver
  • Intel®️ SGX SDK
  • Intel®️ SGX DCAP Packages
  • Intel®️ SGX DCAP PCCS (Provisioning Certificate Caching Service)

Please refer to SGX DCAP Linux installation guide to install above dependencies.

Note that you need to install libsgx-dcap-quote-verify-dev and clang for this package.

Dependencies

~0–1.8MB
~36K SLoC