1. e5d4ddb configure.ac: Replace use of hard coded linker flags with autoconf macro. by Philip Tricca · 8 years ago
  2. 57f61d9 Replace use of CONFIG_SITE with configure macro. by Philip Tricca · 8 years ago
  3. 6e9c9cf test: Add integration test for asymmetric encrypt and decrypt use case. by hp · 8 years ago
  4. 93b735e test: Add integration test for PCR Read and Extend Remove PCR Extension test from tpmtest. by hp · 8 years ago
  5. 1b9ccfa test: Add integration test for SelfTest. by hp · 8 years ago
  6. 7ae176b test: Add integration test for GetRandom. by hp · 8 years ago
  7. b77704e test: Add integration test "framework". by Philip Tricca · 8 years ago
  8. 6e2b115 unit: Add tests for successful calls to device TCTI receive / transmit. by Philip Tricca · 8 years ago
  9. 7340742 Move unit tests from test/ to test/unit/ and remove the '_unit' suffix. by Philip Tricca · 8 years ago
  10. 1fa2f4d doc: Add a manpage for the TctiSocketInit function. by Philip Tricca · 7 years ago
  11. fe67168 doc: Add manpage for the device TCTI initialization function. by Philip Tricca · 7 years ago
  12. 632c431 doc: Add manpages in the overview section for the two TCTIs. by Philip Tricca · 7 years ago
  13. 334b675 Automate download / build / invocation of simulator. by Philip Tricca · 8 years ago
  14. 00074b7 test: Remove tpmtest, disable all tpmclient tests that depend on the RM. by Philip Tricca · 7 years ago
  15. 7966ef8 Remove resourcemgr and fixup build. by Philip Tricca · 7 years ago
  16. 430cda2 test: Add unit tests for marshalling and unmarshalling a simple TPM2B structure. by Philip Tricca · 8 years ago
  17. f2f595d test: Add test case for Unmarshal-UINT32. by Philip Tricca · 8 years ago
  18. 0038a17 test: Add unit test for Unmarshal_UINT16. by Philip Tricca · 8 years ago
  19. 5f0d4e4 change -I orders to let tcti_util.h in common/ be found first by Gang Wei · 8 years ago
  20. 1008bf5 Add unit test for CheckOverflow function. by Philip Tricca · 8 years ago
  21. 80d81bd Add a unit test for the marshal_UINT32 function. by Philip Tricca · 8 years ago
  22. f1811f0 Add unit test for marshal-UINT16 function. by Philip Tricca · 8 years ago
  23. 1f3a1fd Makefile.am: Fix CFLAGS for some of the unit tests. by Philip Tricca · 8 years ago
  24. 4334dee configure.ac: Allow for the unit tests to be enabled selectively. by Philip Tricca · 8 years ago
  25. 7d83983 Makefile.am: Add missing line continuation lost in a rebase. by Philip Tricca · 8 years ago
  26. 81223f4 Add unit test for the CopyCommandHeader function. by Philip Tricca · 8 years ago
  27. 364c0ce Add unit test for GetNumHandles, check for valid and invalid TPM_CC values. by Philip Tricca · 8 years ago
  28. 90363cd Add tests to ensure CommonPreparePrologue rejects TSS2_SYS_CONTEXTs with bad previousStage member. by Philip Tricca · 8 years ago
  29. 6f634c4 Add a single unit test to trigger the NULL deref bug in CommonPreparePrologue by Philip Tricca · 8 years ago
  30. b0927df Makefile.am: Remove SAPI_CLIENT macro definition. by Philip Tricca · 8 years ago
  31. 4c1b4a0 getcommands: Move to resourcemgr/, remove use of SAPI_CLIENT macro, fix error code by Philip Tricca · 8 years ago
  32. 3b7e712 Merge pull request #218 from flihp/librename by wcarthur1 · 8 years ago
  33. daeb5bb build: use config.site in place of hard coded flags variables. by Philip Tricca · 8 years ago
  34. 826f590 build: Rename libtcti* to libtcti-*. by Philip Tricca · 8 years ago
  35. d69337a build: Rename libtss2 to libsapi by Philip Tricca · 8 years ago
  36. fdce98d build: Make parent directory before generating pkg-config files. by Philip Tricca · 8 years ago
  37. 7ae0154 Make data for the libraries queryable through pkg-config. by Philip Tricca · 8 years ago
  38. 66f143a tcti: Remove use of SAPI_CLIENT flag in socket tcti. by Philip Tricca · 8 years ago
  39. fe6b8ae build: Add -Werror -Wall to default compiler flags. by Philip Tricca · 8 years ago
  40. 4f2bdd7 tcti_socket: Add common/debug.c to get debug functions. by Philip Tricca · 8 years ago
  41. 3d48635 tcti_device: Fix build errors when CFLAGS includes DEBUG by Philip Tricca · 8 years ago
  42. b661708 Merge pull request #184 from flihp/libs_no_undefined by wcarthur1 · 8 years ago
  43. 4eb2f35 tcti: Add buffer debug callback. by Philip Tricca · 9 years ago
  44. 0180ae2 Added code to clean up when connection between application and resource manager dies. by wcarthur · 9 years ago
  45. b1a6406 build: Build all libraries with -Wl,--no-undefined. by Philip Tricca · 9 years ago
  46. c3c1d54 build: Pass --no-undefined when linking libtss2. by Philip Tricca · 9 years ago
  47. 92fb8a7 build: Use export maps to control symbols exposed by TCTI libraries. by Philip Tricca · 9 years ago
  48. 125bb32 build: Build all libraries with -fPIC flag. by Philip Tricca · 9 years ago
  49. 8a6cfaa build: Remove -no-undefined from the libtctidevice LDFLAGS. by Philip Tricca · 9 years ago
  50. 09a5bcd test: Add test cases to test TCTI logging mechanism in device TCTI. by Philip Tricca · 9 years ago
  51. 43c1671 tcti_device: Move convenience functions to common directory. by Philip Tricca · 9 years ago
  52. 33eb0d0 Merge pull request #142 from flihp/cmocka by wcarthur1 · 9 years ago
  53. b194be9 test: Integrate cmocka into autotools build, add basic test case for device TCTI. by Philip Tricca · 9 years ago
  54. 016d898 tcti_device: Pass -no-undefined flag to linker. by Philip Tricca · 9 years ago
  55. b33221d debug: Consolidate debug printf functions into the debug code. by Philip Tricca · 9 years ago
  56. 98b285a sockets: Move common socket code to separate module. by Philip Tricca · 9 years ago
  57. 570b756 Revert "Expose version number to make, generate header guard checks." by Philip Tricca · 9 years ago
  58. 592576c Expose version number to make, generate header guard checks. by Philip Tricca · 9 years ago
  59. 785e88d tcti: Flatten the directory structure of the tcti code. by Philip Tricca · 9 years ago
  60. c3dedc2 Big change to better align with spec for exposed headers and structures. by Philip Tricca · 9 years ago
  61. 4ea417c Move TCTI_MAGIC and TCTI_VERSION values to a common include. by Philip Tricca · 9 years ago
  62. be9acd3 platformcommand: Link commands for interacting with the MS simulator into libtpm2tctisock. by Philip Tricca · 9 years ago
  63. e2c1679 build: Move all distributed headers into a common directory. by Philip Tricca · 9 years ago
  64. 8619aca Got local TPM TCTI tests working. by Will-nuc · 9 years ago
  65. 8d4f967 Fixed build errors under Linux. by Will-nuc · 9 years ago
  66. f2ea1f1 Fixed some build errors under Linux. by Will-nuc · 9 years ago
  67. a51ca97 build: Build the socket TCTI as a library. by Philip Tricca · 9 years ago
  68. 97e869f build: Package the local tpm TCTI as a library. by Philip Tricca · 9 years ago
  69. 2bd4adb build: Create libtpm2sapi. Install stuff. by Philip Tricca · 9 years ago
  70. 4b91242 build: Use libtool 'LT' and 'la' prefixes. by Philip Tricca · 9 years ago
  71. 5e81143 build: Get sysapi SOURCES right. by Philip Tricca · 9 years ago
  72. 0069247 build: Use AX_PTHREAD in configure.ac. by Philip Tricca · 9 years ago
  73. a509a68 build: Integrate libtool. by Philip Tricca · 9 years ago
  74. e690e08 build: Generate lists of source files at bootstrap time in src_vars.mk. by Philip Tricca · 9 years ago
  75. e960069 add a new menu based CLI test tools - tpmtest by Gang Wei · 9 years ago
  76. 7d256f0 build: Remove libcommon.a, reference common source directly. by Philip Tricca · 9 years ago
  77. 38de202 build: Merge tpmclient Makefile.am into base Makefile.am. by Philip Tricca · 9 years ago
  78. 10d1aa2 build: Migrate resourcemgr Makefile.am into base Makefile.am. by Philip Tricca · 9 years ago
  79. c41925d build: Migrate Makefile.am from common directory to the root. by Philip Tricca · 9 years ago
  80. 7d3515f build: Move rules from sysapi Makefile.am into root Makefile.am. by Philip Tricca · 9 years ago
  81. b9a1adf Build static library for objects under 'common' directory. by Philip Tricca · 9 years ago
  82. 60a44a2 Migrate root Makefile.in to automake. by Philip Tricca · 9 years ago[Renamed (91%) from Makefile.in]
  83. fac374a Drop release / debug builds in favor of a single default build target. by Philip Tricca · 9 years ago
  84. 6388135 Cleanup: Remove whitespace at ends of lines and blank lines. by Philip Tricca · 9 years ago
  85. 1c220d7 build: Generate Makefiles from templates. by Philip Tricca · 9 years ago[Renamed from Makefile]
  86. 0edce08 build: Rename makefile to Makefile. by Philip Tricca · 9 years ago[Renamed (76%) from makefile]
  87. 66214c1 Merge branch 'newdirs' of https://github.com/01org/TPM2.0-TSS into newdirs by Will Arthur · 9 years ago