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

This PR is based on a patch from https://github.com/tpm2-software/tpm2-pkcs11/issues/845 and fixes the issue when there is no CKA_ALLOWED_MECHANISMS attribute during DB migration

Some applications don't have "user friendly ways to ask for a PIN during TPM2_PKCS11 load (for example, openvpn which requires patching to accept rfc pkcs11 uris) . It would be...

Is there a way to choose key using label or pid tp present to SSH service ? For example when connecting to gihub, when there are 2 keys, first key...

Tested with 1.9.0, trying to use a DB created with 1.8.0. Running a simple command with the `pkcs11-tool` we receive a segmentation fault with a specific database created with 1.8.0...

I have a use case where I would like to use the NULL hierarchy with transient objects and when VM rebooted to a pristine state the objects removed and new...

I initially reported this here: https://github.com/latchset/pkcs11-provider/issues/296 One of the maintainers has generously traced the issue to here: >Null bytes are illegal per PKCS11 spec. > From https://docs.oasis-open.org/pkcs11/pkcs11-spec/v3.1/cs01/pkcs11-spec-v3.1-cs01.html#_Toc111203192 >`model model of...

From `emitter.c` the snprintf("%lu") will have a different behavior if it is run using 32 bits or 64 bits. So, the content of the SQL file will be different. It...

My application failed on C_SignInit() with `CKR_USER_NOT_LOGGED_IN` when I have multiple sessions opened. I created two sessions with the sample token and log them in. I did a `C_SignInit` Then...

I have two test programs running on a same computer. 1. Opens a session with a token and does one sign operation using a private key inside it and sleeps...

Hey, I wanted to use my TPM2 module for storing ssh keys, but I received an error from the tpm2-tools suite. I ran "tpm2_ptool --help" and received the following stacktrace:...