Andreas Fuchs
Andreas Fuchs
@jpxd Are you still planning to update this ? Anyone else who is / wants to be working on this ?
The tools do not use the offending code from what I can tell. The tools merely include the tss2-mu.h file which uses the offending typedef from tss2-tpm2-types.h. We could pragma...
Hmmm... Ubuntu 22.04, gcc, only configure parameters were --prefix There is definitely no usage of said function or struct anywhere in the file. The compiler also says it stems from...
I just changed the installed headers... But I think we need to figure this out before the next release hits...
From #1567 ``` const char * _alg_id_to_string (TPM2_ALG_ID hash_kind) uint32_t _alg_id_get_size (TPM2_ALG_ID hash_kind) ```
TPM2B_Private from PEM and pfx Mergeing Public keys (PEM, DER, CRT) into existing TPM2B_Publics
All leaks listed here originate from the Initialization functions C_Initialize or Fapi_Initialize. Seems like the PKCS11/Fapi context are never finalized. I assume that's where the problem is. Could that be...
If you want to get FAPI to run under a test environment you need to alter some of the paths. Firstly, you need to export TSS2_FAPICONF=/path/to/your/fapi-config.json Secondly, the paths inside...
Regarding ASAN: ASAN does not really work too well if you have gcc and clang installed simultaniously. This is due to libasan being separate on gcc but compiled in in...
Nice work so far... I guess we need some unit tests and libtss2-mu seems to be affected...