diff --git a/src/Linux/debian/changelog b/src/Linux/debian/changelog index 4c9ecabf..039fe727 100644 --- a/src/Linux/debian/changelog +++ b/src/Linux/debian/changelog @@ -1,3 +1,9 @@ +az-dcap-client (1.11.2) stable; urgency=medium + * Enable certificate fetch from host agent for quote generation + * Enable customer to provide tcb baseline for evidence verification + + -- Gunjan Munjal Thu, 7 July 2022 19:56:00 -0700 + az-dcap-client (1.10) stable; urgency=medium * Set default collateral version to v3 diff --git a/src/Windows/GeneratePackage/Azure.DCAP.Windows.nuspec b/src/Windows/GeneratePackage/Azure.DCAP.Windows.nuspec index b150159a..0232c1e7 100644 --- a/src/Windows/GeneratePackage/Azure.DCAP.Windows.nuspec +++ b/src/Windows/GeneratePackage/Azure.DCAP.Windows.nuspec @@ -2,12 +2,15 @@ Microsoft.Azure.DCAP - 1.10.0 + 1.11.2 Microsoft Microsoft false - Set default collateral version to v3 + + *Enable certificate fetch from host agent for quote generation + *Enable customer to provide tcb baseline for evidence verification + This library serves as a quoting data provider plugin for the Intel SGX Data Center Attestation Primitives (DCAP). Specifically, the Intel DCAP library will search out and load provider plugins, such as the Azure DCAP Client. This provider plugin is then used to fetch certain data files, such as platform certificates, TCB structures, and revocation lists. diff --git a/src/Windows/dll/dcap_provider.rc b/src/Windows/dll/dcap_provider.rc index 23f02744..8064e96f 100644 Binary files a/src/Windows/dll/dcap_provider.rc and b/src/Windows/dll/dcap_provider.rc differ