Folus Wen 360e921881 [Add][GPM][ibmtpm1682 / tpm2-tss-3.2.0 / tpm2-tools-5.1] há 2 anos atrás
..
dist 360e921881 [Add][GPM][ibmtpm1682 / tpm2-tss-3.2.0 / tpm2-tools-5.1] há 2 anos atrás
doc 360e921881 [Add][GPM][ibmtpm1682 / tpm2-tss-3.2.0 / tpm2-tools-5.1] há 2 anos atrás
lib 360e921881 [Add][GPM][ibmtpm1682 / tpm2-tss-3.2.0 / tpm2-tools-5.1] há 2 anos atrás
m4 360e921881 [Add][GPM][ibmtpm1682 / tpm2-tss-3.2.0 / tpm2-tools-5.1] há 2 anos atrás
man 360e921881 [Add][GPM][ibmtpm1682 / tpm2-tss-3.2.0 / tpm2-tools-5.1] há 2 anos atrás
release 360e921881 [Add][GPM][ibmtpm1682 / tpm2-tss-3.2.0 / tpm2-tools-5.1] há 2 anos atrás
scripts 360e921881 [Add][GPM][ibmtpm1682 / tpm2-tss-3.2.0 / tpm2-tools-5.1] há 2 anos atrás
test 360e921881 [Add][GPM][ibmtpm1682 / tpm2-tss-3.2.0 / tpm2-tools-5.1] há 2 anos atrás
tools 360e921881 [Add][GPM][ibmtpm1682 / tpm2-tss-3.2.0 / tpm2-tools-5.1] há 2 anos atrás
Makefile 360e921881 [Add][GPM][ibmtpm1682 / tpm2-tss-3.2.0 / tpm2-tools-5.1] há 2 anos atrás
Makefile.am 360e921881 [Add][GPM][ibmtpm1682 / tpm2-tss-3.2.0 / tpm2-tools-5.1] há 2 anos atrás
Makefile.in 360e921881 [Add][GPM][ibmtpm1682 / tpm2-tss-3.2.0 / tpm2-tools-5.1] há 2 anos atrás
README.md 360e921881 [Add][GPM][ibmtpm1682 / tpm2-tss-3.2.0 / tpm2-tools-5.1] há 2 anos atrás
aclocal.m4 360e921881 [Add][GPM][ibmtpm1682 / tpm2-tss-3.2.0 / tpm2-tools-5.1] há 2 anos atrás
aminclude_static.am 360e921881 [Add][GPM][ibmtpm1682 / tpm2-tss-3.2.0 / tpm2-tools-5.1] há 2 anos atrás
bootstrap 360e921881 [Add][GPM][ibmtpm1682 / tpm2-tss-3.2.0 / tpm2-tools-5.1] há 2 anos atrás
compile 360e921881 [Add][GPM][ibmtpm1682 / tpm2-tss-3.2.0 / tpm2-tools-5.1] há 2 anos atrás
config.guess 360e921881 [Add][GPM][ibmtpm1682 / tpm2-tss-3.2.0 / tpm2-tools-5.1] há 2 anos atrás
config.log 360e921881 [Add][GPM][ibmtpm1682 / tpm2-tss-3.2.0 / tpm2-tools-5.1] há 2 anos atrás
config.status 360e921881 [Add][GPM][ibmtpm1682 / tpm2-tss-3.2.0 / tpm2-tools-5.1] há 2 anos atrás
config.sub 360e921881 [Add][GPM][ibmtpm1682 / tpm2-tss-3.2.0 / tpm2-tools-5.1] há 2 anos atrás
configure 360e921881 [Add][GPM][ibmtpm1682 / tpm2-tss-3.2.0 / tpm2-tools-5.1] há 2 anos atrás
configure.ac 360e921881 [Add][GPM][ibmtpm1682 / tpm2-tss-3.2.0 / tpm2-tools-5.1] há 2 anos atrás
depcomp 360e921881 [Add][GPM][ibmtpm1682 / tpm2-tss-3.2.0 / tpm2-tools-5.1] há 2 anos atrás
install-sh 360e921881 [Add][GPM][ibmtpm1682 / tpm2-tss-3.2.0 / tpm2-tools-5.1] há 2 anos atrás
libtool 360e921881 [Add][GPM][ibmtpm1682 / tpm2-tss-3.2.0 / tpm2-tools-5.1] há 2 anos atrás
ltmain.sh 360e921881 [Add][GPM][ibmtpm1682 / tpm2-tss-3.2.0 / tpm2-tools-5.1] há 2 anos atrás
missing 360e921881 [Add][GPM][ibmtpm1682 / tpm2-tss-3.2.0 / tpm2-tools-5.1] há 2 anos atrás
src_vars.mk 360e921881 [Add][GPM][ibmtpm1682 / tpm2-tss-3.2.0 / tpm2-tools-5.1] há 2 anos atrás
test-driver 360e921881 [Add][GPM][ibmtpm1682 / tpm2-tss-3.2.0 / tpm2-tools-5.1] há 2 anos atrás

README.md

Build Status FreeBSD Build Status codecov Coverity Scan

This site contains the code for the TPM (Trusted Platform Module) 2.0 tools based on tpm2-tss

Build and Installation instructions:

Instructions for building and installing the tpm2-tools are provided in the INSTALL.md file.

Release Procedures

Instructions for how releases are conducted, including our QA practices, please see the RELEASE.md file.

Support

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.

Resources

Reference the tutorials at tpm2-software.github.io.

TPM 2.0 specifications can be found at Trusted Computing Group.

Specifically, the following sections:

The Library Specification

This specifies the external programatic interface to the TPM: https://trustedcomputinggroup.org/tpm-library-specification/

The Enhanced System API 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

The TCTI Specification

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

Books

Contributing

Instructions for contributing to the project are provided in the CONTRIBUTING.md file.