1. 71cac81 Rename all project name references to tpm2-tss by Javier Martinez Canillas · 7 years ago
  2. 1c55c6c test: Add test for TPMU type by Tadeusz Struk · 7 years ago
  3. 80e4cf7 test: Add test for TPMT type by Tadeusz Struk · 7 years ago
  4. 2761071 test: Add test for TPML type by Tadeusz Struk · 7 years ago
  5. 3b5b272 test: Update test code to work with latest simulator. by Philip Tricca · 7 years ago
  6. 85d3fff marshal: add check for pcrselectSize by Tadeusz Struk · 7 years ago
  7. fb16c32 test: Add test for TPMS type by Tadeusz Struk · 7 years ago
  8. 7b069a5 fix spelling of synchronous in a couple of places by Daniel Mueller · 7 years ago
  9. 04e964f test: Add unit tests for TPM2B types by Tadeusz Struk · 7 years ago
  10. 3bbab5e test: Add unit test for TPMA types by Tadeusz Struk · 7 years ago
  11. 2bb79e3 test: Update base type with missing unmarshal case by Tadeusz Struk · 7 years ago
  12. 2147c49 test: convert unit tests to new cmocka API by Tadeusz Struk · 7 years ago
  13. b26f3f2 TSS2_Sys_LoadExternal: Fix marshaling error by William Roberts · 7 years ago
  14. 7f8c0ff test: Update invalid test in tpmclient by Tadeusz Struk · 7 years ago
  15. 1453019 sys-initialize: SysInitializeTest is now in integration by John Andersen · 7 years ago
  16. 5c5dc25 abi-version: AbiVersionTest is now in integration by John Andersen · 7 years ago
  17. a2ddffe tpmcliet: Re-write GenerateSessionEncryptDecryptKey for readability. by Philip Tricca · 7 years ago
  18. 93cea25 test: Port tpmclient into the integration test framework. by Philip Tricca · 7 years ago
  19. 345b76b test: Remove tpmclient 'demoDelay' by Philip Tricca · 7 years ago
  20. c611f5a test: Remove resourcemgr test from EvictControl test. by Philip Tricca · 7 years ago
  21. b965607 test: Add test to use EvictControl to make primary key persistent. by Philip Tricca · 7 years ago
  22. b85112e test: Add test to create a key used for keyed SHA1 HMAC. by Philip Tricca · 7 years ago
  23. 3a4b07c test: Add integration test to create RSA 2k, AES 128 CFB primary key. by Philip Tricca · 7 years ago
  24. d27ec5b tpmclient: Remove DEBUG_GAP_HANDLING. by Philip Tricca · 7 years ago
  25. c9a932b tpmclient: Remove dead code. by Philip Tricca · 7 years ago
  26. e0a93d1 test: Add basic unit tests for the socket TCTI. by Philip Tricca · 7 years ago
  27. 330d3c7 test: Move "common" and "sample" code used by tpmclient to tpmclient. by Philip Tricca · 7 years ago
  28. dcecfdc test: Remove saved tpmclient output. by Philip Tricca · 7 years ago
  29. 8203a37 Remove duplicate code for endianness manipulation by Tadeusz Struk · 7 years ago
  30. 201aabf Merge branch '1.x' by Philip Tricca · 7 years ago
  31. d9390ae tpmclient: Remove visual studio generated files. by Philip Tricca · 7 years ago
  32. f70ab0e tpmclient: remove resMgrInterfaceName by Philip Tricca · 7 years ago
  33. b6cb68f tpmclient: Remove SHARED_OUT_FILE. by Philip Tricca · 7 years ago
  34. a8e7a57 tpmclient: Remove localTctiTest. by Philip Tricca · 7 years ago
  35. 519fe99 tpmclient: Remove -startAuthSessionTest option. by Philip Tricca · 7 years ago
  36. 09c9421 tpmclient: Remove -dbg level option. by Philip Tricca · 7 years ago
  37. 9ba54b7 tpmclient: remove -passes option by Philip Tricca · 7 years ago
  38. 9153b4c Rename all integration tests to use .int "extension". by Philip Tricca · 7 years ago
  39. e949568 Cleanup the usage of extern "C" by Tadeusz Struk · 7 years ago
  40. c0e64d9 Fixed bug in KDFA function: if requested key size in bytes rounded up was by wcarthur · 7 years ago
  41. 495567a tpmclient: Use signed ints for comparision < 0 by Peter Huewe · 7 years ago
  42. 802c477 Merge branch 1.x by Philip Tricca · 7 years ago
  43. 00074b7 test: Remove tpmtest, disable all tpmclient tests that depend on the RM. by Philip Tricca · 7 years ago
  44. 7966ef8 Remove resourcemgr and fixup build. by Philip Tricca · 7 years ago
  45. ab23d34 Merge branch '1.x' by Philip Tricca · 7 years ago
  46. a43c48f Check for not-implemented commands in "tpmtest" by Dominic Grauvogl · 8 years ago
  47. 866b477 SessionHmac: Remove dead code. by Philip Tricca · 8 years ago
  48. a8baeab tpmclient: Fix an off-by-one bug. by Philip Tricca · 8 years ago
  49. f0f7f56 tpmtest: Fix an off-by-one bug. by Philip Tricca · 8 years ago
  50. aad4cb8 sample: Fix memory leak in TpmHmac. by Philip Tricca · 8 years ago
  51. 075e9c4 LoadExternalHMACKey: Initialize authKey before use. by Philip Tricca · 8 years ago
  52. 5a2f34c TpmHash: Fix possible memory leaks. by Philip Tricca · 8 years ago
  53. 4f95c0e _TSS2_SYS_CONTEXT_BLOB: Add reasponse header structure. by Philip Tricca · 8 years ago
  54. 78ecbc8 Fix possible memory leak in integration test infrastructure. by Philip Tricca · 8 years ago
  55. a989e48 tpmtest: Remove dead code. by Philip Tricca · 8 years ago
  56. 4079f69 test: Initialize variables and add prevent possible NULL deref. by Philip Tricca · 8 years ago
  57. 5218cf2 DecryptEncrypt: Initialize keyAuth to 0, not just size field. by Philip Tricca · 8 years ago
  58. f891580 test: Add integration test for Tss2_Sys_StartAuthSession. by Philip Tricca · 8 years ago
  59. 8e5afda unit: Add tests for successful calls to device TCTI receive / transmit. by Philip Tricca · 8 years ago
  60. f73ea36 tpmtest: Use inttypes 64bit format specifier for clock values. by Philip Tricca · 8 years ago
  61. e72e140 Fix weird indentation in tpm(client|test) to keep GCC v6 happy. by Philip Tricca · 8 years ago
  62. 42039cc libmarshal: Pass source parameter by value for *_Marshal functions. by Philip Tricca · 8 years ago
  63. b37fa66 libmarshal: Replace type-punned pointer in CAST_TO_* with real functions. by Philip Tricca · 8 years ago
  64. 2744781 configure.ac: Move compiler / preproc / link flag macros to m4/. by Philip Tricca · 8 years ago
  65. dd3b03c Cleanup includes of local files. by Philip Tricca · 8 years ago
  66. 3efb282 libmarshal: Add functions to (un)?marshal TPM_ST and use them. by Philip Tricca · 8 years ago
  67. a6085c9 Move CheckOverflow.c from sapi_util to common. by Philip Tricca · 8 years ago
  68. 935972e Replace UINT32 marshaling with functions from libmarshal. by Philip Tricca · 8 years ago
  69. 819af36 Replace UINT16 marshaling with functions from libmarshal. by Philip Tricca · 8 years ago
  70. b33eb35 marshal: Add functions to marshal UINT64s with unit test. by Philip Tricca · 8 years ago
  71. bff7212 marshal: Add functions for UINT32 and unit tests. by Philip Tricca · 8 years ago
  72. 689c090 marshal: Add marshalling functions for UINT16 with unit test. by Philip Tricca · 8 years ago
  73. 7360972 marshal: Add infrastructure to build libmarshal & (un)?marshal for UINT8. by Philip Tricca · 8 years ago
  74. 56fec89 cleanup: Convert 'cpp' files to 'c'. by Philip Tricca · 8 years ago
  75. 3a36b66 cleanup: Remove usage of _WIN32 macro. by Philip Tricca · 8 years ago
  76. 328ae1b test: Add integration test for asymmetric encrypt and decrypt use case. by hp · 8 years ago
  77. b4bebc7 test: Add integration test for PCR Read and Extend Remove PCR Extension test from tpmtest. by hp · 8 years ago
  78. ab961cb test: Add integration test for SelfTest. by hp · 8 years ago
  79. 43ac71d test: Add integration test for GetRandom. by hp · 8 years ago
  80. e72f257 test: Add integration test "framework". by Philip Tricca · 8 years ago
  81. e08bdb9 Move unit tests from test/ to test/unit/ and remove the '_unit' suffix. by Philip Tricca · 8 years ago
  82. 467d63b libtcti-device: Add unit test with all NULL params to the init function. by Philip Tricca · 8 years ago
  83. ef94573 libtcti-device: Add test to ensure the init function rejects a NULL config struct. by Philip Tricca · 8 years ago
  84. e8cc47f libtcti-device: Remove unnecessary indirection in log callback test. by Philip Tricca · 8 years ago
  85. 8fb6a62 libtcti-device: Remove unnecessary indirection in log unit test. by Philip Tricca · 8 years ago
  86. ae884f5 libtcti-device: Simplify the context size discovery unit test. by Philip Tricca · 8 years ago
  87. cd60952 libtcti-device: Normalize the naming for unit test file. by Philip Tricca · 8 years ago
  88. a7d2e2c libtcti-device: Consolidate unit test into a single file. by Philip Tricca · 8 years ago
  89. 75c5ef8 CheckOverflow: Move sanity checks for context state from (un)?marshall functions to checkoverflow.c by Philip Tricca · 8 years ago
  90. 8087067 Use assert_int_equal instead of assert_return_code in unit tests. by Philip Tricca · 8 years ago
  91. a23a282 Remove Windows build files. by Philip Tricca · 8 years ago
  92. 40e926d tcti_socket: Move simulator initialization code into the context init function. by Philip Tricca · 8 years ago
  93. 430cda2 test: Add unit tests for marshalling and unmarshalling a simple TPM2B structure. by Philip Tricca · 8 years ago
  94. f2f595d test: Add test case for Unmarshal-UINT32. by Philip Tricca · 8 years ago
  95. 0038a17 test: Add unit test for Unmarshal_UINT16. by Philip Tricca · 8 years ago
  96. dae20ee Fix window build for resourcemgr & tpmclient by Gang Wei · 8 years ago
  97. 1008bf5 Add unit test for CheckOverflow function. by Philip Tricca · 8 years ago
  98. 80d81bd Add a unit test for the marshal_UINT32 function. by Philip Tricca · 8 years ago
  99. 4be0534 tpmclient: Remove unused data. by Philip Tricca · 8 years ago
  100. f1811f0 Add unit test for marshal-UINT16 function. by Philip Tricca · 8 years ago