-
Configuring with:
```
./configure --prefix=`realpath ~/tmp` PKG_CONFIG_PATH=`realpath ~/tmp/lib/pkgconfig`
```
Results in:
```
/home/wcrobert/workspace/tpm2-abrmd/src/tcti-device.c:155: undefi…
-
After commit _84273bd (Tpm2Command: Wrap all auth area accessors in range checks)_ I cannot build abrmd - prior to this it builds fine. I get the following errors:
src/tpm2-command.c: In function '…
-
tpm2_evitccontrol, as mentioned in #488, requires the -S and -H options to be specified and identical when evicting a persistent object. Can we smarten the tool up to avoid this?
-
I previously set up the following system:
Ubuntu 16.04 ( kernel 4.12 ) + Latest 2.X tpm2-tools + Latest 1.x tpm2-tss
And had the whole system work correctly [though interestingly if I sudo'd a c…
-
tpm2_encryptdecrypt won't work on Infineon TPM2.0 SLB9670 chip
For example:
- `sudo tpm2_encryptdecrypt -k 0x81010001 -P abc123 -D NO -I a.txt -o b.txt`
```
ERROR: EncryptDecrypt failed, error c…
-
Hi,
I need to use TPM 2.0 from the bootloader on Minnowboard in order to hash the Linux kernel's image and extend it to the PCR register. Unfortunately, TrustedGRUB2 only supports TPM 1.2, and I co…
-
See:
```
$ pikaur -Syu pikaur-git
[sudo] password for tyilo:
:: Synchronizing package databases...
core is up to date
extra is up to date
community is up to date
multilib is up to date
…
tyilo updated
6 years ago
-
This is needed by the tpm2_rc_decode utility for decoding errors from the resourcemgr: https://github.com/01org/tpm2.0-tools/issues/83
flihp updated
7 years ago
-
If an object is created with data to be sealed, tpm2_create fails with all algorithms type but -G 0x8 (TPM_ALG_KEYEDHASH). For example, with -G 0x23 (TPM_ALG_ECC):
```
$ tpm2_create -g 0xb -G 0x23…
-
I'm trying to run test for some TPM features. I built tpm server and tpm client in a linux machine. I followed instruction to run test but I didn't find any test for TPM features so I try to find test…