1. 99fa79c Merge branch '1.x' by Philip Tricca · 7 years ago
  2. 1fa2f4d doc: Add a manpage for the TctiSocketInit function. by Philip Tricca · 7 years ago
  3. fe67168 doc: Add manpage for the device TCTI initialization function. by Philip Tricca · 7 years ago
  4. 632c431 doc: Add manpages in the overview section for the two TCTIs. by Philip Tricca · 7 years ago
  5. c38f948 configure.ac: Use git to set version number. by Philip Tricca · 7 years ago
  6. b32f7f7 Merge branch '1.x' by Philip Tricca · 7 years ago
  7. dd43b82 sort input files by Bernhard M. Wiedemann · 7 years ago
  8. b921de0 travis: Add Clang as compiler by Peter Huewe · 7 years ago
  9. 495567a tpmclient: Use signed ints for comparision < 0 by Peter Huewe · 7 years ago
  10. 3f07e9b sysapi: Initialize variable to 0 by Peter Huewe · 7 years ago
  11. f4c5ed2 sapi.pc: Add libmarshal as a library required to build against libsapi. by Philip Tricca · 7 years ago
  12. 290840c configure: Undefine FORTIFY_SOURCE first, then define it by Peter Huewe · 7 years ago
  13. 1d36af6 README: Remove mention of the old resourcemgr and its deprecation. by Philip Tricca · 7 years ago
  14. 1ad5be1 travis.yml: Start simulator before 'make check'. by Philip Tricca · 7 years ago
  15. 802c477 Merge branch 1.x by Philip Tricca · 7 years ago
  16. 2186791 travis.yml: Run unit tests before starting the simulator, run tpmclient. by Philip Tricca · 7 years ago
  17. cbe658a simulator-run.sh: Don't try to execute the simulator if doesn't exist. by Philip Tricca · 8 years ago
  18. c2bfb94 travis: dump unit test logs by Philip Tricca · 7 years ago
  19. a288cc3 travis.yml: Build and start the simulator before we run 'make check'. by Philip Tricca · 8 years ago
  20. 334b675 Automate download / build / invocation of simulator. by Philip Tricca · 8 years ago
  21. 00074b7 test: Remove tpmtest, disable all tpmclient tests that depend on the RM. by Philip Tricca · 7 years ago
  22. 7966ef8 Remove resourcemgr and fixup build. by Philip Tricca · 7 years ago
  23. b2f3ed1 fix misleading #error comments by 刘群 · 7 years ago
  24. f1ea308 make bootstrap binaries configurable via environment by Daniel Mueller · 7 years ago
  25. d96156f bootstrap: Replace calls to individual autotools with autoreconf. by Philip Tricca · 7 years ago
  26. d0c853f LICENSE: Remove misapplied TCG license. by Philip Tricca · 7 years ago
  27. b6b6bc6 Merge branch '1.x' by Philip Tricca · 7 years ago
  28. 56bd58a Tss2_Sys_Execute: Replace absurdly large timeout with TSS2_TCTI_TIMEOUT_BLOCK. by Philip Tricca · 8 years ago
  29. 05c064f tss2_tcti.h: Align return types from TCTI invocation macros with spec. by Philip Tricca · 7 years ago
  30. 3ae74a8 fix off-by-one error in CheckOverflow by Daniel Mueller · 7 years ago
  31. b7cd1de fix off-by-one error in CheckOverflow by Daniel Mueller · 7 years ago
  32. ab23d34 Merge branch '1.x' by Philip Tricca · 7 years ago
  33. a43c48f Check for not-implemented commands in "tpmtest" by Dominic Grauvogl · 7 years ago
  34. a15a46d Fix wrong MACROs defined in tss2_tpm2_types.h by Gang Wei · 7 years ago
  35. 0acc8e3 tss2_tpm2_types.h: Fix broken TRANSIENT_LAST macro. by Philip Tricca · 8 years ago
  36. 8b29d78 tss2_tpm2_types: Fix definition of PCR_LAST. by Philip Tricca · 8 years ago
  37. 30794af make bootstrap binaries configurable via environment by Daniel Mueller · 7 years ago
  38. ace89dd tcti_socket: fix musl build issue do to missing header by Armin Kuster · 7 years ago
  39. 8e5e83f log: fix guard header declaration by William Roberts · 7 years ago
  40. 100c2dc do not adjust loop variables in case of send/recv being interrupted by Daniel Mueller · 7 years ago
  41. d1bd1fe Makefile.am: Add missing dependency to libmarshal by Alexander Steffen · 7 years ago
  42. 866b477 SessionHmac: Remove dead code. by Philip Tricca · 7 years ago
  43. a8baeab tpmclient: Fix an off-by-one bug. by Philip Tricca · 7 years ago
  44. 7b83f1d resourcemgr: Remove dead code. by Philip Tricca · 7 years ago
  45. f0f7f56 tpmtest: Fix an off-by-one bug. by Philip Tricca · 7 years ago
  46. b6ad056 CommandUtil: Fix NULL dereference bug. by Philip Tricca · 7 years ago
  47. aad4cb8 sample: Fix memory leak in TpmHmac. by Philip Tricca · 7 years ago
  48. 075e9c4 LoadExternalHMACKey: Initialize authKey before use. by Philip Tricca · 7 years ago
  49. 5a2f34c TpmHash: Fix possible memory leaks. by Philip Tricca · 7 years ago
  50. 75596de authorizations.c: Remove remaining uses of CHANGE_ENDIAN_* by Philip Tricca · 7 years ago
  51. 4f95c0e _TSS2_SYS_CONTEXT_BLOB: Add reasponse header structure. by Philip Tricca · 7 years ago
  52. 6da5eb2 Persist unmarshalled response header in Tss2_Sys_ExecuteFinish. by Philip Tricca · 7 years ago
  53. 41a4238 configure: Remove check for C++ compiler. by Philip Tricca · 7 years ago
  54. 78ecbc8 Fix possible memory leak in integration test infrastructure. by Philip Tricca · 7 years ago
  55. a989e48 tpmtest: Remove dead code. by Philip Tricca · 7 years ago
  56. e5cb1bc sockets: Initialize sockaddr_in structures to 0; by Philip Tricca · 7 years ago
  57. 4079f69 test: Initialize variables and add prevent possible NULL deref. by Philip Tricca · 7 years ago
  58. 5218cf2 DecryptEncrypt: Initialize keyAuth to 0, not just size field. by Philip Tricca · 7 years ago
  59. f891580 test: Add integration test for Tss2_Sys_StartAuthSession. by Philip Tricca · 7 years ago
  60. 8e5afda unit: Add tests for successful calls to device TCTI receive / transmit. by Philip Tricca · 7 years ago
  61. 5f2d84e libtcti-device: Replace use of CHANGE_ENDIAN_* with libmarshal. by Philip Tricca · 7 years ago
  62. 6941fe2 Fix wrong MACROs defined in tss2_tpm2_types.h by Gang Wei · 7 years ago
  63. 8b9951f libmarshal: Add 'ULL' suffix to constants in endian conversion for UINT64. by Philip Tricca · 7 years ago
  64. f73ea36 tpmtest: Use inttypes 64bit format specifier for clock values. by Philip Tricca · 7 years ago
  65. e72e140 Fix weird indentation in tpm(client|test) to keep GCC v6 happy. by Philip Tricca · 7 years ago
  66. 6c45af3 libtcti-socket: Replace usage of CHANGE_ENDIAN_* with libmarshal. by Philip Tricca · 7 years ago
  67. a3fe622 libmarshal: Add (Unm|M)arshal functions for TPM_CCs. by Philip Tricca · 7 years ago
  68. 42039cc libmarshal: Pass source parameter by value for *_Marshal functions. by Philip Tricca · 7 years ago
  69. b37fa66 libmarshal: Replace type-punned pointer in CAST_TO_* with real functions. by Philip Tricca · 7 years ago
  70. 2744781 configure.ac: Move compiler / preproc / link flag macros to m4/. by Philip Tricca · 7 years ago
  71. 5b285ce configure.ac: Rename flag macro functions for clarity. by Philip Tricca · 7 years ago
  72. 6a6cd89 CFLAGS: Add -D_FORTIFY_SOURCE=2 and -U_FORTIFY_SOURCE. by Philip Tricca · 7 years ago
  73. dd99b76 LDFLAGS: Add noexecstack, now and relro. by Philip Tricca · 7 years ago
  74. b5c1740 CFLAGS: Drop redundant stack-protector. by Philip Tricca · 7 years ago
  75. dd3b03c Cleanup includes of local files. by Philip Tricca · 7 years ago
  76. 86f7f44 README.md: Remove descriptions of the unimplemented API + random fixups. by Philip Tricca · 7 years ago
  77. bfd7e46 Add a few new flags and change -fPIC from LDFLAG to CFLAG. by Philip Tricca · 7 years ago
  78. 9d586fc configure.ac: Replace use of hard coded linker flags with autoconf macro. by Philip Tricca · 7 years ago
  79. b43de64 Replace use of CONFIG_SITE with configure macro. by Philip Tricca · 7 years ago
  80. 183db37 Link unit tests against libsapi instead of building source directly. by Philip Tricca · 7 years ago
  81. 362d45f CommandUtil: Check rval from sysContext CommonOneCall. by Philip Tricca · 7 years ago
  82. 3efb282 libmarshal: Add functions to (un)?marshal TPM_ST and use them. by Philip Tricca · 7 years ago
  83. 8c63810 Replace TCTI invocation through function pointers with tss2_tcti_* macros. by Philip Tricca · 7 years ago
  84. b4d1df6 Shrink the adapter macros in (un)?marshal with another macro. by Philip Tricca · 7 years ago
  85. b809534 libmarshal: Add (UnM|m)arshal functions for remaining base types. by Philip Tricca · 7 years ago
  86. e779262 libmarshal: Export symbols for endianness conversion functions. by Philip Tricca · 7 years ago
  87. 65b79f4 marshal: Use simple endianness conversion functions instead of endian.h by Philip Tricca · 7 years ago
  88. dc77f9f CHANGELOG.md: Add data w/r to the refactoring for libmarshal. by Philip Tricca · 7 years ago
  89. a6085c9 Move CheckOverflow.c from sapi_util to common. by Philip Tricca · 7 years ago
  90. 9d6801f Replace UINT64 marshaling with functions from libmarshal. by Philip Tricca · 7 years ago
  91. 935972e Replace UINT32 marshaling with functions from libmarshal. by Philip Tricca · 7 years ago
  92. 819af36 Replace UINT16 marshaling with functions from libmarshal. by Philip Tricca · 7 years ago
  93. 6260ec0 Replace UINT8 marshaling (noops) with functions from libmarshal. by Philip Tricca · 7 years ago
  94. 391e889 marshal: Add logging mechanism. by Philip Tricca · 7 years ago
  95. b33eb35 marshal: Add functions to marshal UINT64s with unit test. by Philip Tricca · 7 years ago
  96. bff7212 marshal: Add functions for UINT32 and unit tests. by Philip Tricca · 7 years ago
  97. 3f03841 marshal: Detect the existence of endian.h and account of endianness. by Philip Tricca · 7 years ago
  98. cd313e7 marshal: Use macro to generate both UINT8 and UINT16 marshalling functions. by Philip Tricca · 7 years ago
  99. 689c090 marshal: Add marshalling functions for UINT16 with unit test. by Philip Tricca · 7 years ago
  100. 7360972 marshal: Add infrastructure to build libmarshal & (un)?marshal for UINT8. by Philip Tricca · 7 years ago