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

Fixed incorrect use of tokens instead of objects, proposal in PR.

With https://github.com/openssl/openssl/pull/20463 I'm able to use openssl 3 + pkcs11 engine + tpm2-pkcs11, but I always get an error message in sign_init (when performing the normal sign operation) in EVP_PKEY_fromdata_init:...

For newly created DBs, following the general practice on Linux (and tpm2-tss, which already uses ~/.local/share/tpm2-tss/ for FAPI). The old ~/.tpm_pkcs11/ path is supposed to be still used if it...

The C library refuses to load a successfully upgraded database: > ERROR: Backup DB exists at "/etc/tpm2_pkcs11/tpm2_pkcs11.sqlite3.old" not overwriting. Refusing to run, see https://github.com/tpm2-software/tpm2-pkcs11/blob/master/docs/DB_UPGRADE.md. The DB was upgraded with tpm2_ptool,...

After much debugging, I have deduced it to something wrong with swtpm. When running against ibmtpm1682, the problem does not manifest. I guess now I need to figure out what...

There is a double conversion to int during DB upgrade to version 8. But I can't figure out what should be done instead. Just removing the second conversion does seem...

Document the tpm2_ptool export commandlet and how it can be used in the docs/INTEROPERABILITY.md file.

This PR contains 2 minor FAPI cleanups - Fix the help text to show enable-fapi rather than with-fapi to enable/disable the support - Don't spit out a warning message about...

Hi, is it possible for multiple linux users to use the same private key object? Lets say the root user initializes the slot, creates the token, and generates the key-pair....

Hi `tpm2-software/tpm2-pkcs11`! This is a one-off automatically generated pull request from LGTM.com :robot:. You might have heard that we’ve integrated LGTM’s underlying CodeQL analysis engine natively into GitHub. The result...