swtpm/src/swtpm_setup
Stefan Berger ec7730c70d
Some checks failed
Coverity Scan / coverity (push) Has been cancelled
swtpm_setup: Also check respbuffer_len for possible NULL pointer (CID 466756)
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>
2025-05-22 17:21:53 -04:00
..
Makefile.am swtpm_setup: Add support for --profile parameter 2024-07-22 09:46:58 -04:00
profile.c swtpm_setup: Use DISTRO_PROFILES_DIR when listing profiles (fix path issue) 2025-03-26 08:41:59 -04:00
profile.h swtpm_setup: Implement --print-profiles to display all profiles 2024-10-02 09:35:17 -04:00
README add new README files for the tools and modify main README file 2014-12-05 15:11:15 -05:00
swtpm_backend_dir.c swtpm_setup: Define PATH_MAX on GNU/Hurd systems since undefined there 2025-04-28 20:38:14 -04:00
swtpm_backend_file.c swtpm_setup: Move gmalloc after block that may return NULL on failure 2021-10-05 18:07:20 -04:00
swtpm_setup_utils.c swtpm_setup: Add profile entries to swtpm_setup.conf written by swtpm_setup 2024-10-02 09:35:17 -04:00
swtpm_setup_utils.h swtpm_setup: Factor-out read_file_lines from get_default_pcr_banks 2024-07-17 18:34:25 -04:00
swtpm_setup.c swtpm_setup: Add support for RSA-4096 keys for EKs 2025-05-08 20:49:36 -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: Also check respbuffer_len for possible NULL pointer (CID 466756) 2025-05-22 17:21:53 -04:00
swtpm.h swtpm_setup: Support --profile-file <file> to read profile from file 2024-09-23 13:37:15 -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'.