diff --git a/Attestation/README.md b/Attestation/README.md index 46a7a1d..0c0dd50 100644 --- a/Attestation/README.md +++ b/Attestation/README.md @@ -46,7 +46,7 @@ key) and then exchanging additional messages by which the client can prove its possession of the EK. Proof of possession of an EK is complicated by the fact that EKs are -[generally decrypt-only](Decrypt-only-EK.md) (some TPMs also sport +[generally decrypt-only](Decrypt-only-EK.md) (some TPMs also support signing EKs, but the TCG specifications only require decrypt-only EKs). The protocol has to have the attestation service send a challenge (or key) encrypted to the EKpub and then the attestation client demonstrate diff --git a/README.md b/README.md index 6645df7..a9a5480 100644 --- a/README.md +++ b/README.md @@ -6,14 +6,18 @@ Tutorials from [TPM.dev] members and other contributors To have an easy way of improving existing tutorials and collaborate on creating new ones. -## Current list of tutorials that will be transfered to GitHub from [TPM.dev] +## Current list of tutorials from [TPM.dev] members +1. Attestation, MakeCredential, ActivateCredential 1. Boot with TPM: Secure vs Measured vs Trusted -1. Remote Attestation protocols 1. Random Number Generator + +## List of tutorials that will be transfered to GitHub from [TPM.dev] + 1. Attestation Keys (AK/AIK) -1. Quick setup for TPM.dev courses 1. Localities +1. Remote Attestation protocols +1. Quick setup for TPM.dev courses 1. Attestation Part 1 ## Contributors @@ -22,6 +26,7 @@ To have an easy way of improving existing tutorials and collaborate on creating * Ritwik Mandal * Daniel Smith * Ian Oliver +* Nicolas Williams ## Licensing