#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

#54 in #tee

Download history 777/week @ 2024-11-15 545/week @ 2024-11-22 529/week @ 2024-11-29 698/week @ 2024-12-06 929/week @ 2024-12-13 448/week @ 2024-12-20 145/week @ 2024-12-27 412/week @ 2025-01-03 436/week @ 2025-01-10 651/week @ 2025-01-17 270/week @ 2025-01-24 845/week @ 2025-01-31 611/week @ 2025-02-07 477/week @ 2025-02-14 735/week @ 2025-02-21 351/week @ 2025-02-28

2,354 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.9MB
~37K SLoC