1. 99fa79c Merge branch '1.x' by Philip Tricca · 7 years ago
  2. 1fa2f4d doc: Add a manpage for the TctiSocketInit function. by Philip Tricca · 7 years ago
  3. fe67168 doc: Add manpage for the device TCTI initialization function. by Philip Tricca · 7 years ago
  4. 632c431 doc: Add manpages in the overview section for the two TCTIs. by Philip Tricca · 7 years ago
  5. 802c477 Merge branch 1.x by Philip Tricca · 7 years ago
  6. 334b675 Automate download / build / invocation of simulator. by Philip Tricca · 8 years ago
  7. 00074b7 test: Remove tpmtest, disable all tpmclient tests that depend on the RM. by Philip Tricca · 7 years ago
  8. 7966ef8 Remove resourcemgr and fixup build. by Philip Tricca · 7 years ago
  9. d1bd1fe Makefile.am: Add missing dependency to libmarshal by Alexander Steffen · 7 years ago
  10. 4f95c0e _TSS2_SYS_CONTEXT_BLOB: Add reasponse header structure. by Philip Tricca · 7 years ago
  11. f891580 test: Add integration test for Tss2_Sys_StartAuthSession. by Philip Tricca · 7 years ago
  12. 8e5afda unit: Add tests for successful calls to device TCTI receive / transmit. by Philip Tricca · 7 years ago
  13. 5f2d84e libtcti-device: Replace use of CHANGE_ENDIAN_* with libmarshal. by Philip Tricca · 7 years ago
  14. dd3b03c Cleanup includes of local files. by Philip Tricca · 7 years ago
  15. 9d586fc configure.ac: Replace use of hard coded linker flags with autoconf macro. by Philip Tricca · 7 years ago
  16. b43de64 Replace use of CONFIG_SITE with configure macro. by Philip Tricca · 7 years ago
  17. 183db37 Link unit tests against libsapi instead of building source directly. by Philip Tricca · 7 years ago
  18. 3efb282 libmarshal: Add functions to (un)?marshal TPM_ST and use them. by Philip Tricca · 7 years ago
  19. a6085c9 Move CheckOverflow.c from sapi_util to common. by Philip Tricca · 7 years ago
  20. 935972e Replace UINT32 marshaling with functions from libmarshal. by Philip Tricca · 7 years ago
  21. 819af36 Replace UINT16 marshaling with functions from libmarshal. by Philip Tricca · 7 years ago
  22. 6260ec0 Replace UINT8 marshaling (noops) with functions from libmarshal. by Philip Tricca · 7 years ago
  23. 391e889 marshal: Add logging mechanism. by Philip Tricca · 7 years ago
  24. b33eb35 marshal: Add functions to marshal UINT64s with unit test. by Philip Tricca · 8 years ago
  25. bff7212 marshal: Add functions for UINT32 and unit tests. by Philip Tricca · 8 years ago
  26. 689c090 marshal: Add marshalling functions for UINT16 with unit test. by Philip Tricca · 8 years ago
  27. 7360972 marshal: Add infrastructure to build libmarshal & (un)?marshal for UINT8. by Philip Tricca · 7 years ago
  28. 56fec89 cleanup: Convert 'cpp' files to 'c'. by Philip Tricca · 7 years ago
  29. 328ae1b test: Add integration test for asymmetric encrypt and decrypt use case. by hp · 8 years ago
  30. b4bebc7 test: Add integration test for PCR Read and Extend Remove PCR Extension test from tpmtest. by hp · 8 years ago
  31. ab961cb test: Add integration test for SelfTest. by hp · 8 years ago
  32. 43ac71d test: Add integration test for GetRandom. by hp · 8 years ago
  33. 475a02c Automate download / build / invocation of simulator. by Philip Tricca · 8 years ago
  34. e72f257 test: Add integration test "framework". by Philip Tricca · 8 years ago
  35. e08bdb9 Move unit tests from test/ to test/unit/ and remove the '_unit' suffix. by Philip Tricca · 8 years ago
  36. cd60952 libtcti-device: Normalize the naming for unit test file. by Philip Tricca · 8 years ago
  37. a7d2e2c libtcti-device: Consolidate unit test into a single file. by Philip Tricca · 8 years ago
  38. 430cda2 test: Add unit tests for marshalling and unmarshalling a simple TPM2B structure. by Philip Tricca · 8 years ago
  39. f2f595d test: Add test case for Unmarshal-UINT32. by Philip Tricca · 8 years ago
  40. 0038a17 test: Add unit test for Unmarshal_UINT16. by Philip Tricca · 8 years ago
  41. 5f0d4e4 change -I orders to let tcti_util.h in common/ be found first by Gang Wei · 8 years ago
  42. 1008bf5 Add unit test for CheckOverflow function. by Philip Tricca · 8 years ago
  43. 80d81bd Add a unit test for the marshal_UINT32 function. by Philip Tricca · 8 years ago
  44. f1811f0 Add unit test for marshal-UINT16 function. by Philip Tricca · 8 years ago
  45. 1f3a1fd Makefile.am: Fix CFLAGS for some of the unit tests. by Philip Tricca · 8 years ago
  46. 4334dee configure.ac: Allow for the unit tests to be enabled selectively. by Philip Tricca · 8 years ago
  47. 7d83983 Makefile.am: Add missing line continuation lost in a rebase. by Philip Tricca · 8 years ago
  48. 81223f4 Add unit test for the CopyCommandHeader function. by Philip Tricca · 8 years ago
  49. 364c0ce Add unit test for GetNumHandles, check for valid and invalid TPM_CC values. by Philip Tricca · 8 years ago
  50. 90363cd Add tests to ensure CommonPreparePrologue rejects TSS2_SYS_CONTEXTs with bad previousStage member. by Philip Tricca · 8 years ago
  51. 6f634c4 Add a single unit test to trigger the NULL deref bug in CommonPreparePrologue by Philip Tricca · 8 years ago
  52. b0927df Makefile.am: Remove SAPI_CLIENT macro definition. by Philip Tricca · 8 years ago
  53. 4c1b4a0 getcommands: Move to resourcemgr/, remove use of SAPI_CLIENT macro, fix error code by Philip Tricca · 8 years ago
  54. 3b7e712 Merge pull request #218 from flihp/librename by wcarthur1 · 8 years ago
  55. daeb5bb build: use config.site in place of hard coded flags variables. by Philip Tricca · 8 years ago
  56. 826f590 build: Rename libtcti* to libtcti-*. by Philip Tricca · 8 years ago
  57. d69337a build: Rename libtss2 to libsapi by Philip Tricca · 8 years ago
  58. fdce98d build: Make parent directory before generating pkg-config files. by Philip Tricca · 8 years ago
  59. 7ae0154 Make data for the libraries queryable through pkg-config. by Philip Tricca · 8 years ago
  60. 66f143a tcti: Remove use of SAPI_CLIENT flag in socket tcti. by Philip Tricca · 8 years ago
  61. fe6b8ae build: Add -Werror -Wall to default compiler flags. by Philip Tricca · 8 years ago
  62. 4f2bdd7 tcti_socket: Add common/debug.c to get debug functions. by Philip Tricca · 8 years ago
  63. 3d48635 tcti_device: Fix build errors when CFLAGS includes DEBUG by Philip Tricca · 8 years ago
  64. b661708 Merge pull request #184 from flihp/libs_no_undefined by wcarthur1 · 8 years ago
  65. 4eb2f35 tcti: Add buffer debug callback. by Philip Tricca · 8 years ago
  66. 0180ae2 Added code to clean up when connection between application and resource manager dies. by wcarthur · 8 years ago
  67. b1a6406 build: Build all libraries with -Wl,--no-undefined. by Philip Tricca · 8 years ago
  68. c3c1d54 build: Pass --no-undefined when linking libtss2. by Philip Tricca · 8 years ago
  69. 92fb8a7 build: Use export maps to control symbols exposed by TCTI libraries. by Philip Tricca · 8 years ago
  70. 125bb32 build: Build all libraries with -fPIC flag. by Philip Tricca · 8 years ago
  71. 8a6cfaa build: Remove -no-undefined from the libtctidevice LDFLAGS. by Philip Tricca · 8 years ago
  72. 09a5bcd test: Add test cases to test TCTI logging mechanism in device TCTI. by Philip Tricca · 8 years ago
  73. 43c1671 tcti_device: Move convenience functions to common directory. by Philip Tricca · 8 years ago
  74. 33eb0d0 Merge pull request #142 from flihp/cmocka by wcarthur1 · 8 years ago
  75. b194be9 test: Integrate cmocka into autotools build, add basic test case for device TCTI. by Philip Tricca · 8 years ago
  76. 016d898 tcti_device: Pass -no-undefined flag to linker. by Philip Tricca · 8 years ago
  77. b33221d debug: Consolidate debug printf functions into the debug code. by Philip Tricca · 8 years ago
  78. 98b285a sockets: Move common socket code to separate module. by Philip Tricca · 8 years ago
  79. 570b756 Revert "Expose version number to make, generate header guard checks." by Philip Tricca · 8 years ago
  80. 592576c Expose version number to make, generate header guard checks. by Philip Tricca · 8 years ago
  81. 785e88d tcti: Flatten the directory structure of the tcti code. by Philip Tricca · 8 years ago
  82. c3dedc2 Big change to better align with spec for exposed headers and structures. by Philip Tricca · 9 years ago
  83. 4ea417c Move TCTI_MAGIC and TCTI_VERSION values to a common include. by Philip Tricca · 9 years ago
  84. be9acd3 platformcommand: Link commands for interacting with the MS simulator into libtpm2tctisock. by Philip Tricca · 9 years ago
  85. e2c1679 build: Move all distributed headers into a common directory. by Philip Tricca · 9 years ago
  86. 8619aca Got local TPM TCTI tests working. by Will-nuc · 9 years ago
  87. 8d4f967 Fixed build errors under Linux. by Will-nuc · 9 years ago
  88. f2ea1f1 Fixed some build errors under Linux. by Will-nuc · 9 years ago
  89. a51ca97 build: Build the socket TCTI as a library. by Philip Tricca · 9 years ago
  90. 97e869f build: Package the local tpm TCTI as a library. by Philip Tricca · 9 years ago
  91. 2bd4adb build: Create libtpm2sapi. Install stuff. by Philip Tricca · 9 years ago
  92. 4b91242 build: Use libtool 'LT' and 'la' prefixes. by Philip Tricca · 9 years ago
  93. 5e81143 build: Get sysapi SOURCES right. by Philip Tricca · 9 years ago
  94. 0069247 build: Use AX_PTHREAD in configure.ac. by Philip Tricca · 9 years ago
  95. a509a68 build: Integrate libtool. by Philip Tricca · 9 years ago
  96. e690e08 build: Generate lists of source files at bootstrap time in src_vars.mk. by Philip Tricca · 9 years ago
  97. e960069 add a new menu based CLI test tools - tpmtest by Gang Wei · 9 years ago
  98. 7d256f0 build: Remove libcommon.a, reference common source directly. by Philip Tricca · 9 years ago
  99. 38de202 build: Merge tpmclient Makefile.am into base Makefile.am. by Philip Tricca · 9 years ago
  100. 10d1aa2 build: Migrate resourcemgr Makefile.am into base Makefile.am. by Philip Tricca · 9 years ago