1. 5c1b140 build: Link against libcrypt, not libssl. by Philip Tricca · 7 years ago
  2. c014b43 README.md: Update travis badge for intel -> tpm2-software. by Philip Tricca · 7 years ago
  3. 3daaab1 test: add test for PolicyTemplate by Tadeusz Struk · 7 years ago
  4. 15220e8 test: add a common hash function by Tadeusz Struk · 7 years ago
  5. 57d372e travis: add libssl-dev by Tadeusz Struk · 7 years ago
  6. 4fa3549 sapi: add TPM2_PolicyTemplate command by Tadeusz Struk · 7 years ago
  7. da03f11 docs: Add section for Windows Visual Studio build. by Philip Tricca · 7 years ago
  8. 4b4b487 build: Add yml file for appveyor. by Philip Tricca · 7 years ago
  9. 9dde2ca build: Add Visual Studio project for tss2-sapi.lib / dll. by Philip Tricca · 7 years ago
  10. 2d5c219 build: Add Visual Studio solution and project file for tss2-mu library. by Philip Tricca · 7 years ago
  11. b092485 log: Add wrappers for functions deprecated or unsupported in Visual Studio. by Philip Tricca · 7 years ago
  12. 111244c tss2_tcti.h: Define TCTI poll handle type for _WIN32 platforms. by Philip Tricca · 7 years ago
  13. 0099da7 Ignore .vs directory. by Philip Tricca · 7 years ago
  14. 0723c61 readme: fix spelling mistake by William Roberts · 7 years ago
  15. 52a83ba Include local headers by Kristen Carlson Accardi · 7 years ago
  16. cc9dc26 doc: Update link to travis-ci with new Github org name. by Philip Tricca · 7 years ago
  17. e03f087 README: update documentation for testing by Kristen Carlson Accardi · 7 years ago
  18. ee44805 INSTALL: update Dependencies by Kristen Carlson Accardi · 7 years ago
  19. 178dd5d update INSTALL and README by Kristen Carlson Accardi · 7 years ago
  20. 5981455 log: Replace use of 'index' with 'strchr'. by Philip Tricca · 7 years ago
  21. 8315ef3 tcti-socket: Deprecate the old InitSocketTcti function, by Philip Tricca · 7 years ago
  22. 1ae4cff tcti-device: Deprecate the old InitDeviceTcti function. by Philip Tricca · 7 years ago
  23. c6de001 header: Include 'common.h' using local / "" form. by Philip Tricca · 7 years ago
  24. 5878264 tcti-socket: Fix build failure due to undeclared HOST_NAME_MAX by Jia Zhang · 7 years ago
  25. 9deabdd test: Remove old tpmclient 'tcti_util' module. by Philip Tricca · 7 years ago
  26. b14d848 Ignore files generated by the code coverage tools. by Philip Tricca · 7 years ago
  27. 2eedc92 TEST: Fix segfault in tcti-device test by Andreas Fuchs · 7 years ago
  28. 5a580be Loging: Fix unconditional read by Andreas Fuchs · 7 years ago
  29. c4fa8da libmu: Clean up formatting of (UN)?MARSHAL2 macros and document. by Philip Tricca · 7 years ago
  30. 0bb444a libmu: Add documentation as comments above UNMARSHAL macros. by Philip Tricca · 7 years ago
  31. 056aa21 libmu: Add documentation as a comment above the TPMU_MARSHAL2 macro. by Philip Tricca · 7 years ago
  32. 9fb6e1e libmu: Add additional detail to the docs for the TPMU_MARSHAL macro. by Philip Tricca · 7 years ago
  33. abc63b3 build: Have supported glibc versions before 2.19. by Lu Gong · 7 years ago
  34. 5c3a67d log: Wrap use of compiler specific attributes in a macro. by Philip Tricca · 7 years ago
  35. 7362c44 tcti-socket: Move TCTI_SOCKET_DEFAULT macro to public header. by Philip Tricca · 7 years ago
  36. 001e8bf tcti-device: Move TCTI_DEVICE_DEFAULT macro to public header. by Philip Tricca · 7 years ago
  37. 0bc0ae7 tcti: Add 'TSS2_' prefix to TCTI_INFO_SYMBOL macro. by Philip Tricca · 7 years ago
  38. 45a711e doc: Document exceptions to function and variable naming convention. by Philip Tricca · 7 years ago
  39. 77683c7 tcti-socket: Add common Info and Init function. by Philip Tricca · 7 years ago
  40. 0b12bc8 Add liburiparser-dev to packages installed on travis builder. by Philip Tricca · 7 years ago
  41. 6d4ae3e tcti-device: Implement common Info and Init function. by Philip Tricca · 7 years ago
  42. 58b34e8 tss2_tcti.h: Add structurs and types for common TCTI initialization. by Philip Tricca · 7 years ago
  43. ee3d08a Define TPMS_EMPTY structure to have a BYTE array with a single member. by Philip Tricca · 7 years ago
  44. 5c1c829 tcti: Remove unused log data from device TCTI config structure. by Philip Tricca · 7 years ago
  45. 78a4958 test: Update to new logging framework by Andreas Fuchs · 7 years ago
  46. 43a0d76 TCTI: Update to new logging framework by Andreas Fuchs · 7 years ago
  47. 32d6a0f Marshal: Updated to new logging infrastructure by Andreas Fuchs · 7 years ago
  48. bc49076 Log: Add a new logging infrastructure by Andreas Fuchs · 7 years ago
  49. a4e8c0c build: Have travis-ci run integration tests in parallel. by Philip Tricca · 7 years ago
  50. 21a8b73 build: Ensure that the simulator started by the test harness has bound both ports. by Philip Tricca · 7 years ago
  51. a36a494 marshal: Remove semicolon from invocations of BASE_(UN)?MARSHAL macro. by Philip Tricca · 7 years ago
  52. d413ed5 Remove final semicolon from definition of TPM2B_TYPE2 macro. by Philip Tricca · 7 years ago
  53. 0820651 build: Have supported compilers use 'c99' language standard instead of 'gnu99'. by Philip Tricca · 7 years ago
  54. 8f31411 SAPI: Add missing _complete calls to header file by Andreas Fuchs · 7 years ago
  55. 8ccb387 SAPI: Fixed wrong function name for PolicyNvWritten by Andreas Fuchs · 7 years ago
  56. 9399751 SAPI: Add missing const qualifier for IncremetalSelfTest by Andreas Fuchs · 7 years ago
  57. 32bbf0c sapi: Add SAPI functions for Attached Component commands by Tadeusz Struk · 7 years ago
  58. c7040b9 marshal: add marshaling functions for AC types by Tadeusz Struk · 7 years ago
  59. 4154d4f sapi: Add TPM2 AC related commands by Tadeusz Struk · 7 years ago
  60. 86ab112 marshal: fix compiler errors for non GNU compatible compilers by Tadeusz Struk · 7 years ago
  61. ab0a104 CHANGELOG.md: Include data for version 1.3.0. by Philip Tricca · 7 years ago
  62. c0841fc build: Include README.md and friends in the release tarball. by Philip Tricca · 7 years ago
  63. f6255dc tcti.h: Update TCTI_MAGIC to make it explicitly ULL by yunusemreayhan · 7 years ago
  64. 7fb53ef travis: ensure COVERALLS_REPO_TOKEN is set before uploading by William Roberts · 7 years ago
  65. 03956e4 Use _MU_ RC layer in place of _TYPES_ layer removed in e66804b9ad58. by Philip Tricca · 7 years ago
  66. e66804b Headers: Fixing macros for error levels (to rc layers) by Andreas Fuchs · 7 years ago
  67. 14d344f coveralls: enable coverage stats by William Roberts · 7 years ago
  68. 313cea8 build: Add libmu as a dependency of libtcti-socket. by Philip Tricca · 7 years ago
  69. bf9b612 sysapi: Update SetCmdAuths and GetRspAuths to new parameter type by Andreas Fuchs · 7 years ago
  70. 1e49b4c build: detect ld version-script flag support by David R. Bild · 7 years ago
  71. f687652 Marshal: fixed NULL pointer dereferencing by Andreas Fuchs · 7 years ago
  72. e454382 tests: Fixes unused variables by Andreas Fuchs · 7 years ago
  73. 1d1ce78 tests: Fixes unused variables by Andreas Fuchs · 7 years ago
  74. a71dfd0 tests: Fixes unused variables by Andreas Fuchs · 7 years ago
  75. 61ba0c7 tests: Fixes unused variables by Andreas Fuchs · 7 years ago
  76. 1e1d988 tests: Fixes unused variables by Andreas Fuchs · 7 years ago
  77. f0c20dd tests: Fixes unused variables by Andreas Fuchs · 7 years ago
  78. 047e899 tests: Fixes unused variables by Andreas Fuchs · 7 years ago
  79. 13ab189 tests: Fixes unused return codes by Andreas Fuchs · 7 years ago
  80. 521263a test: fix use after free by Andreas Fuchs · 7 years ago
  81. d265c5c tcti: Fix unused return code by Andreas Fuchs · 7 years ago
  82. f8a6662 tcti: Fix unused return code by Andreas Fuchs · 7 years ago
  83. fa0a309 sysapi: Fix unused return code by Andreas Fuchs · 7 years ago
  84. 44f712d sysapi: Fixes about GetCommandCode by Andreas Fuchs · 7 years ago
  85. f8d3fae tcti: support MSG_NOSIGNAL equivalent on OS X by David R. Bild · 7 years ago
  86. b9b7519 Enable sys/socket.h include for OS X by David R. Bild · 7 years ago
  87. e27f923 Enable for poll.h include for OS X by David R. Bild · 7 years ago
  88. 69babb7 endian: fix manually-defined endian conversions by David R. Bild · 7 years ago
  89. 3c965e7 Make: Add silent rules by Andreas Fuchs · 7 years ago
  90. 43e9150 sysapi: Remove double return by Andreas Fuchs · 7 years ago
  91. 8b3c6d9 bootstrap: use portable printf instead of echo by David R. Bild · 7 years ago
  92. 61cb7fb Tests: Add support for code coverage measurement by Andreas Fuchs · 7 years ago
  93. 24fb130 Makefile: Add target to build check-programs by Andreas Fuchs · 7 years ago
  94. bf6b48f sysapi: fix GetRpBuffer by Andreas Fuchs · 7 years ago
  95. 37c3e11 marshal: remove the fake na member from TPMU by Tadeusz Struk · 7 years ago
  96. 0072fe0 MU: Add missing marshaling functions by Andreas Fuchs · 7 years ago
  97. a324949 Tests: Fixed mistake from TPMA-patch by Andreas Fuchs · 7 years ago
  98. 17b4af8 remove double struct definition of TSS2_SYS_CONTEXT by Thomas Furtner · 7 years ago
  99. 5ccc9ec tpm-types: Switch TPMAs from struct to defines by Andreas Fuchs · 7 years ago
  100. 930b5c1 tcti: Change macro function names to CamelCase by Andreas Fuchs · 7 years ago