1. 41a4238 configure: Remove check for C++ compiler. by Philip Tricca · 7 years ago
  2. 78ecbc8 Fix possible memory leak in integration test infrastructure. by Philip Tricca · 7 years ago
  3. a989e48 tpmtest: Remove dead code. by Philip Tricca · 7 years ago
  4. e5cb1bc sockets: Initialize sockaddr_in structures to 0; by Philip Tricca · 7 years ago
  5. 4079f69 test: Initialize variables and add prevent possible NULL deref. by Philip Tricca · 7 years ago
  6. 5218cf2 DecryptEncrypt: Initialize keyAuth to 0, not just size field. by Philip Tricca · 7 years ago
  7. f891580 test: Add integration test for Tss2_Sys_StartAuthSession. by Philip Tricca · 7 years ago
  8. 8e5afda unit: Add tests for successful calls to device TCTI receive / transmit. by Philip Tricca · 7 years ago
  9. 5f2d84e libtcti-device: Replace use of CHANGE_ENDIAN_* with libmarshal. by Philip Tricca · 7 years ago
  10. 6941fe2 Fix wrong MACROs defined in tss2_tpm2_types.h by Gang Wei · 7 years ago
  11. 8b9951f libmarshal: Add 'ULL' suffix to constants in endian conversion for UINT64. by Philip Tricca · 7 years ago
  12. f73ea36 tpmtest: Use inttypes 64bit format specifier for clock values. by Philip Tricca · 7 years ago
  13. e72e140 Fix weird indentation in tpm(client|test) to keep GCC v6 happy. by Philip Tricca · 7 years ago
  14. 6c45af3 libtcti-socket: Replace usage of CHANGE_ENDIAN_* with libmarshal. by Philip Tricca · 7 years ago
  15. a3fe622 libmarshal: Add (Unm|M)arshal functions for TPM_CCs. by Philip Tricca · 7 years ago
  16. 42039cc libmarshal: Pass source parameter by value for *_Marshal functions. by Philip Tricca · 7 years ago
  17. b37fa66 libmarshal: Replace type-punned pointer in CAST_TO_* with real functions. by Philip Tricca · 7 years ago
  18. 2744781 configure.ac: Move compiler / preproc / link flag macros to m4/. by Philip Tricca · 7 years ago
  19. 5b285ce configure.ac: Rename flag macro functions for clarity. by Philip Tricca · 7 years ago
  20. 6a6cd89 CFLAGS: Add -D_FORTIFY_SOURCE=2 and -U_FORTIFY_SOURCE. by Philip Tricca · 7 years ago
  21. dd99b76 LDFLAGS: Add noexecstack, now and relro. by Philip Tricca · 7 years ago
  22. b5c1740 CFLAGS: Drop redundant stack-protector. by Philip Tricca · 7 years ago
  23. dd3b03c Cleanup includes of local files. by Philip Tricca · 7 years ago
  24. 86f7f44 README.md: Remove descriptions of the unimplemented API + random fixups. by Philip Tricca · 7 years ago
  25. bfd7e46 Add a few new flags and change -fPIC from LDFLAG to CFLAG. by Philip Tricca · 7 years ago
  26. 9d586fc configure.ac: Replace use of hard coded linker flags with autoconf macro. by Philip Tricca · 7 years ago
  27. b43de64 Replace use of CONFIG_SITE with configure macro. by Philip Tricca · 7 years ago
  28. 183db37 Link unit tests against libsapi instead of building source directly. by Philip Tricca · 7 years ago
  29. 362d45f CommandUtil: Check rval from sysContext CommonOneCall. by Philip Tricca · 7 years ago
  30. 3efb282 libmarshal: Add functions to (un)?marshal TPM_ST and use them. by Philip Tricca · 7 years ago
  31. 8c63810 Replace TCTI invocation through function pointers with tss2_tcti_* macros. by Philip Tricca · 7 years ago
  32. b4d1df6 Shrink the adapter macros in (un)?marshal with another macro. by Philip Tricca · 7 years ago
  33. b809534 libmarshal: Add (UnM|m)arshal functions for remaining base types. by Philip Tricca · 7 years ago
  34. e779262 libmarshal: Export symbols for endianness conversion functions. by Philip Tricca · 7 years ago
  35. 65b79f4 marshal: Use simple endianness conversion functions instead of endian.h by Philip Tricca · 7 years ago
  36. dc77f9f CHANGELOG.md: Add data w/r to the refactoring for libmarshal. by Philip Tricca · 7 years ago
  37. a6085c9 Move CheckOverflow.c from sapi_util to common. by Philip Tricca · 7 years ago
  38. 9d6801f Replace UINT64 marshaling with functions from libmarshal. by Philip Tricca · 7 years ago
  39. 935972e Replace UINT32 marshaling with functions from libmarshal. by Philip Tricca · 7 years ago
  40. 819af36 Replace UINT16 marshaling with functions from libmarshal. by Philip Tricca · 7 years ago
  41. 6260ec0 Replace UINT8 marshaling (noops) with functions from libmarshal. by Philip Tricca · 7 years ago
  42. 391e889 marshal: Add logging mechanism. by Philip Tricca · 7 years ago
  43. b33eb35 marshal: Add functions to marshal UINT64s with unit test. by Philip Tricca · 8 years ago
  44. bff7212 marshal: Add functions for UINT32 and unit tests. by Philip Tricca · 8 years ago
  45. 3f03841 marshal: Detect the existence of endian.h and account of endianness. by Philip Tricca · 8 years ago
  46. cd313e7 marshal: Use macro to generate both UINT8 and UINT16 marshalling functions. by Philip Tricca · 8 years ago
  47. 689c090 marshal: Add marshalling functions for UINT16 with unit test. by Philip Tricca · 8 years ago
  48. 7360972 marshal: Add infrastructure to build libmarshal & (un)?marshal for UINT8. by Philip Tricca · 7 years ago
  49. 56fec89 cleanup: Convert 'cpp' files to 'c'. by Philip Tricca · 7 years ago
  50. 3a36b66 cleanup: Remove usage of _WIN32 macro. by Philip Tricca · 7 years ago
  51. f52391c travis: dump unit test logs by Philip Tricca · 7 years ago
  52. eda5606 README.md: Add instructions for testing the TCTI and SAPI. by Philip Tricca · 7 years ago
  53. ad4b7c6 README.md: Remove windows build and test instructions. by Philip Tricca · 7 years ago
  54. b0f0951 Fix memory leaks on error conditions in InitSysContext & SockServer. by Philip Tricca · 7 years ago
  55. f3cd7fe LICENSE: Remove misapplied TCG license. by Philip Tricca · 7 years ago
  56. c2b5723 Remove dead code in sys_api_marshalUnmarshal.h by Philip Tricca · 7 years ago
  57. 92f7adc .gitignore: Fix bad rule for source files in test/unit. by Philip Tricca · 8 years ago
  58. c2d3f5c bootstrap: Replace calls to individual autotools with autoreconf. by Philip Tricca · 8 years ago
  59. ac6c398 README: Add warning about deprecation of the resourcemgr code. by Philip Tricca · 8 years ago
  60. 328ae1b test: Add integration test for asymmetric encrypt and decrypt use case. by hp · 8 years ago
  61. 5a45e36 [Resource Manager] Use SO_REUSEPORT by Davide Guerri · 8 years ago
  62. 92a0830 tss2_tpm2_types.h: Fix broken TRANSIENT_LAST macro. by Philip Tricca · 8 years ago
  63. f14f9a8 tss2_tpm2_types: Fix definition of PCR_LAST. by Philip Tricca · 8 years ago
  64. bcdf0f1 Resume on interrupted syscalls by Davide Guerri · 8 years ago
  65. 9193826 simulator-run.sh: Don't try to execute the simulator if doesn't exist. by Philip Tricca · 8 years ago
  66. b4bebc7 test: Add integration test for PCR Read and Extend Remove PCR Extension test from tpmtest. by hp · 8 years ago
  67. 68876a0 Tss2_Sys_Execute: Replace absurdly large timeout with TSS2_TCTI_TIMEOUT_BLOCK. by Philip Tricca · 8 years ago
  68. f9a2e67 INSTALL: Add NOTE about running ldconfig after installing libs. by Michael Nix · 8 years ago
  69. 5dfa156 build: build with gnu99 & cleanup OS detection preprocessor macros by Philip Tricca · 8 years ago
  70. f94bd17 simulator script: Use https when downloading the IBM simulator source. by Philip Tricca · 8 years ago
  71. ab961cb test: Add integration test for SelfTest. by hp · 8 years ago
  72. 43ac71d test: Add integration test for GetRandom. by hp · 8 years ago
  73. 07a0c46 travis.yml: Build and start the simulator before we run 'make check'. by Philip Tricca · 8 years ago
  74. 475a02c Automate download / build / invocation of simulator. by Philip Tricca · 8 years ago
  75. e72f257 test: Add integration test "framework". by Philip Tricca · 8 years ago
  76. f93eeac Tss2_Sys_Finalize: Change return type from void to TSS2_RC. by Philip Tricca · 8 years ago
  77. b4a7f7d Rename source file holding the Tss2_Sys_Finalize implementation. by Philip Tricca · 8 years ago
  78. e08bdb9 Move unit tests from test/ to test/unit/ and remove the '_unit' suffix. by Philip Tricca · 8 years ago
  79. 467d63b libtcti-device: Add unit test with all NULL params to the init function. by Philip Tricca · 8 years ago
  80. 5fd02f7 libtcti-device: Fix NULL dereference bug. by Philip Tricca · 8 years ago
  81. ef94573 libtcti-device: Add test to ensure the init function rejects a NULL config struct. by Philip Tricca · 8 years ago
  82. e8cc47f libtcti-device: Remove unnecessary indirection in log callback test. by Philip Tricca · 8 years ago
  83. 8fb6a62 libtcti-device: Remove unnecessary indirection in log unit test. by Philip Tricca · 8 years ago
  84. ae884f5 libtcti-device: Simplify the context size discovery unit test. by Philip Tricca · 8 years ago
  85. cd60952 libtcti-device: Normalize the naming for unit test file. by Philip Tricca · 8 years ago
  86. a7d2e2c libtcti-device: Consolidate unit test into a single file. by Philip Tricca · 8 years ago
  87. 4bbb69e Update CHANGELOG.md with info for 1bda66c8cffb and 078c6ee497bf. by Philip Tricca · 8 years ago
  88. 078c6ee resourcemgr: Fix race condition on global TCTI context by moving access into critical section. by zhonghong.pzh · 8 years ago
  89. 1bda66c resourcemgr: Fix race condition caused by global data / cmdBuffer. by zhonghong.pzh · 8 years ago
  90. 4271dd6 Change version number from 0.98 to 1.0 and update CHANGELOG.md by Philip Tricca · 8 years ago
  91. 99645e4 CHANGELOG.md: Fixup release lines to better align with prescribed format. by Philip Tricca · 8 years ago
  92. ed1f42f Add MAINTAINERS file with current maintainers listed. by Philip Tricca · 8 years ago
  93. 3d1509e Add AUTHORS file. by Philip Tricca · 8 years ago
  94. c24133d CHANGELOG.md: Better categorization for unreleased changes. by Philip Tricca · 8 years ago
  95. 57ce98e CHANGELOG: Rename to CHANGELOG.md by Philip Tricca · 8 years ago
  96. 32f9620 CHANGELOG: Convert to Markdown and the "Keep A CHANGELOG" format. by Philip Tricca · 8 years ago
  97. dde9627 Rename ChangeLog to CHANGELOG by Philip Tricca · 8 years ago
  98. 0a1e42d ChangeLog: Update with changes from the last few months. by Philip Tricca · 8 years ago
  99. b598d45 Merge pull request #292 from flihp/rm-buffer-overflow by Gang(Jimmy) Wei · 8 years ago
  100. 4f7c09a Ensure the command size from the client does not exceed the cmdBuffer capacity. by Philip Tricca · 8 years ago