1. b2e0c8d common.h: drop TSS2_DRIVER_RC_LAYER by William Roberts · 6 years ago
  2. af0fd6e Replace tabs by spaces by joholl · 6 years ago
  3. d5a36f6 Convert to SPDX-License-Indentifiers by Peter Huewe · 6 years ago
  4. 0a7027c Replace C++ Comments in C Source Code with C comments by danintel · 6 years ago
  5. 8a7e051 tpmclient: remove encryp-decrypt test from tpmclient by Tadeusz Struk · 6 years ago
  6. db3859b test: cleanup util function names by Tadeusz Struk · 6 years ago
  7. 9079203 test: clean global data in tpmclient by Tadeusz Struk · 6 years ago
  8. f517ee5 tpmclient: remove test/tpmclient/tpmclient.int.h by Tadeusz Struk · 6 years ago
  9. 1578d4f tpmclient: move parameter encryption code to session-util by Tadeusz Struk · 6 years ago
  10. a8fef85 tpmclient: use software helpers for CFB encryption by Tadeusz Struk · 6 years ago
  11. 134c93c test: move session bits from tpmclient to test/integration by Tadeusz Struk · 6 years ago
  12. 2daba1f tpmclient: refactor kdfa by Tadeusz Struk · 6 years ago
  13. b8a6f00 tpmclient: refactor ENTITY by Tadeusz Struk · 6 years ago
  14. b3441ec test: add third handle to hash calculation by Tadeusz Struk · 6 years ago
  15. 586dc4c tpmclient: refactor session HMAC calculation by Tadeusz Struk · 6 years ago
  16. 33a3603 test: use hash table to store sessions by Tadeusz Struk · 6 years ago
  17. 6b7cd5b tpmclient: remove session attrib param from TpmComputeSessionHmac by Tadeusz Struk · 6 years ago
  18. 239bb67 tpmclient: remove the unneded SESSION_LIST by Tadeusz Struk · 6 years ago
  19. 85208a4 tpmclient: Move session helpers to test/integration/ by Tadeusz Struk · 6 years ago
  20. d3a2307 sapi: move TPM2B helpers out from sapi by Tadeusz Struk · 6 years ago
  21. c46654f tpmclient: merge sample.h and tpmclient.h by Tadeusz Struk · 6 years ago
  22. 65f995b tpmclient: cleanup tpmclient.h file by Tadeusz Struk · 6 years ago
  23. 8866b0c tpmclient: remove syscontext functions by Tadeusz Struk · 6 years ago
  24. a037fa5 test: Fix Spelling Errors by dantpm · 7 years ago
  25. 8ce2f1f tpmclient: remove unneeded functions by Tadeusz Struk · 7 years ago
  26. 830df25 tpmclient: reuse hmac helper by Tadeusz Struk · 7 years ago
  27. 858f36b tpmclient: remove TpmHash and use the common helper by Tadeusz Struk · 7 years ago
  28. 3c2bf9a tpmclient: remove unneeded SetLocality.c by Tadeusz Struk · 7 years ago
  29. 435467e tpmclient: remove unneeded InitNullSession by Tadeusz Struk · 7 years ago
  30. 58d7a99 tpmclient: move TPM2B helper functions to sample.h by Tadeusz Struk · 7 years ago
  31. 46c8888 tpmclient: move entities tab to Entity.c by Tadeusz Struk · 7 years ago
  32. 53fa806 tpmclient: remove TestCreate and use common helpers by Tadeusz Struk · 7 years ago
  33. 888df7b tpmclient: declare functions as static and remove unused code by Tadeusz Struk · 7 years ago
  34. e58c23d Tests: tpmclient: keep TPM alive by Andreas Fuchs · 7 years ago
  35. 12aa212 sapi: remove ABI version definition from tss2_sys.h by Tadeusz Struk · 7 years ago
  36. 3975a89 SAPI: Remove old TPMA_OBJECT_SIGN define by Andreas Fuchs · 7 years ago
  37. 57360da headers: Move TPM2B type from tss2_common.h to $(srcdir)/src/util. by Philip Tricca · 7 years ago
  38. 910f17c headers: Remove tpm20.h header. by Philip Tricca · 7 years ago
  39. a7c51ce build: Move logging code and tss2_endian.h to $(srcdir)/src/util by Philip Tricca · 7 years ago
  40. ee73062 build: Move type marshalling library from 'marshal' to 'src/tss2-mu'. by Philip Tricca · 7 years ago
  41. 8ffd3c4 build: Install headers to $(includedir)/tss2, prefixed with tss2_ by Philip Tricca · 7 years ago
  42. addad78 tcti: Rename 'socket' TCTI to 'mssim'. by Philip Tricca · 7 years ago
  43. 105c1a0 tcti: refactor PlatformCommand function by Tadeusz Struk · 7 years ago
  44. 36a8e1f sysapi: add missing _MASK prefix to TPMA constants by Tadeusz Struk · 7 years ago
  45. c21dbf3 libtcti-socket: Remove old init function, data & refactor std init. by Philip Tricca · 7 years ago
  46. 80e8485 Logging: Fix --with-maxloglevel by Andreas Fuchs · 7 years ago
  47. 1f650d2 sapi: More header cleanups by Tadeusz Struk · 7 years ago
  48. a3e0374 sapi: change version to the latest defined by spec by Tadeusz Struk · 7 years ago
  49. 9deabdd test: Remove old tpmclient 'tcti_util' module. by Philip Tricca · 7 years ago
  50. 78a4958 test: Update to new logging framework by Andreas Fuchs · 7 years ago
  51. 43a0d76 TCTI: Update to new logging framework by Andreas Fuchs · 7 years ago
  52. e66804b Headers: Fixing macros for error levels (to rc layers) by Andreas Fuchs · 7 years ago
  53. bf9b612 sysapi: Update SetCmdAuths and GetRspAuths to new parameter type by Andreas Fuchs · 7 years ago
  54. e454382 tests: Fixes unused variables by Andreas Fuchs · 7 years ago
  55. 13ab189 tests: Fixes unused return codes by Andreas Fuchs · 7 years ago
  56. 44f712d sysapi: Fixes about GetCommandCode by Andreas Fuchs · 7 years ago
  57. 5ccc9ec tpm-types: Switch TPMAs from struct to defines by Andreas Fuchs · 7 years ago
  58. 930b5c1 tcti: Change macro function names to CamelCase by Andreas Fuchs · 7 years ago
  59. be5899d All: Changed namespace from TPM_ to TPM2_ by Andreas Fuchs · 7 years ago
  60. 35750de includes: Removed implementation.h by Andreas Fuchs · 7 years ago
  61. 6509300 Change TPM_RC to TSS2_RC. by Andreas Fuchs · 7 years ago
  62. a64c33e sysapi: simplify TPM2B structures by Tadeusz Struk · 7 years ago
  63. 77305c0 test: move System API tests from tpmclient to integration by Tadeusz Struk · 7 years ago
  64. 357b5ff test: create tpm properties integ test by Tadeusz Struk · 7 years ago
  65. 1b9d758 tpmclient: remove hash function pointers by Tadeusz Struk · 7 years ago
  66. e675996 tpmclient: remove unused RM test code by Tadeusz Struk · 7 years ago
  67. e79d986 sysapi: remove duplicate access ptrs from sys context struct by Tadeusz Struk · 7 years ago
  68. ae51338 tpmclient: fix CompareTPM2B by Tadeusz Struk · 7 years ago
  69. b2b8560 sysapi: fix Tss2_Sys_GetCommandCode by Tadeusz Struk · 7 years ago
  70. b5d6a43 sysapi: convert helper functions by Tadeusz Struk · 7 years ago
  71. cd419ac sysapi: introduce REQ and RESP_HEADER macros by Tadeusz Struk · 7 years ago
  72. d55c170 sysapi: Remove duplicate definition of response header by Tadeusz Struk · 7 years ago
  73. 1152eb2 remove double asignment of parameters of rsaDetail.keyBits value in TestCreate() by thomas · 7 years ago
  74. 3b5b272 test: Update test code to work with latest simulator. by Philip Tricca · 7 years ago
  75. 85d3fff marshal: add check for pcrselectSize by Tadeusz Struk · 7 years ago
  76. 7b069a5 fix spelling of synchronous in a couple of places by Daniel Mueller · 7 years ago
  77. b26f3f2 TSS2_Sys_LoadExternal: Fix marshaling error by William Roberts · 7 years ago
  78. 7f8c0ff test: Update invalid test in tpmclient by Tadeusz Struk · 7 years ago
  79. 1453019 sys-initialize: SysInitializeTest is now in integration by John Andersen · 7 years ago
  80. 5c5dc25 abi-version: AbiVersionTest is now in integration by John Andersen · 7 years ago
  81. a2ddffe tpmcliet: Re-write GenerateSessionEncryptDecryptKey for readability. by Philip Tricca · 7 years ago
  82. 93cea25 test: Port tpmclient into the integration test framework. by Philip Tricca · 7 years ago
  83. 345b76b test: Remove tpmclient 'demoDelay' by Philip Tricca · 7 years ago
  84. c611f5a test: Remove resourcemgr test from EvictControl test. by Philip Tricca · 7 years ago
  85. d27ec5b tpmclient: Remove DEBUG_GAP_HANDLING. by Philip Tricca · 7 years ago
  86. c9a932b tpmclient: Remove dead code. by Philip Tricca · 7 years ago
  87. 330d3c7 test: Move "common" and "sample" code used by tpmclient to tpmclient. by Philip Tricca · 7 years ago
  88. dcecfdc test: Remove saved tpmclient output. by Philip Tricca · 7 years ago
  89. 8203a37 Remove duplicate code for endianness manipulation by Tadeusz Struk · 7 years ago
  90. 201aabf Merge branch '1.x' by Philip Tricca · 7 years ago
  91. d9390ae tpmclient: Remove visual studio generated files. by Philip Tricca · 7 years ago
  92. f70ab0e tpmclient: remove resMgrInterfaceName by Philip Tricca · 7 years ago
  93. b6cb68f tpmclient: Remove SHARED_OUT_FILE. by Philip Tricca · 7 years ago
  94. a8e7a57 tpmclient: Remove localTctiTest. by Philip Tricca · 7 years ago
  95. 519fe99 tpmclient: Remove -startAuthSessionTest option. by Philip Tricca · 7 years ago
  96. 09c9421 tpmclient: Remove -dbg level option. by Philip Tricca · 7 years ago
  97. 9ba54b7 tpmclient: remove -passes option by Philip Tricca · 7 years ago
  98. e949568 Cleanup the usage of extern "C" by Tadeusz Struk · 7 years ago
  99. 495567a tpmclient: Use signed ints for comparision < 0 by Peter Huewe · 7 years ago
  100. 802c477 Merge branch 1.x by Philip Tricca · 7 years ago