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

A PKCS#11 interface for TPM2 hardware

Results 97 tpm2-pkcs11 issues
Sort by recently updated
recently updated
newest added

Hi, I have a primary key already present on my device. I would like to use this specific key. I can't figure out how to force `tpm2-pkcs11` to use this...

If the db is modified externally while an application has the db store open, new objects are not seen by the application becuase it occurs after the application has loaded...

If the db is modified externally while an application has the db store open, new objects are not seen by the application becuase it occurs after the application has loaded...

I am attempting to transition our existing environment of signed Digicert certificates from RSA4096 to ECC256. The digicert one signing process appears to work i.e. a csr generated using a...

Hello. Apologies if this is an ignorant question. `C_CopyObject` is currently not implemented. Is there some blocker that prevents it being implemented, or is it simply work not yet done?

The line ``` AX_CHECK_LINK_FLAG([[-Wl,--gc-sections]], [strip+="y$strip"]) ``` is wrong. The += should be =. So the subsequent test is never true, and chokes on dash because += is a bashism.

Hi. As was mentioned in #301 about a month ago, we want to have the ability to bind use of a private key to an expected value of a PCR....

Trying to run fuzz tests from the 1.9.0 release tarball: ``` test/fuzz/init-token-label.fuzz32.c:12:10: fatal error: 'wrap_tpm.h' file not found #include "wrap_tpm.h" ^~~~~~~~~~~~ ```

When I try to import my new created ssh key with ou withouth password I allways get this error: ```python Traceback (most recent call last): File "/usr/lib/python-exec/python3.11/tpm2_ptool", line 6, in...

I am not able to do activate credential on pkcs11 key object added using tpm2_ptool while tpm2_create objects works file. here is sequence: tpm2_ptool init is done on primary context....