swtpm/src/swtpm_setup
Stefan Berger 500f81ec0f swtpm_setup: Fix errno comparison on end-of-directory (FreeBSD)
FreeBSD may return errno EINVAL beside ENOENT once there are no more
entries in a directory to walk over. It claims that readdir() follows
the getdirentries() return codes, which do include EINVAL but not
ENOENT. But ENOENT is also being used.

Signed-off-by: Stefan Berger <stefanb@linux.ibm.com>
2021-09-30 15:37:14 -04:00
..
Makefile.am swtpm_setup: Use non-deprecated APIs to contruct RSA key (OSSL 3) 2021-09-21 10:32:16 -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: Fix errno comparison on end-of-directory (FreeBSD) 2021-09-30 15:37:14 -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: Forward --logfile option to swtpm 2021-09-29 12:48:30 -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'.