tpm2-tss-engine
tpm2-tss-engine copied to clipboard
OpenSSL Engine for TPM2 devices
Hello, is it possible to compile this project for windows? I tried it with cygwin with no success. Thank you for your help.
As the title said :)
The openssl dgst command currently does not work for the verification of a signature and prints out an error. This problem occurs regardless of the type of key in use...
Like the [tpm-tools]( https://github.com/tpm2-software/tpm2-tools/blob/master/man/tpm2_encryptdecrypt.1.md) provides the function **tpm2_encryptdecrypt** in order to make **symmetric encryption**, it would be nice to have the same here.
Request to implement the OpenSSL EVP_PKEY api's for the engine. This way, we can use TPM keys to sign X509 certificate using the OpenSSL x509 APIs and almost any EVP...
Hi My usecase is to import existing keys into the TPM to be able to use it for an TLS connection using openssl. What works so far is to generate...
tpm2-tss-engine requires owner auth passed in as a parameter. The tpm2-tss-engine will use it to create the primary key even though it may already exists and may be in use...
The if statement always evaluates to true: https://github.com/tpm2-software/tpm2-tss-engine/blob/8acc6181f27c1b60263ab9ad5e28f4638e0460ed/src/tpm2-tss-engine-common.c#L490
When using `tpm2tss-genkey` the parent object in the TPM (such as a Primary Key) can only be specified with a hex handle (eg 0x81000003). It would be good to add...