diff --git a/examples/README.md b/examples/README.md index fad1b12..f72cd10 100644 --- a/examples/README.md +++ b/examples/README.md @@ -22,7 +22,7 @@ Demonstrates calling the wolfTPM2_* wrapper API's. ## Attestation Use Cases -# TPM signed timestamp, TPM2.0 GetTime +### TPM signed timestamp, TPM2.0 GetTime Demonstrates creation of Attestation Identity Keys(AIK) and the generation of TPM signed timestamp that can be later used as protected report of the current system uptime. @@ -30,10 +30,12 @@ This example demonstrates the use of authSession(authorization Session) and poli `./examples/timestamp/signed_timestamp` -# TPM signed PCR(system) measurement, TPM2.0 Quote +### TPM signed PCR(system) measurement, TPM2.0 Quote Demonstrates the generation of TPM2.0 Quote used for attestation of the system state by putting PCR value(s) in a TPM signed structure. +More information about how to test and use PCR attestation can be found in the in README file located in the `pcr` folder of the example. + `./examples/pcr/quote` ## CSR