Skip to content

Commit

Permalink
Move CMakeList.txt into src/Linux and updated ReadMe file (#132)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
wewang3 and Ubuntu authored Mar 16, 2021
1 parent 7d32d28 commit 2b5530e
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 deletions.
File renamed without changes.
12 changes: 12 additions & 0 deletions src/Linux/README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,18 @@ make
sudo make install
```

## Run Google Test
```
cmake CMakeLists.txt
make
./dcap_provider_utests
If cmake needs to update, please run:
sudo apt remove cmake
sudo apt-get install python-pip
sudo pip install cmake --upgrade
```

## Step-by-Step
1. `./configure`
* This pulls down prerequisites from other projects, finds correct local
Expand Down
4 changes: 2 additions & 2 deletions src/Linux/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
az-dcap-client (1.7) stable; urgency=medium
* Use the Cache-Control header to determine how long collateral should be cached for. Cleanup of error handling logs in Windows
* Enable v3 for icx and coffelake. Use the Cache-Control header to determine how long collateral should be cached for. Cleanup of error handling logs in Windows

-- Derek Schumacher <deschuma@microsoft.com> Wed, 09 Sep 2020 9:42:00 -0700
-- Wei Wang <wewang3@microsoft.com> Fri, 12 Mar 2021 4:42:00 -0700

az-dcap-client (1.6) stable; urgency=medium
* Fix crash in preivous version when no logging was enabled
Expand Down
2 changes: 1 addition & 1 deletion src/Windows/GeneratePackage/Azure.DCAP.Windows.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<authors>Microsoft</authors>
<owners>Microsoft</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<releaseNotes>Use the Cache-Control header to determine how long collateral should be cached for. Cleanup of error handling logs in Windows</releaseNotes>
<releaseNotes>Enable v3 for icx and coffelake and Use the Cache-Control header to determine how long collateral should be cached for. Cleanup of error handling logs in Windows</releaseNotes>
<description>
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.
Expand Down

0 comments on commit 2b5530e

Please sign in to comment.