mirror of
https://github.com/stefanberger/swtpm.git
synced 2026-02-04 21:19:14 +00:00
Libtpms-based TPM emulator with socket, character device, and Linux CUSE interface.
Older versions of GnuTLS need --password on the command line while newer versions require GNUTLS_PIN to be set to pass the password. So, this patch accomodates older versions of GnuTLS. Older version of GnuTLS seem to NOT be able to handle a CA private key needing a password and a signing key needing a password when creating the intermediate CA. So this case of 2 passwords will always fail. The value of the local CA is not so high that passing passwords on the command line would be an issue. Later on when using the CA the password are set via environment variables, so not visible to other users. 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