Add session gapping tests
3 files changed
tree: 445a65dd408d2321ea76a905d0b8c7b0061aab5f
  1. AUTHORS
  2. keyctl-smoke.sh
  3. LICENSE
  4. README.md
  5. tpm2-flush
  6. tpm2-list-handles
  7. tpm2-parse-error
  8. tpm2-pcr-policy
  9. tpm2-read-pcrs
  10. tpm2-reset-da-lock
  11. tpm2-root-key
  12. tpm2-simulator-vtpm
  13. tpm2.py
  14. tpm2_sessions_smoke.py
  15. tpm2_smoke.py
  16. tss2.py
README.md

Overview

This is a set of scripts for testing the Linux TPM driver TPM2 2.0 functionality.

Credits

TPM 2.0 simulator access code is derived from the works of Microsoft and Peter Hüwe. Otherwise, the code is copyrighted by Intel. This code is located in the class tpm2.Simulator and tpm2-simulator-vtpm script.