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

openssl.conf.sample is not working as intended (since OpenSSL_1_1_0-pre1) #260

Closed wxleong closed 2 weeks ago

wxleong commented 2 years ago

In openssl.conf.sample, the option ECDSA has been removed since OpenSSL_1_1_0-pre1 in this commit.

It seems harmless, but if the parser encountered an invalid option, it will exit silently. Meaning, everything come after the line default_algorithms = RSA,ECDSA are ignored.

Maybe to cleanup the openssl.conf.sample so user will not run into trouble such as pondering why SET_TCTI does not work.

AndreasFuchsTPM commented 1 year ago

Would you mind sending a PR on this ?

wxleong commented 1 year ago

Done, please refer to https://github.com/tpm2-software/tpm2-tss-engine/pull/265