1. bff7212 marshal: Add functions for UINT32 and unit tests. by Philip Tricca · 8 years ago
  2. 689c090 marshal: Add marshalling functions for UINT16 with unit test. by Philip Tricca · 8 years ago
  3. 7360972 marshal: Add infrastructure to build libmarshal & (un)?marshal for UINT8. by Philip Tricca · 7 years ago
  4. 56fec89 cleanup: Convert 'cpp' files to 'c'. by Philip Tricca · 7 years ago
  5. 3a36b66 cleanup: Remove usage of _WIN32 macro. by Philip Tricca · 7 years ago
  6. 328ae1b test: Add integration test for asymmetric encrypt and decrypt use case. by hp · 8 years ago
  7. b4bebc7 test: Add integration test for PCR Read and Extend Remove PCR Extension test from tpmtest. by hp · 8 years ago
  8. ab961cb test: Add integration test for SelfTest. by hp · 8 years ago
  9. 43ac71d test: Add integration test for GetRandom. by hp · 8 years ago
  10. e72f257 test: Add integration test "framework". by Philip Tricca · 8 years ago
  11. e08bdb9 Move unit tests from test/ to test/unit/ and remove the '_unit' suffix. by Philip Tricca · 8 years ago
  12. 467d63b libtcti-device: Add unit test with all NULL params to the init function. by Philip Tricca · 8 years ago
  13. ef94573 libtcti-device: Add test to ensure the init function rejects a NULL config struct. by Philip Tricca · 8 years ago
  14. e8cc47f libtcti-device: Remove unnecessary indirection in log callback test. by Philip Tricca · 8 years ago
  15. 8fb6a62 libtcti-device: Remove unnecessary indirection in log unit test. by Philip Tricca · 8 years ago
  16. ae884f5 libtcti-device: Simplify the context size discovery unit test. by Philip Tricca · 8 years ago
  17. cd60952 libtcti-device: Normalize the naming for unit test file. by Philip Tricca · 8 years ago
  18. a7d2e2c libtcti-device: Consolidate unit test into a single file. by Philip Tricca · 8 years ago
  19. 75c5ef8 CheckOverflow: Move sanity checks for context state from (un)?marshall functions to checkoverflow.c by Philip Tricca · 8 years ago
  20. 8087067 Use assert_int_equal instead of assert_return_code in unit tests. by Philip Tricca · 8 years ago
  21. a23a282 Remove Windows build files. by Philip Tricca · 8 years ago
  22. 40e926d tcti_socket: Move simulator initialization code into the context init function. by Philip Tricca · 8 years ago
  23. 430cda2 test: Add unit tests for marshalling and unmarshalling a simple TPM2B structure. by Philip Tricca · 8 years ago
  24. f2f595d test: Add test case for Unmarshal-UINT32. by Philip Tricca · 8 years ago
  25. 0038a17 test: Add unit test for Unmarshal_UINT16. by Philip Tricca · 8 years ago
  26. dae20ee Fix window build for resourcemgr & tpmclient by Gang Wei · 8 years ago
  27. 1008bf5 Add unit test for CheckOverflow function. by Philip Tricca · 8 years ago
  28. 80d81bd Add a unit test for the marshal_UINT32 function. by Philip Tricca · 8 years ago
  29. 4be0534 tpmclient: Remove unused data. by Philip Tricca · 8 years ago
  30. f1811f0 Add unit test for marshal-UINT16 function. by Philip Tricca · 8 years ago
  31. 7571507 tcti_util: Move all utility functions for the TCTIs into a common file. by Philip Tricca · 8 years ago
  32. bd9e986 tcti_device_util: Cleanup the TeardownDeviceTcti function. by Philip Tricca · 8 years ago
  33. 755d9ec tcti_socket: Stop freeing caller allocated data in finalize function. by Philip Tricca · 8 years ago
  34. 81223f4 Add unit test for the CopyCommandHeader function. by Philip Tricca · 8 years ago
  35. 364c0ce Add unit test for GetNumHandles, check for valid and invalid TPM_CC values. by Philip Tricca · 8 years ago
  36. 90363cd Add tests to ensure CommonPreparePrologue rejects TSS2_SYS_CONTEXTs with bad previousStage member. by Philip Tricca · 8 years ago
  37. 6f634c4 Add a single unit test to trigger the NULL deref bug in CommonPreparePrologue by Philip Tricca · 8 years ago
  38. 642993f tpmtest: update CBC mode to CFB too by Gang Wei · 8 years ago
  39. dfa41a5 Remove all trailing whitespace. by Philip Tricca · 8 years ago
  40. 4c1b4a0 getcommands: Move to resourcemgr/, remove use of SAPI_CLIENT macro, fix error code by Philip Tricca · 8 years ago
  41. ffab88a tpmtest: fix a TPM2B initialization issue in test 34 by Gang Wei · 8 years ago
  42. 835d305 tpmtest: disable 2 cases for nonNULL platform auth by Gang Wei · 8 years ago
  43. 3d3fe5c tpmtest: replace all ECB mode with CFB by Gang Wei · 8 years ago
  44. e03b846 Fixup bugs introduced by 3b7e71220c9 by fixing up include directives to use sapi/ instead of tss2/ by Philip Tricca · 8 years ago
  45. cc57502 Merge pull request #210 from hteh/master by Gang(Jimmy) Wei · 8 years ago
  46. 20cac4e added in 6 use case tests & 1 functional test by hp · 8 years ago
  47. 1c82759 Got debug messages working in RM. by wcarthur · 8 years ago
  48. 5dc6916 tpmclient: Initialize a few variables explicitly. by Philip Tricca · 8 years ago
  49. 33eacd1 test: Remove unused state variable. by Philip Tricca · 8 years ago
  50. 1225a1b tpmtest & tpmclient: fix more TPM2B initialization by Gang Wei · 8 years ago
  51. c171cc2 update sample code to use INIT_SIMPLE_TPM2B_SIZE() by Gang Wei · 8 years ago
  52. 2dc284c tpmtest: use INIT_SIMPLE_TPM2B_SIZE to init TPM2B by Gang Wei · 8 years ago
  53. b093b5f tpmtest: fix one more place needing initializing TPM2B size by Gang Wei · 8 years ago
  54. 4eb2f35 tcti: Add buffer debug callback. by Philip Tricca · 8 years ago
  55. bcc7303 tcti_socket: Replace global function pointer to debug print function. by Philip Tricca · 8 years ago
  56. 210b770 Fixed uninitialized size fields in output simple TPM2B structures. by wcarthur · 8 years ago
  57. aee953e Fixed compiler warnings related to unused variables that are being turned into errors. by wcarthur1 · 8 years ago
  58. 098f8c0 Added support for properly calculating cpHash for commands that have no handles. by wcarthur · 8 years ago
  59. bbf2203 tpmclient: Add debug callback to device TCTI config. by Philip Tricca · 8 years ago
  60. decc21c Remove debug data from TCTI function signature. by Philip Tricca · 8 years ago
  61. faac11f tcti_device_test: Remove MAGIC and VERSION from Init call. by Philip Tricca · 8 years ago
  62. e2761a4 Fixed bug when running against IBM simulator. Need to check for by wcarthur1 · 8 years ago
  63. 08ad945 Fixed instances of 0x80006 errors (insufficient buffer) when running by wcarthur1 · 8 years ago
  64. 7ddc98e Enable connection specific creation and shutdown of sessions (this is preparation for getcap tests). by wcarthur · 8 years ago
  65. 39d58fa Revert "Enable connection specific creation and shutdown of sessions (this is" by Philip Tricca · 8 years ago
  66. 6b104cd Merge pull request #164 from flihp/remove_magic_version by wcarthur1 · 8 years ago
  67. 3aa33ac Enable connection specific creation and shutdown of sessions (this is by wcarthur · 8 years ago
  68. abb4b09 Fixed StartAuthSessionWithParams: when StartAuthSession fails, by wcarthur · 8 years ago
  69. ee69aba Fixed bug in TestRM (uninitialized sizes for TPM2B's passed to CreatePrimaryComplete). by wcarthur · 8 years ago
  70. 7484053 tcti: Remove magic & version parameters from the Init functions. by Philip Tricca · 8 years ago
  71. 25c513e Merge pull request #151 from flihp/tcti_device_printf by wcarthur1 · 8 years ago
  72. a870758 Fixed bad comment. by wcarthur · 8 years ago
  73. 0d292d1 Fixed bugs in AddSession and DeleteSession (these never worked right to by wcarthur · 8 years ago
  74. 09a5bcd test: Add test cases to test TCTI logging mechanism in device TCTI. by Philip Tricca · 8 years ago
  75. 3b3881d Merge pull request #159 from flihp/tcti_device_common by wcarthur1 · 8 years ago
  76. 28eec1a Added test banner to TestLocalTcti function. by wcarthur · 8 years ago
  77. 35aa539 Bug fix (no return value for SAPI and TCTI finalize function). by wcarthur · 8 years ago
  78. 43c1671 tcti_device: Move convenience functions to common directory. by Philip Tricca · 8 years ago
  79. 591f64f Merge pull request #147 from wcarthur1/fixEncryptParam by wcarthur1 · 8 years ago
  80. 1917e1d Fixed test: missed this on first commit. by wcarthur · 8 years ago
  81. 33eb0d0 Merge pull request #142 from flihp/cmocka by wcarthur1 · 8 years ago
  82. 6960f1b debug: Remove global variable rmDebugPrefix. by Philip Tricca · 8 years ago
  83. b194be9 test: Integrate cmocka into autotools build, add basic test case for device TCTI. by Philip Tricca · 8 years ago
  84. 5a20994 debug: Turn printf_types enumeration into a type ... and then use it. by Philip Tricca · 8 years ago
  85. b33221d debug: Consolidate debug printf functions into the debug code. by Philip Tricca · 8 years ago
  86. 98b285a sockets: Move common socket code to separate module. by Philip Tricca · 8 years ago
  87. 9b45798 debug: Rmove the SHARED_OUT_FILE. by Philip Tricca · 8 years ago
  88. 2c1f02c TeardownDeviceTctiContext: Remove duplicate function. by Philip Tricca · 8 years ago
  89. 3f7201d tcti_device: Remove configuration string in favor of structure. by Philip Tricca · 8 years ago
  90. 6feb976 InitSocketTcti: Remove configuration string in favor of structure. by Philip Tricca · 8 years ago
  91. 78180e1 TCTIs: Get rid of the TSS2_TCTI_DRIVER_INFO struct. by Philip Tricca · 8 years ago
  92. fbf818c tpmtest: add a missed size initialization by Gang Wei · 8 years ago
  93. c75dd1d tpmtest: treat IBM software TPM as simulator by Gang Wei · 8 years ago
  94. d1bbedb tcti_socket: Fixup function names to match new module name. by Philip Tricca · 8 years ago
  95. 0dca4f1 tcti_device: Fixup function names to match new module name. by Philip Tricca · 8 years ago
  96. bb21d22 winbuild: Fixup resourcemgr and tpmclient build. by Philip Tricca · 8 years ago
  97. f1c977c tcti: Use consistent naming structure for tcti headers. by Philip Tricca · 8 years ago
  98. c3dedc2 Big change to better align with spec for exposed headers and structures. by Philip Tricca · 9 years ago
  99. 371fdbc Merge pull request #113 from gwei3/tpmtest-fix by wcarthur1 · 9 years ago
  100. 2da8954 windows: Fixup reference to platformcommand.c by Philip Tricca · 9 years ago