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§
Structs§
- Reqwest
Client - A
Clientto make Requests with.
Enums§
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.