mirror of
https://github.com/stefanberger/swtpm.git
synced 2025-12-28 15:20:51 +00:00
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> |
||
|---|---|---|
| .. | ||
| Makefile.am | ||
| README | ||
| swtpm_setup_conf.h.in | ||
| 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'.