Skip to content

Tags: microsoft/Azure-DCAP-Client

Tags

1.12.3

Toggle 1.12.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Enable tls13 (#195)

* Change Tls version in get-prereqs.ps1

* Updated TLS version in curl_easy.cpp

* Update curl_easy.cpp

* Update get-prereqs.ps1

* Update buildPipeline.yml

* Update changelog

* Update Azure.DCAP.Windows.nuspec

* Update dcap_provider.rc

* Revert "Update dcap_provider.rc"

This reverts commit 0f28f1d.

* Updating version number.

---------

Co-authored-by: Gunjan Munjal <[email protected]>

1.12.1

Toggle 1.12.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Adding time out in Azure dcap in case local agent does not respond. (#…

…185)

* Adding time out in Azure dcap in case local agent does not respond.

* Updating linux header file.

* Resolving comments from first iteration.

* updating timeout to 1 sec.

* Updating comment.

* Empty commit to retrigger PR checks

---------

Co-authored-by: FranciscoJavierOrtegaPalacios <[email protected]>

1.12.0

Toggle 1.12.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
TDX collateral API update (#176)

Problem:

New APIs for fetching TDX collateral were added by intel and we need parity.

What was done:

Added the following TDX API functions and the unit tests associated with them.

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);

How the code was tested:

E2E test and OE tests ran successfully

1.11.2

Toggle 1.11.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Adding release notes (#162)

1.10.0

Toggle 1.10.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Default collateral version to V3 (#141)

* Default version to V3, fix bug in handling unknown version number

* Change release notes and update version to 1.10.0

1.8

Toggle 1.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fixed errors in ubuntu20.04 (#134)

* fixed errors in ubuntu20.04

* changed to const reference

* added new version number

* added more instruction for ubuntu20.04

* fixed format

* fixed verion typo

* changed the text of readme

* changed the readme text

Co-authored-by: Ubuntu <wewang3@ubuntu18.wkwiz420iasuzkg1m1ozlt1gsa.zx.internal.cloudapp.net>

1.7

Toggle 1.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Move CMakeList.txt into src/Linux and updated ReadMe file (#132)

* changed CMakeLists.txt location

* update ReadME and version file

* added sudo in a command

* changed version description for Linux

* used abbreviated month name instead of full month

Co-authored-by: Ubuntu <wewang3@ubuntu18.sf0osaqbaqjupfwvxnowz53tlc.zx.internal.cloudapp.net>

1.6

Toggle 1.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix crash when no logging selected (#107)

* Fix crash when no logging is enabled
* Workaround a jenkins pipeline error
* fix spelling error and use pair instead of out param

1.5

Toggle 1.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Allow logging outside of setting the logging callback (#106)

Enable logging to stdout independent of logging callback
Enable testing without on-demand registration, if desired
Minor refactor: Move environment variable functionality into a header file

1.4.0

Toggle 1.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Switch default to V2 and continue to operate if caching is unavailable (

#97)

- Disable caching if there are permissions issues with the caching folder
- Attempt a few more environment variables and add a fallback location for the cache directory
- Change the windows default cache directory to LocalLow
- Updates the Jenkins file for the build pipeline (switches to use OE SDK's docker image)
- Changes the default collateral version to v2