-
### The Issue
Issue arises when trying to build the tpm2-tss for QNX 7.1.
The QNX SDP doesn't come with `json-c`. The `json-c` library must be built and installed to a (sysroot) DESTDIR.
Also,…
-
Hello,
I am trying to compile a standalone application for simple encryption and decryption. In that I am trying to use structures like `RSRC_NODE_T`, `IESYS_RESOURCE`, etc. However, these structur…
-
Hi, I am new with tpm2-pytss. I have a Raspberry pi with a TPM2.0 chip with it and I am able to run all the TPM2.0 commands by using the IBM library https://sourceforge.net/p/ibmtpm20tss/tss/ci/master…
-
Ubuntu 16 xenial.
After doing the m4 workaround and ignoring warnings, make install fails with this. Is there a dependency missing?
/usr/bin/install -c -m 644 dist/tpm-udev.rules '/usr/local/l…
-
Hi,
I am very new to TPM, I am working on storing a password in TPM NV memory so far i am successful in building TPM_TSS library and using TPM ESYS api to generate random number from TPM.
Now I am …
-
On Debian, by running the following command in `INSTALL` instruction :
```
$ ./configure
```
you will get the following error :
```
configure: error: Package requirements (libcurl) were n…
-
It would be useful if all the TPML types could iterable and perhaps indexable.
A good example is getting all the digests from a call to PCR_Read.
whooo updated
3 years ago
-
I have troubles loading a provider-side RSA key using the default file STORE implementation and I wonder what is the right way implementing this. I did the following:
- In my provider both KEYMGMT a…
-
Hi all,
i have configured OpenSSL library to use my pkcs11 dynamic engine. Now i am using Pkcs11Interop library to connect to the token and generate key pair. Key pair has been generated and i see it…
-
When `"log_dir"` is missing from the FAPI configuration file, all `tss2_...` tools produce a segmentation fault in function `Fapi_Finalize`.
This is because with such a configuration, `out->log_dir…