Skip to content

Added support for TDX quote verification

Compare
Choose a tag to compare
@FranciscoJavierOrtegaPalacios FranciscoJavierOrtegaPalacios released this 17 Apr 10:37
· 15 commits to master since this release
828f00e

Changes in this release include:

Added the following API for fetching TDX collateral.

quote3_error_t tdx_ql_get_quote_verification_collateral(const uint8_t *fmspc, uint16_t fmspc_size, const char *pck_ca, tdx_ql_qve_collateral_t **pp_quote_collateral);

quote3_error_t tdx_ql_free_quote_verification_collateral(tdx_ql_qve_collateral_t *p_quote_collateral);

Location of packages :

Ubuntu 20.04: https://packages.microsoft.com/ubuntu/20.04/prod/pool/main/a/az-dcap-client/az-dcap-client_1.12.0_amd64.deb
Ubuntu 18.04: https://packages.microsoft.com/ubuntu/18.04/prod/pool/main/a/az-dcap-client/az-dcap-client_1.12.0_amd64.deb
Windows: https://www.nuget.org/packages/Microsoft.Azure.DCAP/1.12.0