Crate dcap_artifact_retrieval

Crate dcap_artifact_retrieval 

Source
Expand description

DCAP attestations require access to Intel-signed artifacts. This library provides clients to access these artifacts both from Intel directly, and from Microsoft Azure.

Re-exports§

pub use self::provisioning_client::*;

Modules§

cli
provisioning_client

Structs§

ReqwestClient
A Client to make Requests with.

Enums§

Error

Functions§

reqwest_client
Create a reqwest client using native tls(by default) or rustls if feature “rustls-tls” is enabled.
reqwest_client_native_tls
Create a reqwest client using native tls.

Type Aliases§

Result