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