Topic: Getting info about the TPM hardware using wolfTPM API
Hi,
I'm try to get some readable information about the hardware present (or not) into the PC (under windows).
For instance, when I run tpm.msc in a shell (cmd.exe), I get the manufacturer name ("IFX" for me),
the hardware version (7.62.3126.0 for me) and the API version (2.0).
My question is how to get these info using the wolfTPM API.
I tried the TPM2_GetCapability function with many combination of parameters, but in vain...
Thanks in advance !
Hadrien