#tee #verification #quote #intel #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

#1357 in Hardware support

Download history 312/week @ 2024-06-02 425/week @ 2024-06-09 477/week @ 2024-06-16 512/week @ 2024-06-23 168/week @ 2024-06-30 201/week @ 2024-07-07 148/week @ 2024-07-14 238/week @ 2024-07-21 251/week @ 2024-07-28 231/week @ 2024-08-04 240/week @ 2024-08-11 239/week @ 2024-08-18 405/week @ 2024-08-25 216/week @ 2024-09-01 593/week @ 2024-09-08 202/week @ 2024-09-15

1,417 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