SchermannR
SchermannR
I tried to call the executable with sudo --> ERROR:fapi:src/tss2-fapi/ifapi_keystore.c:512:rel_path_to_abs_path() ErrorCode (0x00060020) Key P_RSA2048SHA256/HS/SRK not found. ERROR:fapi:src/tss2-fapi/ifapi_keystore.c:556:ifapi_keystore_load_async() ErrorCode (0x00060020) Object P_RSA2048SHA256/HS/SRK not found. ERROR:fapi:src/tss2-fapi/fapi_util.c:727:ifapi_load_primary_async() ErrorCode (0x00060020) Could not open: P_RSA2048SHA256/HS/SRK...
TSS2_RC rc = Fapi_Initialize(&context, NULL); if (rc != TSS2_RC_SUCCESS) { fprintf(stderr, "Fapi_Initialize: %s\n", Tss2_RC_Decode(rc)); exit(1); } /* * This is typically done once via the tpm2-tools tool: tss2_provision * *...
Thanks. May I put another question. How I can certify a child key with an ecdaa key? `tpm2_createprimary -C e -g sha256 -G ecc-c primaryEcc.ctx tpm2_create -G ecc-u certifyEcc.pub -r...
Ok I tried it now with a signature -> each sign with an eccdaa key depends on the counter value. However, in the tpm2_certify I am not able to define...
Created a new issue - seems to be a bug here. Anyway,I try to fix it in the meantime in the code. https://github.com/tpm2-software/tpm2-tools/issues/3115
I fixed the code - maybe you can reuse it. The code changes are marked with /*fix SchermannR*/ and /* end fix*/ Cheers Raphael `/* SPDX-License-Identifier: BSD-3-Clause */ #include #include...
mhm. So I do not know if I got the point - I dont see the point where the TOM2Bprivate is compared to the sensitve (this depends on the inner...
solved it. Thank you.