1. 9193826 simulator-run.sh: Don't try to execute the simulator if doesn't exist. by Philip Tricca · 8 years ago
  2. b4bebc7 test: Add integration test for PCR Read and Extend Remove PCR Extension test from tpmtest. by hp · 8 years ago
  3. 68876a0 Tss2_Sys_Execute: Replace absurdly large timeout with TSS2_TCTI_TIMEOUT_BLOCK. by Philip Tricca · 8 years ago
  4. f9a2e67 INSTALL: Add NOTE about running ldconfig after installing libs. by Michael Nix · 8 years ago
  5. 5dfa156 build: build with gnu99 & cleanup OS detection preprocessor macros by Philip Tricca · 8 years ago
  6. f94bd17 simulator script: Use https when downloading the IBM simulator source. by Philip Tricca · 8 years ago
  7. ab961cb test: Add integration test for SelfTest. by hp · 8 years ago
  8. 43ac71d test: Add integration test for GetRandom. by hp · 8 years ago
  9. 07a0c46 travis.yml: Build and start the simulator before we run 'make check'. by Philip Tricca · 8 years ago
  10. 475a02c Automate download / build / invocation of simulator. by Philip Tricca · 8 years ago
  11. e72f257 test: Add integration test "framework". by Philip Tricca · 8 years ago
  12. f93eeac Tss2_Sys_Finalize: Change return type from void to TSS2_RC. by Philip Tricca · 8 years ago
  13. b4a7f7d Rename source file holding the Tss2_Sys_Finalize implementation. by Philip Tricca · 8 years ago
  14. e08bdb9 Move unit tests from test/ to test/unit/ and remove the '_unit' suffix. by Philip Tricca · 8 years ago
  15. 467d63b libtcti-device: Add unit test with all NULL params to the init function. by Philip Tricca · 8 years ago
  16. 5fd02f7 libtcti-device: Fix NULL dereference bug. by Philip Tricca · 8 years ago
  17. ef94573 libtcti-device: Add test to ensure the init function rejects a NULL config struct. by Philip Tricca · 8 years ago
  18. e8cc47f libtcti-device: Remove unnecessary indirection in log callback test. by Philip Tricca · 8 years ago
  19. 8fb6a62 libtcti-device: Remove unnecessary indirection in log unit test. by Philip Tricca · 8 years ago
  20. ae884f5 libtcti-device: Simplify the context size discovery unit test. by Philip Tricca · 8 years ago
  21. cd60952 libtcti-device: Normalize the naming for unit test file. by Philip Tricca · 8 years ago
  22. a7d2e2c libtcti-device: Consolidate unit test into a single file. by Philip Tricca · 8 years ago
  23. 4bbb69e Update CHANGELOG.md with info for 1bda66c8cffb and 078c6ee497bf. by Philip Tricca · 8 years ago
  24. 078c6ee resourcemgr: Fix race condition on global TCTI context by moving access into critical section. by zhonghong.pzh · 8 years ago
  25. 1bda66c resourcemgr: Fix race condition caused by global data / cmdBuffer. by zhonghong.pzh · 8 years ago
  26. 4271dd6 Change version number from 0.98 to 1.0 and update CHANGELOG.md by Philip Tricca · 8 years ago
  27. 99645e4 CHANGELOG.md: Fixup release lines to better align with prescribed format. by Philip Tricca · 8 years ago
  28. ed1f42f Add MAINTAINERS file with current maintainers listed. by Philip Tricca · 8 years ago
  29. 3d1509e Add AUTHORS file. by Philip Tricca · 8 years ago
  30. c24133d CHANGELOG.md: Better categorization for unreleased changes. by Philip Tricca · 8 years ago
  31. 57ce98e CHANGELOG: Rename to CHANGELOG.md by Philip Tricca · 8 years ago
  32. 32f9620 CHANGELOG: Convert to Markdown and the "Keep A CHANGELOG" format. by Philip Tricca · 8 years ago
  33. dde9627 Rename ChangeLog to CHANGELOG by Philip Tricca · 8 years ago
  34. 0a1e42d ChangeLog: Update with changes from the last few months. by Philip Tricca · 8 years ago
  35. b598d45 Merge pull request #292 from flihp/rm-buffer-overflow by Gang(Jimmy) Wei · 8 years ago
  36. 4f7c09a Ensure the command size from the client does not exceed the cmdBuffer capacity. by Philip Tricca · 8 years ago
  37. f9d80f7 Fix typo: fix a message line for rmSendBytes() by Gang Wei · 8 years ago
  38. c3f89b5 Add MSG_NOSIGNAL flag to avoid send() causing SIGPIPE by Gang Wei · 8 years ago
  39. 47d5606 Fix #286 by Davide Guerri · 8 years ago
  40. 8e25d0c README.md: Add build status badge from Travis-CI by Philip Tricca · 8 years ago
  41. 75c5ef8 CheckOverflow: Move sanity checks for context state from (un)?marshall functions to checkoverflow.c by Philip Tricca · 8 years ago
  42. c4335c7 Add TravisCI build script by Teddy Reed · 9 years ago
  43. 8087067 Use assert_int_equal instead of assert_return_code in unit tests. by Philip Tricca · 8 years ago
  44. 2791b0f RM: update entry.hierarchy when calling EvictContext by Gang Wei · 8 years ago
  45. 15547e8 RM: ensure connection specific non-persistent entries cleared by Gang Wei · 8 years ago
  46. 6554780 RM: Fix persistent object handling issues after RM restarted by Gang Wei · 8 years ago
  47. 66f9b17 tcti_socket: Remove obsolete comments. by Philip Tricca · 8 years ago
  48. 57b95db Add example systemd service file for resourcemgr and udev rules for tpm device node. by Philip Tricca · 8 years ago
  49. a23a282 Remove Windows build files. by Philip Tricca · 8 years ago
  50. 40e926d tcti_socket: Move simulator initialization code into the context init function. by Philip Tricca · 8 years ago
  51. 717795e Remove semicolons from end of TPMA_* macro definitions. by Philip Tricca · 8 years ago
  52. 430cda2 test: Add unit tests for marshalling and unmarshalling a simple TPM2B structure. by Philip Tricca · 8 years ago
  53. f2f595d test: Add test case for Unmarshal-UINT32. by Philip Tricca · 8 years ago
  54. 0038a17 test: Add unit test for Unmarshal_UINT16. by Philip Tricca · 8 years ago
  55. d87165e Tss2_Sys_Initialize: Factor the initialization of data buffer pointers into a separate function (InitSysContextPtrs). by Philip Tricca · 8 years ago
  56. 5f0d4e4 change -I orders to let tcti_util.h in common/ be found first by Gang Wei · 8 years ago
  57. dae20ee Fix window build for resourcemgr & tpmclient by Gang Wei · 8 years ago
  58. 1008bf5 Add unit test for CheckOverflow function. by Philip Tricca · 8 years ago
  59. 80d81bd Add a unit test for the marshal_UINT32 function. by Philip Tricca · 8 years ago
  60. 4be0534 tpmclient: Remove unused data. by Philip Tricca · 8 years ago
  61. f1811f0 Add unit test for marshal-UINT16 function. by Philip Tricca · 8 years ago
  62. 06d6424 debug_config.site: Add -D's for DEBUG and DEBUG_SCOCKET. by Philip Tricca · 8 years ago
  63. 1f3a1fd Makefile.am: Fix CFLAGS for some of the unit tests. by Philip Tricca · 8 years ago
  64. 7571507 tcti_util: Move all utility functions for the TCTIs into a common file. by Philip Tricca · 8 years ago
  65. bd9e986 tcti_device_util: Cleanup the TeardownDeviceTcti function. by Philip Tricca · 8 years ago
  66. 755d9ec tcti_socket: Stop freeing caller allocated data in finalize function. by Philip Tricca · 8 years ago
  67. d102a61 tss2_tcti.h: Fix invocation macro for the TCTI finalize function. by Philip Tricca · 8 years ago
  68. 4334dee configure.ac: Allow for the unit tests to be enabled selectively. by Philip Tricca · 8 years ago
  69. 5329862 resourcemgr: Remove unused TSS2_SYS_CONTEXT tempSysContext. by Philip Tricca · 8 years ago
  70. 7d83983 Makefile.am: Add missing line continuation lost in a rebase. by Philip Tricca · 8 years ago
  71. 81223f4 Add unit test for the CopyCommandHeader function. by Philip Tricca · 8 years ago
  72. 364c0ce Add unit test for GetNumHandles, check for valid and invalid TPM_CC values. by Philip Tricca · 8 years ago
  73. b864d0a Define TPM_CC_FINAL according to Part 2 Table 13 / Part 4 Annex A by Philip Tricca · 8 years ago
  74. 90363cd Add tests to ensure CommonPreparePrologue rejects TSS2_SYS_CONTEXTs with bad previousStage member. by Philip Tricca · 8 years ago
  75. be669f5 CommandUtil: Fix NULL deref bug in CommonPreparePrologue by Philip Tricca · 8 years ago
  76. 6f634c4 Add a single unit test to trigger the NULL deref bug in CommonPreparePrologue by Philip Tricca · 8 years ago
  77. 642993f tpmtest: update CBC mode to CFB too by Gang Wei · 8 years ago
  78. dfa41a5 Remove all trailing whitespace. by Philip Tricca · 8 years ago
  79. 0f1bb3e Merge pull request #231 from flihp/doc_markdown by Gang(Jimmy) Wei · 8 years ago
  80. db2cf6c Merge pull request #228 from flihp/no_sapi_client by Gang(Jimmy) Wei · 8 years ago
  81. b0927df Makefile.am: Remove SAPI_CLIENT macro definition. by Philip Tricca · 8 years ago
  82. 4c1b4a0 getcommands: Move to resourcemgr/, remove use of SAPI_CLIENT macro, fix error code by Philip Tricca · 8 years ago
  83. 7180029 getcommands: Remove use of malloc function pointer. by Philip Tricca · 8 years ago
  84. c31b087 ChangeLog: Add missing entries. by Philip Tricca · 8 years ago
  85. ffab88a tpmtest: fix a TPM2B initialization issue in test 34 by Gang Wei · 8 years ago
  86. 835d305 tpmtest: disable 2 cases for nonNULL platform auth by Gang Wei · 8 years ago
  87. 3d3fe5c tpmtest: replace all ECB mode with CFB by Gang Wei · 8 years ago
  88. e03b846 Fixup bugs introduced by 3b7e71220c9 by fixing up include directives to use sapi/ instead of tss2/ by Philip Tricca · 8 years ago
  89. 3b7e712 Merge pull request #218 from flihp/librename by wcarthur1 · 8 years ago
  90. 538f968 doc: Move *.md files into doc/ directory. by Philip Tricca · 8 years ago
  91. e1df9a6 INSTALL: Add example debug_config.site, document pkg-config dependency, general cleanup. by Philip Tricca · 8 years ago
  92. daeb5bb build: use config.site in place of hard coded flags variables. by Philip Tricca · 8 years ago
  93. 52077c2 RM: Fix deadloop in physical tpm case by Gang Wei · 8 years ago
  94. 799ee76 RM: fix the issue - RM exit after a period of time by Gang Wei · 8 years ago
  95. cc57502 Merge pull request #210 from hteh/master by Gang(Jimmy) Wei · 8 years ago
  96. c30955c Update marshal_simple_tpm2b.c by Erez Geva · 8 years ago
  97. 30ddbaa Update checkoverflow.c by Erez Geva · 8 years ago
  98. 826f590 build: Rename libtcti* to libtcti-*. by Philip Tricca · 8 years ago
  99. d69337a build: Rename libtss2 to libsapi by Philip Tricca · 8 years ago
  100. fdce98d build: Make parent directory before generating pkg-config files. by Philip Tricca · 8 years ago