1. 80d81bd Add a unit test for the marshal_UINT32 function. by Philip Tricca · 8 years ago
  2. 4be0534 tpmclient: Remove unused data. by Philip Tricca · 8 years ago
  3. f1811f0 Add unit test for marshal-UINT16 function. by Philip Tricca · 8 years ago
  4. 7571507 tcti_util: Move all utility functions for the TCTIs into a common file. by Philip Tricca · 8 years ago
  5. bd9e986 tcti_device_util: Cleanup the TeardownDeviceTcti function. by Philip Tricca · 8 years ago
  6. 755d9ec tcti_socket: Stop freeing caller allocated data in finalize function. by Philip Tricca · 8 years ago
  7. 81223f4 Add unit test for the CopyCommandHeader function. by Philip Tricca · 8 years ago
  8. 364c0ce Add unit test for GetNumHandles, check for valid and invalid TPM_CC values. by Philip Tricca · 8 years ago
  9. 90363cd Add tests to ensure CommonPreparePrologue rejects TSS2_SYS_CONTEXTs with bad previousStage member. by Philip Tricca · 8 years ago
  10. 6f634c4 Add a single unit test to trigger the NULL deref bug in CommonPreparePrologue by Philip Tricca · 8 years ago
  11. 642993f tpmtest: update CBC mode to CFB too by Gang Wei · 8 years ago
  12. dfa41a5 Remove all trailing whitespace. by Philip Tricca · 8 years ago
  13. 4c1b4a0 getcommands: Move to resourcemgr/, remove use of SAPI_CLIENT macro, fix error code by Philip Tricca · 8 years ago
  14. ffab88a tpmtest: fix a TPM2B initialization issue in test 34 by Gang Wei · 8 years ago
  15. 835d305 tpmtest: disable 2 cases for nonNULL platform auth by Gang Wei · 8 years ago
  16. 3d3fe5c tpmtest: replace all ECB mode with CFB by Gang Wei · 8 years ago
  17. e03b846 Fixup bugs introduced by 3b7e71220c9 by fixing up include directives to use sapi/ instead of tss2/ by Philip Tricca · 8 years ago
  18. cc57502 Merge pull request #210 from hteh/master by Gang(Jimmy) Wei · 8 years ago
  19. 20cac4e added in 6 use case tests & 1 functional test by hp · 8 years ago
  20. 1c82759 Got debug messages working in RM. by wcarthur · 8 years ago
  21. 5dc6916 tpmclient: Initialize a few variables explicitly. by Philip Tricca · 8 years ago
  22. 33eacd1 test: Remove unused state variable. by Philip Tricca · 8 years ago
  23. 1225a1b tpmtest & tpmclient: fix more TPM2B initialization by Gang Wei · 8 years ago
  24. c171cc2 update sample code to use INIT_SIMPLE_TPM2B_SIZE() by Gang Wei · 8 years ago
  25. 2dc284c tpmtest: use INIT_SIMPLE_TPM2B_SIZE to init TPM2B by Gang Wei · 8 years ago
  26. b093b5f tpmtest: fix one more place needing initializing TPM2B size by Gang Wei · 9 years ago
  27. 4eb2f35 tcti: Add buffer debug callback. by Philip Tricca · 9 years ago
  28. bcc7303 tcti_socket: Replace global function pointer to debug print function. by Philip Tricca · 9 years ago
  29. 210b770 Fixed uninitialized size fields in output simple TPM2B structures. by wcarthur · 9 years ago
  30. aee953e Fixed compiler warnings related to unused variables that are being turned into errors. by wcarthur1 · 9 years ago
  31. 098f8c0 Added support for properly calculating cpHash for commands that have no handles. by wcarthur · 9 years ago
  32. bbf2203 tpmclient: Add debug callback to device TCTI config. by Philip Tricca · 9 years ago
  33. decc21c Remove debug data from TCTI function signature. by Philip Tricca · 9 years ago
  34. faac11f tcti_device_test: Remove MAGIC and VERSION from Init call. by Philip Tricca · 9 years ago
  35. e2761a4 Fixed bug when running against IBM simulator. Need to check for by wcarthur1 · 9 years ago
  36. 08ad945 Fixed instances of 0x80006 errors (insufficient buffer) when running by wcarthur1 · 9 years ago
  37. 7ddc98e Enable connection specific creation and shutdown of sessions (this is preparation for getcap tests). by wcarthur · 9 years ago
  38. 39d58fa Revert "Enable connection specific creation and shutdown of sessions (this is" by Philip Tricca · 9 years ago
  39. 6b104cd Merge pull request #164 from flihp/remove_magic_version by wcarthur1 · 9 years ago
  40. 3aa33ac Enable connection specific creation and shutdown of sessions (this is by wcarthur · 9 years ago
  41. abb4b09 Fixed StartAuthSessionWithParams: when StartAuthSession fails, by wcarthur · 9 years ago
  42. ee69aba Fixed bug in TestRM (uninitialized sizes for TPM2B's passed to CreatePrimaryComplete). by wcarthur · 9 years ago
  43. 7484053 tcti: Remove magic & version parameters from the Init functions. by Philip Tricca · 9 years ago
  44. 25c513e Merge pull request #151 from flihp/tcti_device_printf by wcarthur1 · 9 years ago
  45. a870758 Fixed bad comment. by wcarthur · 9 years ago
  46. 0d292d1 Fixed bugs in AddSession and DeleteSession (these never worked right to by wcarthur · 9 years ago
  47. 09a5bcd test: Add test cases to test TCTI logging mechanism in device TCTI. by Philip Tricca · 9 years ago
  48. 3b3881d Merge pull request #159 from flihp/tcti_device_common by wcarthur1 · 9 years ago
  49. 28eec1a Added test banner to TestLocalTcti function. by wcarthur · 9 years ago
  50. 35aa539 Bug fix (no return value for SAPI and TCTI finalize function). by wcarthur · 9 years ago
  51. 43c1671 tcti_device: Move convenience functions to common directory. by Philip Tricca · 9 years ago
  52. 591f64f Merge pull request #147 from wcarthur1/fixEncryptParam by wcarthur1 · 9 years ago
  53. 1917e1d Fixed test: missed this on first commit. by wcarthur · 9 years ago
  54. 33eb0d0 Merge pull request #142 from flihp/cmocka by wcarthur1 · 9 years ago
  55. 6960f1b debug: Remove global variable rmDebugPrefix. by Philip Tricca · 9 years ago
  56. b194be9 test: Integrate cmocka into autotools build, add basic test case for device TCTI. by Philip Tricca · 9 years ago
  57. 5a20994 debug: Turn printf_types enumeration into a type ... and then use it. by Philip Tricca · 9 years ago
  58. b33221d debug: Consolidate debug printf functions into the debug code. by Philip Tricca · 9 years ago
  59. 98b285a sockets: Move common socket code to separate module. by Philip Tricca · 9 years ago
  60. 9b45798 debug: Rmove the SHARED_OUT_FILE. by Philip Tricca · 9 years ago
  61. 2c1f02c TeardownDeviceTctiContext: Remove duplicate function. by Philip Tricca · 9 years ago
  62. 3f7201d tcti_device: Remove configuration string in favor of structure. by Philip Tricca · 9 years ago
  63. 6feb976 InitSocketTcti: Remove configuration string in favor of structure. by Philip Tricca · 9 years ago
  64. 78180e1 TCTIs: Get rid of the TSS2_TCTI_DRIVER_INFO struct. by Philip Tricca · 9 years ago
  65. fbf818c tpmtest: add a missed size initialization by Gang Wei · 9 years ago
  66. c75dd1d tpmtest: treat IBM software TPM as simulator by Gang Wei · 9 years ago
  67. d1bbedb tcti_socket: Fixup function names to match new module name. by Philip Tricca · 9 years ago
  68. 0dca4f1 tcti_device: Fixup function names to match new module name. by Philip Tricca · 9 years ago
  69. bb21d22 winbuild: Fixup resourcemgr and tpmclient build. by Philip Tricca · 9 years ago
  70. f1c977c tcti: Use consistent naming structure for tcti headers. by Philip Tricca · 9 years ago
  71. c3dedc2 Big change to better align with spec for exposed headers and structures. by Philip Tricca · 9 years ago
  72. 371fdbc Merge pull request #113 from gwei3/tpmtest-fix by wcarthur1 · 9 years ago
  73. 2da8954 windows: Fixup reference to platformcommand.c by Philip Tricca · 9 years ago
  74. fdbfd01 fix tpmtest to met updated check in SAPI by Gang Wei · 9 years ago
  75. a7a73f8 Merge branch 'master' of https://github.com/01org/TPM2.0-TSS by wcarthur · 9 years ago
  76. 11d2238 Added code to print out spec version #. by wcarthur · 9 years ago
  77. e2c1679 build: Move all distributed headers into a common directory. by Philip Tricca · 9 years ago
  78. d295e29 Added project files for tpmtest. by wcarthur · 9 years ago
  79. f6d78ac Undefined DEBUG_GAP_HANDLING in resourcemgr.h file. by wcarthur · 9 years ago
  80. 33e538a Merge branch 'master' of https://github.com/01org/TPM2.0-TSS by wcarthur · 9 years ago
  81. 1987e15 Merge branch 'sapiTests' of https://github.com/wcarthur1/TPM2.0-TSS into wcarthur1-sapiTests by wcarthur · 9 years ago
  82. 776640c [tpmtest] fix tcti magic & version missing issue by Gang Wei · 9 years ago
  83. 4402db3 Better comments. by wcarthur · 9 years ago
  84. 01e35ad Added test for malformed response. by wcarthur · 9 years ago
  85. 007a1a9 Got latest changes to build and run on Windows. by wcarthur · 9 years ago
  86. 8a9c4ad Merge pull request #73 from wcarthur1/tctiTests by Gang(Jimmy) Wei · 9 years ago
  87. 8619aca Got local TPM TCTI tests working. by Will-nuc · 9 years ago
  88. e0d3ec2 Got TCTI tests working against resourcemgr/PTT. by Will-nuc · 9 years ago
  89. 7f5680b Fixed localtpm tcti code. Fixed TCTI test code that forces an IO error. by Will-nuc · 9 years ago
  90. d6bbaa1 Fixed build errors under Linux. by Will-nuc · 9 years ago
  91. c07856b Added receive test for NULL responseBuffer pointer. by wcarthur · 9 years ago
  92. 0f237fe Got all tests passing for receive with too small a buffer. by wcarthur · 9 years ago
  93. 3572745 Fixed SAPI API tests. by wcarthur · 9 years ago
  94. a05cdcc Added support for receive when response buffer is too small. by wcarthur · 9 years ago
  95. 7b10eeb Changed unmarshalling of TPM2B_CREATION_DATA. Before it was unmarshalled as by wcarthur · 9 years ago
  96. bad1755 Changed most instances of TSS2_SYS_RC_INSUFFICIENT_BUFFER to by wcarthur · 9 years ago
  97. 7b81077 Added test for GetRpBuffer when no response handles or params. by wcarthur · 9 years ago
  98. f2ea1f1 Fixed some build errors under Linux. by Will-nuc · 9 years ago
  99. 0651af2 Added tests for TCTI cancel and setLocality functions. by wcarthur · 9 years ago
  100. a88a414 Merge branch 'sapiTests' into tctiTests by wcarthur · 9 years ago