tpm2-pk11 icon indicating copy to clipboard operation
tpm2-pk11 copied to clipboard

[DEPRECATED] PKCS#11 Module for TPM 2.0

Results 17 tpm2-pk11 issues
Sort by recently updated
recently updated
newest added

Hello Everyone, I'm using TPM2 to generate CSR as described in wiki. After get certificate which signed by server side, in my case, I have to use private key used...

I generated and made persistent a TPM key according to the steps in the wiki. However, it turns out that this TPM already contains a few different keys these are...

Problem fixed in the issue #65 seems to be reappeared. I'm using: - ARM platform linux based with a running real /dev/tpm0 device (kernel driver tpm_tis) - last released tpm2-tss...

Hi @irtimmer , Since tpm2 upstream had released tpm2-pkcs11 project [1], and I saw you also contributed to it. Hence, I would like to ask you that would you like...

I followed the Wiki instructions for creating a key, which worked fine. Then used GnuTLS p11tool with the following command line ``` # p11tool --provider=${PWD}/libtpm2-pk11.so --list-privkeys No matching objects found...

I'm trying to test this project using the following environment: - Raspberry pi 3 loaded with the latest Raspbian - Infineon OPTIGA SLB 9670XQ2.0 - Patched kernel to enable the...

I am trying to create an SSH key in the TPM of my laptop. Generating a key: ``` yoga ~ # tpm2_createprimary -H o -g sha256 -G rsa -C po.ctx...

I noticed that your software has function called `attr_get`. This is present in `libattr` too, and when your library is loaded in software linked with `libattr`, your code stops working...

Hello everyone, I want to propose to add build & installation details in the README.md.