1. 56bd58a Tss2_Sys_Execute: Replace absurdly large timeout with TSS2_TCTI_TIMEOUT_BLOCK. by Philip Tricca · 8 years ago
  2. b7cd1de fix off-by-one error in CheckOverflow by Daniel Mueller · 7 years ago
  3. 75c5ef8 CheckOverflow: Move sanity checks for context state from (un)?marshall functions to checkoverflow.c by Philip Tricca · 8 years ago
  4. a23a282 Remove Windows build files. by Philip Tricca · 8 years ago
  5. d87165e Tss2_Sys_Initialize: Factor the initialization of data buffer pointers into a separate function (InitSysContextPtrs). by Philip Tricca · 8 years ago
  6. be669f5 CommandUtil: Fix NULL deref bug in CommonPreparePrologue by Philip Tricca · 8 years ago
  7. dfa41a5 Remove all trailing whitespace. by Philip Tricca · 8 years ago
  8. e03b846 Fixup bugs introduced by 3b7e71220c9 by fixing up include directives to use sapi/ instead of tss2/ by Philip Tricca · 8 years ago
  9. c30955c Update marshal_simple_tpm2b.c by Erez Geva · 8 years ago
  10. 30ddbaa Update checkoverflow.c by Erez Geva · 8 years ago
  11. 1c82759 Got debug messages working in RM. by wcarthur · 8 years ago
  12. 70490b1 Merge pull request #188 from flihp/command_code_debug_info by wcarthur1 · 8 years ago
  13. 4eb2f35 tcti: Add buffer debug callback. by Philip Tricca · 8 years ago
  14. 1ad54e0 debug: Remove sysapi/sysapi_util/debug.c by Philip Tricca · 8 years ago
  15. cbf4975 debug: Remove global commandCodeStrings array from libtss2. by Philip Tricca · 8 years ago
  16. 7484053 tcti: Remove magic & version parameters from the Init functions. by Philip Tricca · 8 years ago
  17. 068d563 tcti_device: Replace global function pointer to debug print function. by Philip Tricca · 8 years ago
  18. 35aa539 Bug fix (no return value for SAPI and TCTI finalize function). by wcarthur · 8 years ago
  19. ea8d5ec Merge pull request #146 from wcarthur1/fixEncryptParam by wcarthur1 · 8 years ago
  20. c77b7cc Fixed bug in SetEncryptParam: should be checking that encrypParamSize is by wcarthur · 8 years ago
  21. c6634ec Merge pull request #130 from flihp/tcti_init_cfg by wcarthur1 · 8 years ago
  22. 78180e1 TCTIs: Get rid of the TSS2_TCTI_DRIVER_INFO struct. by Philip Tricca · 8 years ago
  23. 6a4e9e8 Headers: Remove version check for private headers. by Philip Tricca · 8 years ago
  24. c3dedc2 Big change to better align with spec for exposed headers and structures. by Philip Tricca · 9 years ago
  25. e2c1679 build: Move all distributed headers into a common directory. by Philip Tricca · 9 years ago
  26. 9a4d004 Merge pull request #96 from wcarthur1/sapiTests by wcarthur1 · 9 years ago
  27. b4b7e03 When previously autogenerating code from 1.26 version of TPM 2.0 spec, by wcarthur · 9 years ago
  28. 0c7f388 Fix include preferences by Teddy Reed · 9 years ago
  29. f6d78ac Undefined DEBUG_GAP_HANDLING in resourcemgr.h file. by wcarthur · 9 years ago
  30. 1987e15 Merge branch 'sapiTests' of https://github.com/wcarthur1/TPM2.0-TSS into wcarthur1-sapiTests by wcarthur · 9 years ago
  31. ab42858 Fixed bug in checks for malformed response error. by wcarthur · 9 years ago
  32. 6a7aeeb Added changes to properly return MALFORMED_RESPONSE errors. by wcarthur · 9 years ago
  33. 8a9c4ad Merge pull request #73 from wcarthur1/tctiTests by Gang(Jimmy) Wei · 9 years ago
  34. e0d3ec2 Got TCTI tests working against resourcemgr/PTT. by Will-nuc · 9 years ago
  35. a05cdcc Added support for receive when response buffer is too small. by wcarthur · 9 years ago
  36. 7b10eeb Changed unmarshalling of TPM2B_CREATION_DATA. Before it was unmarshalled as by wcarthur · 9 years ago
  37. bad1755 Changed most instances of TSS2_SYS_RC_INSUFFICIENT_BUFFER to by wcarthur · 9 years ago
  38. 7b81077 Added test for GetRpBuffer when no response handles or params. by wcarthur · 9 years ago
  39. f17eaa0 Merge branch 'tctiTests' into sapiTests by wcarthur · 9 years ago
  40. a88a414 Merge branch 'sapiTests' into tctiTests by wcarthur · 9 years ago
  41. f979e35 Fixed bad context tests for receive calls and code for receive calls. by wcarthur · 9 years ago
  42. d036d5a Merge pull request #68 from wcarthur1/sapiTests by Gang(Jimmy) Wei · 9 years ago
  43. bb0c2bb Removed duplicate initialization of rval field. by wcarthur · 9 years ago
  44. 1ac1397 Added other *.md files. by wcarthur · 9 years ago
  45. eedecd6 Added TCTI tests for bad reference, bad sequence, and IO error. by wcarthur · 9 years ago
  46. 5da9e09 Removed check for NULL sysContext in _Prepare. Moved this check into CommonPreparePrologue. by wcarthur · 9 years ago
  47. 1ea84a5 license: Normalize whitespace and text in license comment blocks. by Philip Tricca · 9 years ago
  48. d937bec Fixed bug with GetCpBuffer: was checking *cpBuffer for being NULL--shouldn't have done that. by Will-nuc · 9 years ago
  49. 5a77c74 Merge branch '01.org-master' into sapiTests by wcarthur · 9 years ago
  50. 2efe291 Fixed RM error codes. by wcarthur · 9 years ago
  51. 7520086 Fixed small bug in GetRspAuths: when we broke out of the for loop by wcarthur · 9 years ago
  52. f60ec99 Fixed bugs in Tss2_Sys_GetRspAuths: by wcarthur · 9 years ago
  53. ea1d345 Added tests for GetCpBuffer and fixed bugs in GetCpBuffer function. by wcarthur · 9 years ago
  54. d71ab7d Fixed bug with _Prepare tests. Needed to reset SYS_CONTEXT->rval at the right by wcarthur · 9 years ago
  55. 4d547ee Fixed Tss2_Sys_Finalize API so that it returns an error code. by wcarthur · 9 years ago
  56. 247b55a Fixed bugs in Tss2_Sys_GetRspAuths: by wcarthur · 9 years ago
  57. 12eb050 Fixed bug in RM: when it gets a zero sized response from the by wcarthur · 9 years ago
  58. d1fe287 Fixed issues with Tss2_Sys_Initialize not checking some error by wcarthur · 9 years ago
  59. ca64f34 Merge pull request #42 from wcarthur1/master by wcarthur1 · 9 years ago
  60. 626151a Merge branch 'master' of https://github.com/wcarthur1/TPM2.0-TSS by unknown · 9 years ago
  61. e71983f Using new tss2_tpm2_types.h file that was generated by Intel. by unknown · 9 years ago
  62. 8fb2b65 Merge pull request #35 from juliantrzeciak/cygwin_build by wcarthur1 · 9 years ago
  63. d3ff3b9 cygwin build issue by Julian Trzeciak · 9 years ago
  64. 7d3515f build: Move rules from sysapi Makefile.am into root Makefile.am. by Philip Tricca · 9 years ago
  65. 9580da3 Removed unneeded file. by unknown · 9 years ago
  66. 71aa985 sysapi: Replace hand crafted Makefile.in with Makefile.am by Philip Tricca · 9 years ago
  67. bd3d9b8 Use order-only prerequisite to make lib directory. by Philip Tricca · 9 years ago
  68. 16fc180 Fixed bugs: by Will Arthur · 9 years ago
  69. fac374a Drop release / debug builds in favor of a single default build target. by Philip Tricca · 9 years ago
  70. 8f065f3 Fixup sysapi build to use srcdir / VPATH. by Philip Tricca · 9 years ago
  71. 6388135 Cleanup: Remove whitespace at ends of lines and blank lines. by Philip Tricca · 9 years ago
  72. 9f6ff70 build: Move all compiler flags into the proper FLAGS variable. Use CXX* not CPLUS*. by Philip Tricca · 9 years ago
  73. 0f7feac Makefile.in: Remove references to the assembler and linker. by Philip Tricca · 9 years ago
  74. 35ac9cf build: Detect compilers in configure, use them in Makefiles. by Philip Tricca · 9 years ago
  75. 1c220d7 build: Generate Makefiles from templates. by Philip Tricca · 9 years ago
  76. 0edce08 build: Rename makefile to Makefile. by Philip Tricca · 9 years ago
  77. 35812f3 Deleted some unneeded directories and files. by Will Arthur · 9 years ago
  78. ca8e7f3 Directory struct reorganization. by Will Arthur · 9 years ago