-
I am having difficulties understanding what type that should actually be used in the TPMS_CONTEXT structure.
The Errata:
*TPM 2.0 Library Specification 1.38 Errata 1.13, Section 2.19*
> .
> To f…
-
Hi,
Using OpenSSL 3.0 and Tpm2 Tools version="5.5"
I am facing a problem when decrypting an RSA-OAEP encrypted data with SHA1. I got error **pkeyutl: Can't set parameter "rsa_padding_mode:oaep":** …
-
I am using the new version of ubuntu 20.04. And then downloaded clevis from the Ubuntu repository and ran the simplest command from you man page: clevis encrypt tpm2 '{}' < msg.in > msg.out
And h…
-
```
(venv) $ pip3 install tpm2-pytss
Collecting tpm2-pytss
Using cached tpm2-pytss-2.2.1.tar.gz (208 kB)
Installing build dependencies ... done
Getting requirements to build wheel ... done
…
-
When I try to execute the "make" command, I get the following error:
src/tss2-fapi/api/Fapi_ExportKey.c: In function 'Fapi_ExportKey_Finish':
src/tss2-fapi/api/Fapi_ExportKey.c:275:5: error: mis…
-
Hi there, I am having a TPM-related issue with clevis.
```
$ sudo clevis luks bind -d /dev/sda3 tpm2 '{"pcr_ids":"7"}'
WARNING:esys:src/tss2-esys/api/Esys_CreatePrimary.c:389:Esys_CreatePrimary_…
-
I setup a clean install of Ubuntu Server 24.04 with a clean install of tpm2-tss from master about 5 minutes ago. This is on a VMware Workstation 17.5.1 virtual machine with a TPM. When calling `Fapi_…
-
Hello,
I have found this tool extremely useful. Especially since it is significantly more user friendly than when dealing with tpm2-tools.
However, I found that I had to modify your Readme inst…
-
Static code analysis gets confused by free() & malloc() sequences and claims use-after-free.
We can avoid this by using realloc instead; e.g.
https://github.com/tpm2-software/tpm2-tss/blob/c641c…
-
As mentioned [here](https://github.com/parallaxsecond/rust-tss-esapi/pull/284#discussion_r750455638) and [here](https://github.com/parallaxsecond/rust-tss-esapi/pull/74#issuecomment-635987759), it wou…