mirror of
https://github.com/stefanberger/swtpm.git
synced 2026-08-11 11:22:28 +00:00
Libtpms-based TPM emulator with socket, character device, and Linux CUSE interface.
The vtpm proxy device requires that the TPM be 'Startup' otherwise it fails sending the first command to it and will send the 'Startup' (SU_CLEAR/TPM_ST_CLEAR) itself while adding a log entry. We want to avoid the kernel log entry. Add options to the existing --flags option that allows one to start up the TPM 1.2 or TPM 2.0 with the startup types 'clear', 'state' and 'deactivate' (TPM 1.2 only). Extend the --print-capabilities to advertise the availability of these options with the string 'flags-opt-startup'. Signed-off-by: Stefan Berger <stefanb@linux.ibm.com> |
||
|---|---|---|
| debian | ||
| dist | ||
| etc | ||
| include | ||
| man | ||
| samples | ||
| src | ||
| tests | ||
| .gitignore | ||
| .travis.yml | ||
| autogen.sh | ||
| CHANGES | ||
| configure.ac | ||
| COPYING | ||
| DCO1.1.txt | ||
| INSTALL | ||
| LICENSE | ||
| Makefile.am | ||
| README | ||
| run_tests | ||
| TODO | ||
SWTPM - Software TPM Emulator
David Safford safford@us.ibm.com
Stefan Berger stefanb@us.ibm.com
The SWTPM package provides TPM emulators with different front-end interfaces
to libtpms. TPM emulators provide socket interfaces (TCP/IP and Unix) and
the Linux CUSE interface for the creation of multiple native /dev/vtpm* devices.
The SWTPM package also provides several tools for using the TPM emulator,
creating certificates for a TPM, and simulating the manufacturing of
a TPM by creating a TPM's EK and platform certificates etc. Please read
the READMEs in the individual tool's directory under src/.
Please consult the Wiki for information about swtpm:
https://github.com/stefanberger/swtpm/wiki