tpm2-software / tpm2-tss-engine

OpenSSL Engine for TPM2 devices
https://tpm2-software.github.io
BSD 3-Clause "New" or "Revised" License
150 stars 100 forks source link

Configure: Allow disabling of digest-sign operations #274

Closed AndreasFuchsTPM closed 1 year ago

AndreasFuchsTPM commented 1 year ago

Since the digest-sign operations perform the hash on the TPM and TPMs in general do not support SHA512, this can lead to errors. Depending on the use case, it might be preferable to not support restricted keys (via digest+sign) but to rely on ordinary keys only.