mirror of https://github.com/wolfSSL/wolfTPM.git
Quick fixes of markdown headings in the examples README.md
Signed-off-by: Dimitar Tomov <dimi@designfirst.ee>pull/107/head
parent
08cd7a0836
commit
3f9ebe79c6
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue