Tags: microsoft/Azure-DCAP-Client
Tags
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]>
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]>
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
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>
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>
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
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
PreviousNext