swtpm/src/swtpm_setup
Eiichi Tsukata e0d2c0ed57 swtpm_setup: Use --print-states in check_state_overwrite()
Instead of directly accessing TPM state store file, use --print-states
to check if there is existing state file or not. This can reduce TPM
state directory dependencies of swtpm_setup.

Signed-off-by: Eiichi Tsukata <eiichi.tsukata@nutanix.com>
2021-09-07 09:22:51 -04:00
..
Makefile.am build-sys: Add MY_CFLAGS, CFLAGS, and MY_LDFLAGS to all Makefile.am's 2021-07-27 15:39:48 -04:00
README add new README files for the tools and modify main README file 2014-12-05 15:11:15 -05:00
swtpm_setup_conf.h.in swtpm_setup: Rewrite in 'C' (addresses issue #437) 2021-05-28 13:08:16 -04:00
swtpm_setup_utils.c swtpm_setup: Replace '\\s' in regex with [[:space:]] to fix cygwin 2021-06-11 07:53:28 -04:00
swtpm_setup_utils.h swtpm_setup: Rewrite in 'C' (addresses issue #437) 2021-05-28 13:08:16 -04:00
swtpm_setup.c swtpm_setup: Use --print-states in check_state_overwrite() 2021-09-07 09:22:51 -04:00
swtpm_setup.h swtpm_setup: Rewrite in 'C' (addresses issue #437) 2021-05-28 13:08:16 -04:00
swtpm.c swtpm_setup: Get key description from function generating the EK key 2021-07-30 16:45:22 -04:00
swtpm.h swtpm_setup: Get key description from function generating the EK key 2021-07-30 16:45:22 -04:00

swtpm_setup is a tool that simulates the manufacturing of a TPM
and allows a user to prepare the initial state of a TPM by having
the TPM create an EK, creating the EK and platform certificates for it,
and saving the certificates into the NVRAM of the TPM before it is used
for the first time.

For further information, check the manpage 'man swtpm_setup'.