swtpm/src/swtpm_cert
Stefan Berger e02bf61a22 swtpm_cert: Move error message about importing signing key into else branch
Move the error message about the failure to import a signing key into the
else branch where it should be (all other branches of the if-then-else
statement have a check already). Also mention the key's filename and hint
at possibly corrupted key.

Link: https://bugzilla.redhat.com/show_bug.cgi?id=2325901
Signed-off-by: Stefan Berger <stefanb@linux.ibm.com>
2024-11-13 13:52:07 -05:00
..
ek-cert.c swtpm_cert: Move error message about importing signing key into else branch 2024-11-13 13:52:07 -05:00
Makefile.am swtpm_cert: Add support for serial numbers up to 20 bytes long 2023-08-22 21:21:03 -04:00
README add new README files for the tools and modify main README file 2014-12-05 15:11:15 -05:00
tpm_asn1.h swtpm_cert: Build platform and TPM info for platform certificate 2018-05-07 15:40:54 -04:00
tpm.asn swtpm_cert: Build platform and TPM info for platform certificate 2018-05-07 15:40:54 -04:00

swtpm_cert is a tool that creates EK and platform certificates for a TPM.
It does not require a certificate request to be self signed but works only
with  the public key parameters of the EK.

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