1. 0dc7c29 Makefile: Restructure Makefiles by Andreas Fuchs · 6 years ago
  2. ae55ab9 log: simplify log level handling by Tadeusz Struk · 6 years ago
  3. 9aecf0f test: add test for TPMU_NAME by Tadeusz Struk · 6 years ago
  4. f677291 marshal: add support for TPMU_NAME type by Tadeusz Struk · 6 years ago
  5. 5e7991e Travis: Deps from mirror instead of upstream by Andreas Fuchs · 6 years ago
  6. 8278ca8 doc: update readme with tests enable info by Tadeusz Struk · 6 years ago
  7. 0eb9da8 INSTALL.md: add missing dependencies and fix formatting by dantpm · 6 years ago
  8. dc11b4f tcti: Generalize version struct and add to INFO struct as first member. by Philip Tricca · 6 years ago
  9. 49d33d7 test: esapi: reverse logic in tcti_proxy_receive by Tadeusz Struk · 6 years ago
  10. 80e8485 Logging: Fix --with-maxloglevel by Andreas Fuchs · 6 years ago
  11. a6ca884 sys_api_part3.h: Remove old *_Out structures. by Philip Tricca · 6 years ago
  12. 19d35de sapi: cleanup tss2_sys.h by Tadeusz Struk · 6 years ago
  13. ee20394 Test: Added RC_YIELDED testing by Andreas Fuchs · 6 years ago
  14. 4ef441d Test: Remove SAPI use from Esys tests by Andreas Fuchs · 6 years ago
  15. 2d4f8f7 sapi: fix CreateLoaded by Tadeusz Struk · 6 years ago
  16. dd2cd09 marshal: add marshaling functions for TPM2B_TEMPLATE by Tadeusz Struk · 6 years ago
  17. 06ded49 sapi: add definiton of TPM2B_TEMPLATE type by Tadeusz Struk · 6 years ago
  18. 45290c8 sapi: clean tss2_sys.h by Tadeusz Struk · 6 years ago
  19. b09b412 sapi: remove bitfields definitions from tpm2_types.h by Tadeusz Struk · 6 years ago
  20. 1f650d2 sapi: More header cleanups by Tadeusz Struk · 6 years ago
  21. 48f836a INSTALL.md: Fix broken formatting / bullet for OpenSSL dependency. by Philip Tricca · 6 years ago
  22. 38db755 build: Fail configure script if unit tests enabled, but cmocka dep. check fails. by Philip Tricca · 6 years ago
  23. a3e0374 sapi: change version to the latest defined by spec by Tadeusz Struk · 6 years ago
  24. aaab64e test: add tests for PolicyAuthorizeNV by Tadeusz Struk · 6 years ago
  25. a71daec ESAPI: Initialize Unmarshal output variable by Andreas Fuchs · 6 years ago
  26. 54af98c ESAPI: Add special handling for NV-Operations by Juergen Repp · 6 years ago
  27. 109de7d ESAPI: Deduplicate code in response handling by Juergen Repp · 6 years ago
  28. ecd44eb Tests: Add ESAPI tests by Juergen Repp · 6 years ago
  29. dc9c673 ESAPI: Fix name calculation for NV_Write by Juergen Repp · 6 years ago
  30. 74f8eda ESAPI: Add special handling for NV_DefineSpace by Juergen Repp · 6 years ago
  31. 0784152 ESAPI: Fix handling of multiple auth sessions by Juergen Repp · 6 years ago
  32. b832467 ESAPI: Coding style by Juergen Repp · 6 years ago
  33. 219fda5 ESAPI: Fix uninitialized value by Juergen Repp · 6 years ago
  34. 4ee237b ESAPI: Correct rpHash calculation by Andreas Fuchs · 6 years ago
  35. 32c4158 tss2_tcti.h: Use types for TCTI function pointers. by Philip Tricca · 6 years ago
  36. c0212a2 tss2_tcti.h: Remove old function invocation macros. by Philip Tricca · 6 years ago
  37. 6e8d697 tss2_tcti.h: Return BAD_CONTEXT not BAD_REFERENCE if context is NULL. by Philip Tricca · 6 years ago
  38. 1c753d6 tss2_tcti.h: Remove version guard. by Philip Tricca · 6 years ago
  39. aecc2da tss2_tcti.h: Use only C style comments, append '_H' to header guard. by Philip Tricca · 6 years ago
  40. 3a38292 libtcti-socket: Optimize transmission of simulator send command header. by Philip Tricca · 6 years ago
  41. aca82c9 libtcti-socket: Cleanup transmit function. by Philip Tricca · 6 years ago
  42. ddf42b2 tcti: Fix API compatibility with TCTI transmit function. by Philip Tricca · 6 years ago
  43. d42e723 libtcti-socket: Refactor signaling with simulator when sending a command. by Philip Tricca · 6 years ago
  44. 72fba0b libtcti-socket: Refactor command header parsing in 'send' function. by Philip Tricca · 6 years ago
  45. bdc6945 libtcti-socket: Rewrite SendSessionEndSocketTcti function. by Philip Tricca · 6 years ago
  46. f95abed libtcti-socket: Remove 'SendSessionEndSocketTcti' function from header. by Philip Tricca · 6 years ago
  47. 76ba600 libtcti-socket: Remove unnecessary parameters, fix types and rename tctiSendBytes. by Philip Tricca · 6 years ago
  48. fd946a8 libtcti-socket: Remove unused macros. by Philip Tricca · 6 years ago
  49. 0b842fa libtcti-socket: Cleanup PlatformCommand and use 'read' not 'recv'. by Philip Tricca · 6 years ago
  50. cdb027c build: Distribute the source for the InitSocketTcti man page. by Philip Tricca · 6 years ago
  51. 5a64596 build: Use utility library instead of building the log module in directly. by Philip Tricca · 6 years ago
  52. dff2686 tcti-socket: Use 'write_all' utility function in place of 'send'. by Philip Tricca · 6 years ago
  53. e487b99 tcti-device: Use 'write_all' utilty function in place of 'write'. by Philip Tricca · 6 years ago
  54. 1d785ca .gitignore: Fix bad ignore rule that ignored unit test sources. by Philip Tricca · 6 years ago
  55. a003ae6 tcti: Add 'write_all' utility function to retry the 'write' syscall. by Philip Tricca · 6 years ago
  56. a758e3f tcti: Add macro to retry after temporary syscall failures / interrupts. by Philip Tricca · 6 years ago
  57. efe1d06 libtcti_device: Improve error reporting on short write. by Philip Tricca · 6 years ago
  58. 382f40e libtcti_device: Simplify debug output in transmit function. by Philip Tricca · 6 years ago
  59. 21fa321 tcti: Use C style comment block for license header & some cleanup. by Philip Tricca · 6 years ago
  60. 7f171a5 tcti: Clean out remnants of old logging infrastructure. by Philip Tricca · 6 years ago
  61. 3030148 sapi: add TPM2PolicyAuthorizeNV command by Tadeusz Struk · 6 years ago
  62. 5070a4b Add OpenSSL dependency to INSTALL.md by Dominic Manuel Grauvogl · 6 years ago
  63. 34270f4 build: Build test library only when integration tests are enabled. by Philip Tricca · 6 years ago
  64. a93aa63 sysapi/execute.c: Reorder check of return values to eliminate dead code. by Philip Tricca · 6 years ago
  65. c22da98 Tss2_Sys_Commit.c: Add missing check for return value in 'Prepare'. by Philip Tricca · 6 years ago
  66. 5612726 tcti: Remove old file logging.h by Philip Tricca · 6 years ago
  67. 02304d2 CI: Add 64bit build to AppVeyor yml. by Philip Tricca · 6 years ago
  68. a93dad1 esapi: Repair a header guard using two symbols. by Philip Tricca · 7 years ago
  69. a9b67da esapi: Include esys_types.h from esys_int.h instead of public headers. by Philip Tricca · 7 years ago
  70. e829b74 build: Add libgcrypt20-dev to package list for travis to install. by Philip Tricca · 7 years ago
  71. 8eecfd3 build: Exit with an error when the configure script can't find gcrypt. by Philip Tricca · 7 years ago
  72. 2968c71 Doxygen: Integrate doxygen building by Andreas Fuchs · 7 years ago
  73. ff821bd ESAPI: Added support for ESAPI by Juergen Repp · 7 years ago
  74. de85e25 TPM-Types: Add missing defines of spec 1.38 by Andreas Fuchs · 7 years ago
  75. 0b092af Add Visual Studio 64-bit build rules by Dan Anderson · 7 years ago
  76. 7c72dd4 test: add test for TPM2_CreateLoaded command by Tadeusz Struk · 7 years ago
  77. 23d8635 sapi: add TPM2_CreateLoaded command by Tadeusz Struk · 7 years ago
  78. 5c1b140 build: Link against libcrypt, not libssl. by Philip Tricca · 7 years ago
  79. c014b43 README.md: Update travis badge for intel -> tpm2-software. by Philip Tricca · 7 years ago
  80. 3daaab1 test: add test for PolicyTemplate by Tadeusz Struk · 7 years ago
  81. 15220e8 test: add a common hash function by Tadeusz Struk · 7 years ago
  82. 57d372e travis: add libssl-dev by Tadeusz Struk · 7 years ago
  83. 4fa3549 sapi: add TPM2_PolicyTemplate command by Tadeusz Struk · 7 years ago
  84. da03f11 docs: Add section for Windows Visual Studio build. by Philip Tricca · 7 years ago
  85. 4b4b487 build: Add yml file for appveyor. by Philip Tricca · 7 years ago
  86. 9dde2ca build: Add Visual Studio project for tss2-sapi.lib / dll. by Philip Tricca · 7 years ago
  87. 2d5c219 build: Add Visual Studio solution and project file for tss2-mu library. by Philip Tricca · 7 years ago
  88. b092485 log: Add wrappers for functions deprecated or unsupported in Visual Studio. by Philip Tricca · 7 years ago
  89. 111244c tss2_tcti.h: Define TCTI poll handle type for _WIN32 platforms. by Philip Tricca · 7 years ago
  90. 0099da7 Ignore .vs directory. by Philip Tricca · 7 years ago
  91. 0723c61 readme: fix spelling mistake by William Roberts · 7 years ago
  92. 52a83ba Include local headers by Kristen Carlson Accardi · 7 years ago
  93. cc9dc26 doc: Update link to travis-ci with new Github org name. by Philip Tricca · 7 years ago
  94. e03f087 README: update documentation for testing by Kristen Carlson Accardi · 7 years ago
  95. ee44805 INSTALL: update Dependencies by Kristen Carlson Accardi · 7 years ago
  96. 178dd5d update INSTALL and README by Kristen Carlson Accardi · 7 years ago
  97. 5981455 log: Replace use of 'index' with 'strchr'. by Philip Tricca · 7 years ago
  98. 8315ef3 tcti-socket: Deprecate the old InitSocketTcti function, by Philip Tricca · 7 years ago
  99. 1ae4cff tcti-device: Deprecate the old InitDeviceTcti function. by Philip Tricca · 7 years ago
  100. c6de001 header: Include 'common.h' using local / "" form. by Philip Tricca · 7 years ago