Frank Ansari
Frank Ansari
``` [fansari@bat evolution-test]$ export LD_LIBRARY_PATH=. [fansari@bat evolution-test]$ TPM2_PKCS11_LOG_LEVEL=2 evolution INFO on line: "393" in file: "src/pkcs11.c": enter "C_GetFunctionList" INFO on line: "393" in file: "src/pkcs11.c": return "C_GetFunctionList" value: 0 INFO...
``` [fansari@bat evolution-test]$ export LD_LIBRARY_PATH=. [fansari@bat evolution-test]$ export TPM2_PKCS11_TCTI=device:/dev/tpmrm0 [fansari@bat evolution-test]$ TPM2_PKCS11_LOG_LEVEL=2 evolution INFO on line: "393" in file: "src/pkcs11.c": enter "C_GetFunctionList" INFO on line: "393" in file: "src/pkcs11.c": return...
``` [fansari@bat evolution-test]$ tpm2_getcap handles-persistent -Ttabrmd - 0x81000001 - 0x81010001 ```
Yes - this is what I tried. Now it is fast but still with errors: ``` [fansari@bat evolution-test]$ evolution ERROR:tcti:src/tss2-tcti/tctildr.c:428:Tss2_TctiLdr_Initialize_Ex() Failed to instantiate TCTI ERROR: Could not initialize tpm ctx:...
This does not work for some reason. I am asked for my endorsement key and if I enter it I get this error message: ``` [fansari@bat keys]$ ./provision-fapi-rsa.sh Authorize /P_ECCP256SHA256/HE...
I have added them and changed the extensions to ".txt". Uploads with .sh and .json did not work.
If I modify my script and remove these --authValue parameters it behaves same. ``` Authorize /P_ECCP256SHA256/HE "Endorsement Hierarchy": WARNING:esys:src/tss2-esys/api/Esys_EvictControl.c:330:Esys_EvictControl_Finish() Received TPM Error ERROR:fapi:src/tss2-fapi/api/Fapi_Provision.c:1143:Fapi_Provision_Finish() Evict control failed ErrorCode (0x000009a2) ERROR:fapi:src/tss2-fapi/api/Fapi_Provision.c:168:Fapi_Provision() ErrorCode...
I have used tss2_changeauth. After this I was able to do the provisioning and to create the RSA key. But when I try to encrypt something I again get an...
Yes - this is working now. I did another test: I deleted the encryption key and recreated it. Now I am no longer abe to decrypt the file. Is this...
I am just thinking about the following scenario: you encrypt a file. Now you completey wipe the TPM. Will you ever be able to decrypt this file?