mirror of
https://github.com/stefanberger/swtpm.git
synced 2026-01-12 00:43:41 +00:00
|
Some checks failed
Coverity Scan / coverity (push) Has been cancelled
respbuffer_len is a pointer that may be NULL but will not be NULL when respbuffer is not NULL. Nevertheless, also check it for NULL pointer before accessing it. Signed-off-by: Stefan Berger <stefanb@linux.ibm.com> |
||
|---|---|---|
| .. | ||
| Makefile.am | ||
| profile.c | ||
| profile.h | ||
| README | ||
| swtpm_backend_dir.c | ||
| swtpm_backend_file.c | ||
| swtpm_setup_utils.c | ||
| swtpm_setup_utils.h | ||
| swtpm_setup.c | ||
| swtpm_setup.h | ||
| swtpm.c | ||
| swtpm.h | ||
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'.