-
```
ERROR:src/resource-manager.c:965:get_cap_post_process: assertion failed: (tpm2_response_get_code (resp) == TSS2_RC_SUCCESS)
TPM command server listening on port 2321
Platform server listening o…
-
If data is bigger than `lib.MAX_BUFFER_SIZE` the TPM should send error. Is it worth catching it [before in python code](https://github.com/tpm2-software/tpm2-pytss/blob/master/tpm2_pytss/ESAPI.py#L203…
-
### systemd version the issue has been seen with
systemd 254.5-1
### Used distribution
Arch Linux
### Linux kernel version used
6.1.56-1-lts
### CPU architectures issue was seen on
x86_64
### …
-
Hi, tss team:
I'm a freshman in this field. In process of using tpm2-tss, I met some questions.
When I tried to use anaconda to install tpm2-pytss, a fault has occured.
"raise RuntimeError("Requir…
-
I had it working and then tryed to delete a persistent key, and now can't go anything.
I did a > tpm2_evictcontrol -c 0x81000002
and I now get
> tpm2_getcap handles-persistent
- 0x81800001
- 0x81…
-
CreateLoaded is required for key derivation. We should add it to this library to allow KDF usage for applications.
-
Hi all,
I'm trying to create an EK, and an AK for a simple attestation scenario. Reading the source code of tpm2_createek I found the EK has a default policy defined as following:
```
const T…
-
Hello,
I'm currently trying to experiment with the TPM (Infineon SLB9670) and I'm using the TPM tools 4.2.0.
Following the TCG provisioning guidance, I would like to create an IDevID that can be us…
-
I have more of a question, and that is how can I run tpm2_changeeps. It always tells me that I have no authorization, or that it is wrong, and I can also run tpm2_changeauth on the plaform hierarchy. …
-
By following the documentation I get the below error.
Error is reproduced in more than one confidential VM, and it doesn't matter whether I use the pre-built sample-client or build the sample code lo…