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 Everyone, I am trying do ./configure and I am getting the error as checking for module tpm2-pytss in python ...configure:error: not found But the tpm2-pytss is already installed when...

### The files libtpm2_pkcs11.so* are readable. ``` jaap@artio:~$ ls -l /usr/lib/x86_64-linux-gnu/libtpm2_pkcs11.so* lrwxrwxrwx 1 root root 23 Jan 22 2021 /usr/lib/x86_64-linux-gnu/libtpm2_pkcs11.so.1 -> libtpm2_pkcs11.so.1.5.0 -rw-r--r-- 1 root root 261616 Jan 22 2021...

Did following: 1. In file $JAVA_HOME/conf/security/java.security, edited line "security.provider.12=SunPKCS11 /home/kafka/pkcs11.cfg". 2. In file "/home/kafka/pkcs11.cfg" added the line "library = /usr/local/lib/libtpm2_pkcs11.so" for pointing TPM2-PKCS11 library. 3. Succesfully created CA certificate(under "/home/kafka/cert/rootCA.jks")...

Here is a proposal for importing persistent keys and key objects into a token without relying on third-party software, where it will work with both backends (FAPI/ESYSDB). If there isn't...

This caused SEGFAULT when moving sql3 db from 1.7 to 1.9. With this fix I've managed to use old db successfully.

Just a quick question before digging further, Is it currently possible to seal objects created using the pkcs#11 abstractions to boot states using tpm2-pkcs11? or is there some other way...

When trying to run `tpm2_ptool destroy --pid 1`, the tool fails with an `IndexError` at https://github.com/tpm2-software/tpm2-pkcs11/blob/master/tools/tpm2_pkcs11/commandlets_store.py#L202 Easy enough: `pobj['handle']` doesn't exist anymore, the model was changed in ad8ebdf (four years...