1. 109de7d ESAPI: Deduplicate code in response handling by Juergen Repp · 6 years ago
  2. ecd44eb Tests: Add ESAPI tests by Juergen Repp · 6 years ago
  3. dc9c673 ESAPI: Fix name calculation for NV_Write by Juergen Repp · 6 years ago
  4. 74f8eda ESAPI: Add special handling for NV_DefineSpace by Juergen Repp · 6 years ago
  5. 0784152 ESAPI: Fix handling of multiple auth sessions by Juergen Repp · 6 years ago
  6. b832467 ESAPI: Coding style by Juergen Repp · 6 years ago
  7. 219fda5 ESAPI: Fix uninitialized value by Juergen Repp · 6 years ago
  8. 4ee237b ESAPI: Correct rpHash calculation by Andreas Fuchs · 6 years ago
  9. 32c4158 tss2_tcti.h: Use types for TCTI function pointers. by Philip Tricca · 6 years ago
  10. c0212a2 tss2_tcti.h: Remove old function invocation macros. by Philip Tricca · 6 years ago
  11. 6e8d697 tss2_tcti.h: Return BAD_CONTEXT not BAD_REFERENCE if context is NULL. by Philip Tricca · 6 years ago
  12. 1c753d6 tss2_tcti.h: Remove version guard. by Philip Tricca · 6 years ago
  13. aecc2da tss2_tcti.h: Use only C style comments, append '_H' to header guard. by Philip Tricca · 6 years ago
  14. 3a38292 libtcti-socket: Optimize transmission of simulator send command header. by Philip Tricca · 6 years ago
  15. aca82c9 libtcti-socket: Cleanup transmit function. by Philip Tricca · 6 years ago
  16. ddf42b2 tcti: Fix API compatibility with TCTI transmit function. by Philip Tricca · 6 years ago
  17. d42e723 libtcti-socket: Refactor signaling with simulator when sending a command. by Philip Tricca · 6 years ago
  18. 72fba0b libtcti-socket: Refactor command header parsing in 'send' function. by Philip Tricca · 6 years ago
  19. bdc6945 libtcti-socket: Rewrite SendSessionEndSocketTcti function. by Philip Tricca · 6 years ago
  20. f95abed libtcti-socket: Remove 'SendSessionEndSocketTcti' function from header. by Philip Tricca · 6 years ago
  21. 76ba600 libtcti-socket: Remove unnecessary parameters, fix types and rename tctiSendBytes. by Philip Tricca · 6 years ago
  22. fd946a8 libtcti-socket: Remove unused macros. by Philip Tricca · 6 years ago
  23. 0b842fa libtcti-socket: Cleanup PlatformCommand and use 'read' not 'recv'. by Philip Tricca · 6 years ago
  24. cdb027c build: Distribute the source for the InitSocketTcti man page. by Philip Tricca · 6 years ago
  25. 5a64596 build: Use utility library instead of building the log module in directly. by Philip Tricca · 6 years ago
  26. dff2686 tcti-socket: Use 'write_all' utility function in place of 'send'. by Philip Tricca · 6 years ago
  27. e487b99 tcti-device: Use 'write_all' utilty function in place of 'write'. by Philip Tricca · 6 years ago
  28. 1d785ca .gitignore: Fix bad ignore rule that ignored unit test sources. by Philip Tricca · 6 years ago
  29. a003ae6 tcti: Add 'write_all' utility function to retry the 'write' syscall. by Philip Tricca · 6 years ago
  30. a758e3f tcti: Add macro to retry after temporary syscall failures / interrupts. by Philip Tricca · 6 years ago
  31. efe1d06 libtcti_device: Improve error reporting on short write. by Philip Tricca · 6 years ago
  32. 382f40e libtcti_device: Simplify debug output in transmit function. by Philip Tricca · 6 years ago
  33. 21fa321 tcti: Use C style comment block for license header & some cleanup. by Philip Tricca · 6 years ago
  34. 7f171a5 tcti: Clean out remnants of old logging infrastructure. by Philip Tricca · 6 years ago
  35. 3030148 sapi: add TPM2PolicyAuthorizeNV command by Tadeusz Struk · 6 years ago
  36. 5070a4b Add OpenSSL dependency to INSTALL.md by Dominic Manuel Grauvogl · 6 years ago
  37. 34270f4 build: Build test library only when integration tests are enabled. by Philip Tricca · 6 years ago
  38. a93aa63 sysapi/execute.c: Reorder check of return values to eliminate dead code. by Philip Tricca · 6 years ago
  39. c22da98 Tss2_Sys_Commit.c: Add missing check for return value in 'Prepare'. by Philip Tricca · 6 years ago
  40. 5612726 tcti: Remove old file logging.h by Philip Tricca · 6 years ago
  41. 02304d2 CI: Add 64bit build to AppVeyor yml. by Philip Tricca · 6 years ago
  42. a93dad1 esapi: Repair a header guard using two symbols. by Philip Tricca · 7 years ago
  43. a9b67da esapi: Include esys_types.h from esys_int.h instead of public headers. by Philip Tricca · 7 years ago
  44. e829b74 build: Add libgcrypt20-dev to package list for travis to install. by Philip Tricca · 7 years ago
  45. 8eecfd3 build: Exit with an error when the configure script can't find gcrypt. by Philip Tricca · 7 years ago
  46. 2968c71 Doxygen: Integrate doxygen building by Andreas Fuchs · 7 years ago
  47. ff821bd ESAPI: Added support for ESAPI by Juergen Repp · 7 years ago
  48. de85e25 TPM-Types: Add missing defines of spec 1.38 by Andreas Fuchs · 7 years ago
  49. 0b092af Add Visual Studio 64-bit build rules by Dan Anderson · 6 years ago
  50. 7c72dd4 test: add test for TPM2_CreateLoaded command by Tadeusz Struk · 7 years ago
  51. 23d8635 sapi: add TPM2_CreateLoaded command by Tadeusz Struk · 7 years ago
  52. 5c1b140 build: Link against libcrypt, not libssl. by Philip Tricca · 7 years ago
  53. c014b43 README.md: Update travis badge for intel -> tpm2-software. by Philip Tricca · 7 years ago
  54. 3daaab1 test: add test for PolicyTemplate by Tadeusz Struk · 7 years ago
  55. 15220e8 test: add a common hash function by Tadeusz Struk · 7 years ago
  56. 57d372e travis: add libssl-dev by Tadeusz Struk · 7 years ago
  57. 4fa3549 sapi: add TPM2_PolicyTemplate command by Tadeusz Struk · 7 years ago
  58. da03f11 docs: Add section for Windows Visual Studio build. by Philip Tricca · 7 years ago
  59. 4b4b487 build: Add yml file for appveyor. by Philip Tricca · 7 years ago
  60. 9dde2ca build: Add Visual Studio project for tss2-sapi.lib / dll. by Philip Tricca · 7 years ago
  61. 2d5c219 build: Add Visual Studio solution and project file for tss2-mu library. by Philip Tricca · 7 years ago
  62. b092485 log: Add wrappers for functions deprecated or unsupported in Visual Studio. by Philip Tricca · 7 years ago
  63. 111244c tss2_tcti.h: Define TCTI poll handle type for _WIN32 platforms. by Philip Tricca · 7 years ago
  64. 0099da7 Ignore .vs directory. by Philip Tricca · 7 years ago
  65. 0723c61 readme: fix spelling mistake by William Roberts · 7 years ago
  66. 52a83ba Include local headers by Kristen Carlson Accardi · 7 years ago
  67. cc9dc26 doc: Update link to travis-ci with new Github org name. by Philip Tricca · 7 years ago
  68. e03f087 README: update documentation for testing by Kristen Carlson Accardi · 7 years ago
  69. ee44805 INSTALL: update Dependencies by Kristen Carlson Accardi · 7 years ago
  70. 178dd5d update INSTALL and README by Kristen Carlson Accardi · 7 years ago
  71. 5981455 log: Replace use of 'index' with 'strchr'. by Philip Tricca · 7 years ago
  72. 8315ef3 tcti-socket: Deprecate the old InitSocketTcti function, by Philip Tricca · 7 years ago
  73. 1ae4cff tcti-device: Deprecate the old InitDeviceTcti function. by Philip Tricca · 7 years ago
  74. c6de001 header: Include 'common.h' using local / "" form. by Philip Tricca · 7 years ago
  75. 5878264 tcti-socket: Fix build failure due to undeclared HOST_NAME_MAX by Jia Zhang · 7 years ago
  76. 9deabdd test: Remove old tpmclient 'tcti_util' module. by Philip Tricca · 7 years ago
  77. b14d848 Ignore files generated by the code coverage tools. by Philip Tricca · 7 years ago
  78. 2eedc92 TEST: Fix segfault in tcti-device test by Andreas Fuchs · 7 years ago
  79. 5a580be Loging: Fix unconditional read by Andreas Fuchs · 7 years ago
  80. c4fa8da libmu: Clean up formatting of (UN)?MARSHAL2 macros and document. by Philip Tricca · 7 years ago
  81. 0bb444a libmu: Add documentation as comments above UNMARSHAL macros. by Philip Tricca · 7 years ago
  82. 056aa21 libmu: Add documentation as a comment above the TPMU_MARSHAL2 macro. by Philip Tricca · 7 years ago
  83. 9fb6e1e libmu: Add additional detail to the docs for the TPMU_MARSHAL macro. by Philip Tricca · 7 years ago
  84. abc63b3 build: Have supported glibc versions before 2.19. by Lu Gong · 7 years ago
  85. 5c3a67d log: Wrap use of compiler specific attributes in a macro. by Philip Tricca · 7 years ago
  86. 7362c44 tcti-socket: Move TCTI_SOCKET_DEFAULT macro to public header. by Philip Tricca · 7 years ago
  87. 001e8bf tcti-device: Move TCTI_DEVICE_DEFAULT macro to public header. by Philip Tricca · 7 years ago
  88. 0bc0ae7 tcti: Add 'TSS2_' prefix to TCTI_INFO_SYMBOL macro. by Philip Tricca · 7 years ago
  89. 45a711e doc: Document exceptions to function and variable naming convention. by Philip Tricca · 7 years ago
  90. 77683c7 tcti-socket: Add common Info and Init function. by Philip Tricca · 7 years ago
  91. 0b12bc8 Add liburiparser-dev to packages installed on travis builder. by Philip Tricca · 7 years ago
  92. 6d4ae3e tcti-device: Implement common Info and Init function. by Philip Tricca · 7 years ago
  93. 58b34e8 tss2_tcti.h: Add structurs and types for common TCTI initialization. by Philip Tricca · 7 years ago
  94. ee3d08a Define TPMS_EMPTY structure to have a BYTE array with a single member. by Philip Tricca · 7 years ago
  95. 5c1c829 tcti: Remove unused log data from device TCTI config structure. by Philip Tricca · 7 years ago
  96. 78a4958 test: Update to new logging framework by Andreas Fuchs · 7 years ago
  97. 43a0d76 TCTI: Update to new logging framework by Andreas Fuchs · 7 years ago
  98. 32d6a0f Marshal: Updated to new logging infrastructure by Andreas Fuchs · 7 years ago
  99. bc49076 Log: Add a new logging infrastructure by Andreas Fuchs · 7 years ago
  100. a4e8c0c build: Have travis-ci run integration tests in parallel. by Philip Tricca · 7 years ago