-
**systemd version the issue has been seen with**
3da57008e743 (master from a few weeks ago - no TPM2 changes to master since)
#20134 is a different issue and the fix for that does not help here…
-
OS : Debian 10
TPM2 packages versions :
```
libtpm2-pkcs11-1 : 1.5.0-4
libtpm2-pkcs11-1-dev : 1.5.0-4
libtpm2-pkcs11-tools : 1.5.0-4
python3-tpm2-pkcs11-tools : 1.5.0-4
tpm2-abrmd : 2.3.…
-
Running ```git commit -s``` without making any changes, the test will fail even if the ```make test``` succeeds.
```
$ git commit -s
Saving current config
Stashing any modified files…
masap updated
3 years ago
-
Hello there,
I'm using Archlinux and was able to setup secure boot with my own keys, and was using TPM to decrypt my LUKS partition (thanks to systemd-cryptenroll). Everything was working fine sinc…
-
```
======================================
tpm2-tss 2.4.1: ./test-suite.log
======================================
# TOTAL: 33
# PASS: 32
# SKIP: 0
# XFAIL: 0
# FAIL: 1
# XPASS: 0
# …
ncopa updated
3 years ago
-
Hi, I've been trying to compile `tpm2-tools` and use it to seal some data. However, when I compile all the tools I keep running into this error `undefined symbol: Esys_GetSysContext` regardless of the…
-
### Describe the bug
When creating a VM with virt-manager and adding a TPM2 device the following errror occurs:
```
Error starting domain: Unable to find 'swtpm' binary in $PATH: No such file or …
-
Hello,
We are working on using this stack with the STM32L476.
Are there any information available on how it was tested? We have found some
VCOM Windows application only so far.
Is this examp…
-
The TPM2 tools like tpm2_createprimary and tpm2_create output keys in a form that cannot be identified by other applications. There is a defacto standard from the tpm2 openssl engines which is a PEM (…
-
tSimply running 'tpm2' is presumably expected to output the list of possible tpm2 subcommands but instead segfaults because argv[optind] runs off of the end of the array.
```
GNU gdb (Debian 8.2.1…