tpm2-software / tpm2-abrmd

TPM2 Access Broker & Resource Management Daemon implementing the TCG spec.
https://github.com/tpm2-software/tpm2-abrmd
BSD 2-Clause "Simplified" License
116 stars 100 forks source link

Error 0x00000184 on New Command #836

Closed AleDecre closed 1 year ago

AleDecre commented 1 year ago

Hi everyone,

For educational purposes I'm making changes to the TSS code and the microsoft simulator code (mssim). In particular I need to implement a new command that performs the same operations as the TPM2_Create function with some extra checks.

I have implemented the command as a Vendor specific and adapted the libraries so that I can trigger its execution. Now the problem arises when I try to run the command against mssim TCTI and against abrmd TCTI. The first is successful while the second generates the error 0x00000184. Could anyone help me? Is there a need to implement some code to make the execution compatible?