1. e5d4ddb configure.ac: Replace use of hard coded linker flags with autoconf macro. by Philip Tricca · 7 years ago
  2. 57f61d9 Replace use of CONFIG_SITE with configure macro. by Philip Tricca · 7 years ago
  3. 6e9c9cf test: Add integration test for asymmetric encrypt and decrypt use case. by hp · 8 years ago
  4. 67d72db Resume on interrupted syscalls by Davide Guerri · 8 years ago
  5. 93b735e test: Add integration test for PCR Read and Extend Remove PCR Extension test from tpmtest. by hp · 8 years ago
  6. 77bfcb3 build: build with gnu99 & cleanup OS detection preprocessor macros by Philip Tricca · 8 years ago
  7. 13ed525 simulator script: Use https when downloading the IBM simulator source. by Philip Tricca · 8 years ago
  8. 1b9ccfa test: Add integration test for SelfTest. by hp · 8 years ago
  9. 7ae176b test: Add integration test for GetRandom. by hp · 8 years ago
  10. b77704e test: Add integration test "framework". by Philip Tricca · 8 years ago
  11. 6e2b115 unit: Add tests for successful calls to device TCTI receive / transmit. by Philip Tricca · 7 years ago
  12. 7340742 Move unit tests from test/ to test/unit/ and remove the '_unit' suffix. by Philip Tricca · 8 years ago
  13. 25b03ea libtcti-device: Fix NULL dereference bug. by Philip Tricca · 8 years ago
  14. 2c119cc Add instructions for contributing to the project. by Philip Tricca · 7 years ago
  15. 23938f5 Generate correct SYSAPI_H list by Tadeusz Struk · 7 years ago
  16. 7523bf8 tpmclient: Remove visual studio generated files. by Philip Tricca · 7 years ago
  17. 0e175d3 contrib: Remove systemd service and udev rules for old resourcemgr. by Philip Tricca · 7 years ago
  18. 5656d67 configure; Remove dependency / check for pthreads. by Philip Tricca · 7 years ago
  19. 1fa2f4d doc: Add a manpage for the TctiSocketInit function. by Philip Tricca · 7 years ago
  20. fe67168 doc: Add manpage for the device TCTI initialization function. by Philip Tricca · 7 years ago
  21. 632c431 doc: Add manpages in the overview section for the two TCTIs. by Philip Tricca · 7 years ago
  22. c38f948 configure.ac: Use git to set version number. by Philip Tricca · 7 years ago
  23. dd43b82 sort input files by Bernhard M. Wiedemann · 7 years ago
  24. 2186791 travis.yml: Run unit tests before starting the simulator, run tpmclient. by Philip Tricca · 7 years ago
  25. cbe658a simulator-run.sh: Don't try to execute the simulator if doesn't exist. by Philip Tricca · 8 years ago
  26. c2bfb94 travis: dump unit test logs by Philip Tricca · 7 years ago
  27. a288cc3 travis.yml: Build and start the simulator before we run 'make check'. by Philip Tricca · 8 years ago
  28. 334b675 Automate download / build / invocation of simulator. by Philip Tricca · 8 years ago
  29. 00074b7 test: Remove tpmtest, disable all tpmclient tests that depend on the RM. by Philip Tricca · 7 years ago
  30. 7966ef8 Remove resourcemgr and fixup build. by Philip Tricca · 7 years ago
  31. f1ea308 make bootstrap binaries configurable via environment by Daniel Mueller · 7 years ago
  32. d96156f bootstrap: Replace calls to individual autotools with autoreconf. by Philip Tricca · 7 years ago
  33. d0c853f LICENSE: Remove misapplied TCG license. by Philip Tricca · 7 years ago
  34. 56bd58a Tss2_Sys_Execute: Replace absurdly large timeout with TSS2_TCTI_TIMEOUT_BLOCK. by Philip Tricca · 8 years ago
  35. 05c064f tss2_tcti.h: Align return types from TCTI invocation macros with spec. by Philip Tricca · 7 years ago
  36. b7cd1de fix off-by-one error in CheckOverflow by Daniel Mueller · 7 years ago
  37. a43c48f Check for not-implemented commands in "tpmtest" by Dominic Grauvogl · 7 years ago
  38. a15a46d Fix wrong MACROs defined in tss2_tpm2_types.h by Gang Wei · 7 years ago
  39. 0acc8e3 tss2_tpm2_types.h: Fix broken TRANSIENT_LAST macro. by Philip Tricca · 8 years ago
  40. 8b29d78 tss2_tpm2_types: Fix definition of PCR_LAST. by Philip Tricca · 8 years ago
  41. 4271dd6 Change version number from 0.98 to 1.0 and update CHANGELOG.md by Philip Tricca · 8 years ago
  42. 99645e4 CHANGELOG.md: Fixup release lines to better align with prescribed format. by Philip Tricca · 8 years ago
  43. ed1f42f Add MAINTAINERS file with current maintainers listed. by Philip Tricca · 8 years ago
  44. 3d1509e Add AUTHORS file. by Philip Tricca · 8 years ago
  45. c24133d CHANGELOG.md: Better categorization for unreleased changes. by Philip Tricca · 8 years ago
  46. 57ce98e CHANGELOG: Rename to CHANGELOG.md by Philip Tricca · 8 years ago
  47. 32f9620 CHANGELOG: Convert to Markdown and the "Keep A CHANGELOG" format. by Philip Tricca · 8 years ago
  48. dde9627 Rename ChangeLog to CHANGELOG by Philip Tricca · 8 years ago
  49. 0a1e42d ChangeLog: Update with changes from the last few months. by Philip Tricca · 8 years ago
  50. b598d45 Merge pull request #292 from flihp/rm-buffer-overflow by Gang(Jimmy) Wei · 8 years ago
  51. 4f7c09a Ensure the command size from the client does not exceed the cmdBuffer capacity. by Philip Tricca · 8 years ago
  52. f9d80f7 Fix typo: fix a message line for rmSendBytes() by Gang Wei · 8 years ago
  53. c3f89b5 Add MSG_NOSIGNAL flag to avoid send() causing SIGPIPE by Gang Wei · 8 years ago
  54. 47d5606 Fix #286 by Davide Guerri · 8 years ago
  55. 8e25d0c README.md: Add build status badge from Travis-CI by Philip Tricca · 8 years ago
  56. 75c5ef8 CheckOverflow: Move sanity checks for context state from (un)?marshall functions to checkoverflow.c by Philip Tricca · 8 years ago
  57. c4335c7 Add TravisCI build script by Teddy Reed · 9 years ago
  58. 8087067 Use assert_int_equal instead of assert_return_code in unit tests. by Philip Tricca · 8 years ago
  59. 2791b0f RM: update entry.hierarchy when calling EvictContext by Gang Wei · 8 years ago
  60. 15547e8 RM: ensure connection specific non-persistent entries cleared by Gang Wei · 8 years ago
  61. 6554780 RM: Fix persistent object handling issues after RM restarted by Gang Wei · 8 years ago
  62. 66f9b17 tcti_socket: Remove obsolete comments. by Philip Tricca · 8 years ago
  63. 57b95db Add example systemd service file for resourcemgr and udev rules for tpm device node. by Philip Tricca · 8 years ago
  64. a23a282 Remove Windows build files. by Philip Tricca · 8 years ago
  65. 40e926d tcti_socket: Move simulator initialization code into the context init function. by Philip Tricca · 8 years ago
  66. 717795e Remove semicolons from end of TPMA_* macro definitions. by Philip Tricca · 8 years ago
  67. 430cda2 test: Add unit tests for marshalling and unmarshalling a simple TPM2B structure. by Philip Tricca · 8 years ago
  68. f2f595d test: Add test case for Unmarshal-UINT32. by Philip Tricca · 8 years ago
  69. 0038a17 test: Add unit test for Unmarshal_UINT16. by Philip Tricca · 8 years ago
  70. d87165e Tss2_Sys_Initialize: Factor the initialization of data buffer pointers into a separate function (InitSysContextPtrs). by Philip Tricca · 8 years ago
  71. 5f0d4e4 change -I orders to let tcti_util.h in common/ be found first by Gang Wei · 8 years ago
  72. dae20ee Fix window build for resourcemgr & tpmclient by Gang Wei · 8 years ago
  73. 1008bf5 Add unit test for CheckOverflow function. by Philip Tricca · 8 years ago
  74. 80d81bd Add a unit test for the marshal_UINT32 function. by Philip Tricca · 8 years ago
  75. 4be0534 tpmclient: Remove unused data. by Philip Tricca · 8 years ago
  76. f1811f0 Add unit test for marshal-UINT16 function. by Philip Tricca · 8 years ago
  77. 06d6424 debug_config.site: Add -D's for DEBUG and DEBUG_SCOCKET. by Philip Tricca · 8 years ago
  78. 1f3a1fd Makefile.am: Fix CFLAGS for some of the unit tests. by Philip Tricca · 8 years ago
  79. 7571507 tcti_util: Move all utility functions for the TCTIs into a common file. by Philip Tricca · 8 years ago
  80. bd9e986 tcti_device_util: Cleanup the TeardownDeviceTcti function. by Philip Tricca · 8 years ago
  81. 755d9ec tcti_socket: Stop freeing caller allocated data in finalize function. by Philip Tricca · 8 years ago
  82. d102a61 tss2_tcti.h: Fix invocation macro for the TCTI finalize function. by Philip Tricca · 8 years ago
  83. 4334dee configure.ac: Allow for the unit tests to be enabled selectively. by Philip Tricca · 8 years ago
  84. 5329862 resourcemgr: Remove unused TSS2_SYS_CONTEXT tempSysContext. by Philip Tricca · 8 years ago
  85. 7d83983 Makefile.am: Add missing line continuation lost in a rebase. by Philip Tricca · 8 years ago
  86. 81223f4 Add unit test for the CopyCommandHeader function. by Philip Tricca · 8 years ago
  87. 364c0ce Add unit test for GetNumHandles, check for valid and invalid TPM_CC values. by Philip Tricca · 8 years ago
  88. b864d0a Define TPM_CC_FINAL according to Part 2 Table 13 / Part 4 Annex A by Philip Tricca · 8 years ago
  89. 90363cd Add tests to ensure CommonPreparePrologue rejects TSS2_SYS_CONTEXTs with bad previousStage member. by Philip Tricca · 8 years ago
  90. be669f5 CommandUtil: Fix NULL deref bug in CommonPreparePrologue by Philip Tricca · 8 years ago
  91. 6f634c4 Add a single unit test to trigger the NULL deref bug in CommonPreparePrologue by Philip Tricca · 8 years ago
  92. 642993f tpmtest: update CBC mode to CFB too by Gang Wei · 8 years ago
  93. dfa41a5 Remove all trailing whitespace. by Philip Tricca · 8 years ago
  94. 0f1bb3e Merge pull request #231 from flihp/doc_markdown by Gang(Jimmy) Wei · 8 years ago
  95. db2cf6c Merge pull request #228 from flihp/no_sapi_client by Gang(Jimmy) Wei · 8 years ago
  96. b0927df Makefile.am: Remove SAPI_CLIENT macro definition. by Philip Tricca · 8 years ago
  97. 4c1b4a0 getcommands: Move to resourcemgr/, remove use of SAPI_CLIENT macro, fix error code by Philip Tricca · 8 years ago
  98. 7180029 getcommands: Remove use of malloc function pointer. by Philip Tricca · 8 years ago
  99. c31b087 ChangeLog: Add missing entries. by Philip Tricca · 8 years ago
  100. ffab88a tpmtest: fix a TPM2B initialization issue in test 34 by Gang Wei · 8 years ago