Skip to content
This repository was archived by the owner on Mar 5, 2023. It is now read-only.

Commit

Permalink
Add attestation references to README
Browse files Browse the repository at this point in the history
Signed-off-by: Dan Middleton <[email protected]>
  • Loading branch information
dcmiddle committed Apr 10, 2020
1 parent df720ef commit c052f9f
Showing 1 changed file with 15 additions and 5 deletions.
20 changes: 15 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
# Overview
This is a proof of concept lab to explore attestation options for
Hyperledger Avalon.
This is a proof of concept lab to explore attestation options for Hyperledger
Avalon. For background on attestation see [References](#references).

The code can be used to learn the call flow for ECDSA based attestation. To a
lesser degree, the project can also be used to verify the availability of
attestation components on a host (e.g. SGX and libs).
The lab provides an end to end example of the code, components, and
configuration for generating and verifying remote attestations. The code can be
used to learn the call flow for ECDSA based attestation. It also provides
dockerfiles that illustrate build and runtime dependencies.
To a lesser degree, the project can also be used as a "known good" example when
experimenting in new environments or different configuraitons.

The code is written first and foremost to make the attestation API readable and
simple. It is not written to be fully secure or robust. You can treat this as a
Expand Down Expand Up @@ -228,3 +231,10 @@ and here:
https://github.com/intel/SGXDataCenterAttestationPrimitives/blob/master/QuoteVerification/QvE/Include/qve_header.h
# References
* https://download.01.org/intel-sgx/dcap-1.1/linux/docs/Intel_SGX_DCAP_ECDSA_Orientation.pdf
* https://software.intel.com/en-us/blogs/2018/12/09/an-update-on-3rd-party-attestation
* https://01.org/intel-softwareguard-extensions/downloads/intel-sgx-dcap-1.6-release
* https://software.intel.com/sites/default/files/managed/f1/b8/intel-sgx-support-for-third-party-attestation.pdf
* https://github.com/intel/SGXDataCenterAttestationPrimitives

0 comments on commit c052f9f

Please sign in to comment.