Fixed small bug in GetRspAuths:  when we broke out of the for loop
for checking for null pointers, we were still executing code
that processed the authorizations.  The only negative effect of this
was that, in the case of a subsequent error, the orginal error code
would be lost.  Fixed by adding another conditional check of the
rval after we exit the loop.
1 file changed
tree: 1c04beef7743eeefc82678b1213214741320a5d0
  1. common/
  2. resourcemgr/
  3. sysapi/
  4. tcti/
  5. test/
  6. .gitattributes
  7. .gitignore
  8. bootstrap
  9. ChangeLog
  10. configure.ac
  11. INSTALL
  12. Makefile.am
  13. README.md
  14. Readme.pdf
  15. tss.sln
  16. tss.vcxproj
README.md

This site contains the code for the TPM (Trusted Platform Module) 2.0 Software Stack (TSS).

This stack consists of the following layers from top to bottom:

Since the FAPI and ESAPI haven't been implemented yet, this repository only contains the SAPI and layers below it, plus a test application for excercising the SAPI.

For more details on this code and how to install and use it, the Readme.pdf file is a good place to start.

Build and Installation instructions:

Instructions for building and installing the TPM2.0-TSS are provided in the INSTALL file.

Resources

TPM 2.0 specifications can be found at Trusted Computing Group.