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

Add support for the endorsement hierarchy

Look at support for CKA_ALLOWED_MECHANISMS, as the TPM can support a list of 1.

Hi @williamcroberts again, i understand that you have closed #656, but you haven't answered me for my question about adding support for ECDH.

If the test target supports it, test RSA 4K keys.

With the ability to create tokens with arbitrary parent objects, allow for keys to be used that are also persistent. tpm2_ptool link should support handles or serialized ESYS-TR blobs...

When running `./bootstrap` on Ubuntu 20.04, I see the following warning: ``` configure.ac:19: installing './missing' Makefile.am:72: warning: AM_DISTCHECK_CONFIGURE_FLAGS was already defined in condition AUTOCONF_CODE_COVERAGE_2019_01_06 and CODE_COVERAGE_ENABLED, which is included in...

Hi, I'm getting issue while using EC/ECDSA certificate generation with TPM-PKCS11 and signing with openssl `TPM generated key` > Type: Private key (EC/ECDSA-SECP256R1) Label: greenkey Flags: CKA_NEVER_EXTRACTABLE; CKA_SENSITIVE; ID: 33:64:33:31:31:31:38:33:66:61:30:64:65:38:66:65...

In the C code, when the object is created, it gets set to a hardcoded list of mechanisms in functions that end with `_gen_mechs`. For example, rsa_gen_mechs: https://github.com/tpm2-software/tpm2-pkcs11/blob/8f2b96fbbbeb6c236d719857f86fdc672bf3b6fc/src/lib/attrs.c#L872 We should...