Jürgen Repp
Jürgen Repp
tss was installed to / not to /usr/local. So you should delete the files in: /var/lib//tpm2-tss/system/keystore
you should check the access rights of this directory. On my pc e.g.* `$ ls -l /usr/local/var/lib/tpm2-tss/system/` `drwxrwsr-x+ 4 tss tss 4096 Mär 5 20:19 keystore` I'm member of the...
> One last question, do you anywhere that shows even a simple example of setting up keys using tpm2-pytss? The documentation doesn't have any and so far I can't find...
The address range 0x81800000 to 0x81800000 is reserved for keys in the platform hierarchy (p). The default hierarchy used by tpm2_evictcontrol is the owner hierarchy (o). The hierarchy can be...
After a `tpm2_clear`, FAPI provisioning must be re-executed. Other keys than the SRK and the EK can't be recovered. It's not possible to cleanup the keystore with `tpm2_delete -p /`....
@nikolkam Currently it's not possible to check whether the state is ok without producing an error log with FAPI. You could check whether the persistent SRK exists by using the...
Unfortunately I can't review such a PR because I have no Windows. @AndreasFuchsTPM what do you think of this suggestion?
With `tpm2_startup -c -T mssim:host=localhost,port=2321` it worked for me.
If you use the tpm2 tool command `tpm2_createprimary` you can disable the output with the quiet option `-Q`.
Sorry I was to fast and didn't read your question correctly. The unique field is initialized according to EK credential profile for the EK (`/HE/EK`). If you create a primary...