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?
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?