This site contains the code for the TPM (Trusted Platform Module) 2.0 tools based on tpm2-tss
Instructions for building and installing the tpm2-tools are provided in the INSTALL.md file.
Instructions for how releases are conducted, including our QA practices, please see the RELEASE.md file.
Please use the mailing list at https://lists.01.org/postorius/lists/tpm2.lists.01.org/ for general questions. The Issue Tracker on github should be reserved for actual feature requests or bugs. For security bugs, please see CONTRIBUTING.md for information on how to submit those.
Reference the tutorials at tpm2-software.github.io.
TPM 2.0 specifications can be found at Trusted Computing Group.
Specifically, the following sections:
This specifies the external programatic interface to the TPM: https://trustedcomputinggroup.org/tpm-library-specification/
This is the ESAPI dependency mentioned in INSTALL.md. This is the enhanced software API to the tpm. The tpm2-tools project relies heavily on this. https://trustedcomputinggroup.org/wp-content/uploads/TSS_ESAPI_Version-0.9_Revision-04_reviewEND030918.pdf
This specifies the transmission interfaces or how bytes get from the system api to the tpm. https://trustedcomputinggroup.org/wp-content/uploads/TSS_TCTI_v1.0_r04_Public-Review.pdf
- A Practical Guide to TPM 2.0
ISBN: 978-1-4302-6583-2 (Print) 978-1-4302-6584-9 (Online)
Instructions for contributing to the project are provided in the CONTRIBUTING.md file.