tpm2-tss:3.0.x

Last commit made on 2022-02-18
Get this branch:
git clone -b 3.0.x https://git.launchpad.net/tpm2-tss

Branch merges

Branch information

Name:
3.0.x
Repository:
lp:tpm2-tss

Recent commits

7ba6d03... by Andreas Fuchs <email address hidden>

Bump version number 3.0.5

Signed-off-by: Andreas Fuchs <email address hidden>

7c3fd61... by Andreas Fuchs <email address hidden>

Update changelog for 3.0.5

Signed-off-by: Andreas Fuchs <email address hidden>

ba59fb5... by Andreas Fuchs <email address hidden>

Update Changelog for 3.0.5-rc1

Signed-off-by: Andreas Fuchs <email address hidden>

1861bf7... by Andreas Fuchs <email address hidden>

MU: Fix buffer upcast leading to misalignment

Signed-off-by: Andreas Fuchs <email address hidden>

2857842... by Peter Huewe <email address hidden>

FAPI: Add additional IFX root CAs

Infineon has a two additional root CAs, two for RSA/ECC each.
These can be found for reference at:
 https://pki.infineon.com/OptigaEccRootCA2/OptigaEccRootCA2.crt
 https://pki.infineon.com/OptigaEccRootCA3/OptigaEccRootCA3.crt

 https://pki.infineon.com/OptigaRsaRootCA2/OptigaRsaRootCA2.crt
 https://pki.infineon.com/OptigaRsaRootCA3/OptigaRsaRootCA3.crt

Signed-off-by: Peter Huewe <email address hidden>

60b2370... by Andreas Fuchs <email address hidden>

Update Changelog for 3.0.5-rc0

Signed-off-by: Andreas Fuchs <email address hidden>

d355724... by Juergen Repp <email address hidden>

FAPI: Initialize object used for keystore search.

For an empty keystore a cleanup of an uninitialized object was executed. No the object
type now is initialized with IFAPI_OBJ_NONE to prevent the cleanup.

Signed-off-by: Juergen Repp <email address hidden>

5014ce7... by JerryDevis <email address hidden>

FAPI: Clean up memory when Fapi_Delete_Async failed

Signed-off-by: JerryDevis <email address hidden>

43b3d51... by JerryDevis <email address hidden>

FAPI: Clean up memory when Fapi_GetEsysBlob_Async failed

Signed-off-by: JerryDevis <email address hidden>

da6bd3d... by JerryDevis <email address hidden>

FAPI: Fixed memory leak when ifapi_get_certificates failed

Signed-off-by: JerryDevis <email address hidden>