v0.9.7
tpm12: Replace include of engine.h with err.h
tpm2: Fix potential out-of-bound access & abort due to HMAC signing issue
build-sys: Use -DOPENSSL_SUPPRESS_DEPRECATED to suppress warning (OSSL 3)
library: use __attribute__((format,...) to check printf format and args
build-sys: add optional --with-tpm1
Integrate the TPM 2 into the library; do not compile with TPM 2 yet
build-sys: work around broken linker when testing --version-script support
Move common debug, memory & nvfile units to src/
tpm: #undef printf in case it is #define'd (OSS-Fuzz)
Insert assert ensuring *buflen != BUFLEN_EMPTY_BUFFER (Coverity)
Fix many misspellings
tpm2: Report supported Camellia keysizes in the JSON
tpm2: rev155: Major refactoring of header files