Closed flihp closed 5 years ago
Some output from the tpm2-get-cap-fixed.efi example application produces weird output. This is most likely caused by the TPM2 returning chars while all of UEFI uses wchars. Probably something we can convert using mbstowcs.
tpm2-get-cap-fixed.efi
mbstowcs
Some output from the
tpm2-get-cap-fixed.efi
example application produces weird output. This is most likely caused by the TPM2 returning chars while all of UEFI uses wchars. Probably something we can convert usingmbstowcs
.