master
tpm12: Get rid of usage of sprintf and use snprintf instead
Move TPM1.2 code to src/tpm12 directory
tpm12: Deactivate unused code
Move common debug, memory & nvfile units to src/
tpm12: Resolve some issues detected by gcc -fanalyzer in tpm_counter.c
tpm12: libtpms on OpenBSD no longer builds with OPENSSL_OLD_API.
tpm12: Use USE_FREEBL_CRYPTO_LIBRARY to enable function
Fix many misspellings
tpm12: Cast sizeof result to uint32_t to match va_arg type (-fanalyzer)
tpm12: use latest tpm_daa.c fixing return code assignments and a bug
tpm12: Assign rc return value of TPM_Sbuffer_Append
[build-sys] Add -Wmissing-prototypes to CFLAGS and clean up
tpm12: fix uninitialized variable warning
tpm12: Fix yet some more -O3 compilation errors (Trusty)
tpm12: Build without support for maintentance commands
tpm12: Initialize continueAuthSession to avoid -fanalyzer error
tpm12: Resolve some issues detected by gcc -fanalyzer in tpm_nvram.c
tpm12: Use EVP functions for decryption
tpm12: Resolve some issues detected by gcc -fanalyzer in tpm_session.c
tpm12: Assign return value of TPM_DelegatePublic_Copy to rc
tpm12: Use TPM_PrintFourLimit where <= 4 bytes may exist
tpm12: use latest tpm_svnrevision.c that increase major and minor numbers
tpm12: Initialize a few variables for x86 gcc -O3