]> git.proxmox.com Git - libtpms.git/history - src/tpm_library.c
Move common debug, memory & nvfile units to src/
[libtpms.git] / src / tpm_library.c
2021-08-06 Marc-André LureauMove common debug, memory & nvfile units to src/
2020-06-01 Stefan Berger[build-sys] Add -Wmissing-prototypes to CFLAGS and...
2018-12-10 Stefan Bergertpm2: Log command that put TPM 2 into failure mode
2018-10-06 Stefan Bergertpm2: Introduce TPM_HAVE_TPM2_DECLARATIONS to avoid...
2018-08-29 Stefan Bergertpm2: Make compileable on FreeBSD
2018-06-15 Stefan Bergertpm2: implement TPM2_Get/SetState
2018-06-15 Stefan Bergertpm2: Clear the cached states when a different TPM...
2018-06-15 Stefan BergerIntegrate the TPM 2 into the library; do not compile...
2018-06-15 Stefan BergerUse malloc/free rather than TPM_Malloc/TPM_Free in...
2018-05-13 Stefan BergerClear the cached blobs if SetState fails on checking...
2018-05-11 Stefan BergerExpose the two new API calls TPMLIB_Get/SetState
2018-05-10 Stefan BergerAdd APIs for getting and setting all state blobs
2018-04-23 Stefan BergerImplement TPMLIB_GetInfo() to for example get TPM spec...
2018-02-17 Stefan BergerImplement TPMLIB_ValidateState() to test state blobs...
2017-11-13 Stefan Bergerbuild: fix Cygwin compiler warning
2017-11-11 Stefan BergerAdd unsuppressable internal logging using ~0 indent
2017-11-05 Stefan BergerExtend TPMLIB_SetBufferSize() call with min/max size...
2017-11-04 Stefan BergerImplement TPMLIB_SetBufferSize() for setting the size...
2017-03-15 Stefan BergerConvert another vdprintf to dprintf
2017-03-15 Stefan BergerUse format '%s' for call to dprintf
2017-02-12 Stefan BergerAdd missing include for stdarg.h
2017-01-24 Stefan BergerReplace vdprintf with dprintf where possible
2017-01-23 Stefan BergerImplement API calls for enabling debug output
2015-12-08 Stefan BergerIntroduce internal interface to reach TPM functionality
2015-12-08 Stefan BergerMove TPM1.2 code to src/tpm12 directory
2014-07-03 Stefan BergerFix a memory leak in the TPMLibrary interface
2014-01-08 Stefan BergerFix compile error on cygwin
2014-01-08 Stefan BergerMake libtpms compileable with OpenSSL
2013-10-31 Corey BryantInitial import of project