1. 134c93c test: move session bits from tpmclient to test/integration by Tadeusz Struk · 6 years ago
  2. 2daba1f tpmclient: refactor kdfa by Tadeusz Struk · 6 years ago
  3. b8a6f00 tpmclient: refactor ENTITY by Tadeusz Struk · 6 years ago
  4. b3441ec test: add third handle to hash calculation by Tadeusz Struk · 6 years ago
  5. 586dc4c tpmclient: refactor session HMAC calculation by Tadeusz Struk · 6 years ago
  6. 33a3603 test: use hash table to store sessions by Tadeusz Struk · 6 years ago
  7. 1b583d1 travis: add uthash-devel by Tadeusz Struk · 6 years ago
  8. 2290f69 test: fix bug in TpmHandleToName by Tadeusz Struk · 6 years ago
  9. 9df59c5 tss2-tcti: Remove sockets.h by Philip Tricca · 6 years ago
  10. 6b7cd5b tpmclient: remove session attrib param from TpmComputeSessionHmac by Tadeusz Struk · 6 years ago
  11. 239bb67 tpmclient: remove the unneded SESSION_LIST by Tadeusz Struk · 6 years ago
  12. 293b4fa Fix Microsoft Visual Studio Release Builds by dantpm · 6 years ago
  13. d497224 SAPI: Fix unused return codes by Andreas Fuchs · 6 years ago
  14. 85208a4 tpmclient: Move session helpers to test/integration/ by Tadeusz Struk · 6 years ago
  15. d3a2307 sapi: move TPM2B helpers out from sapi by Tadeusz Struk · 6 years ago
  16. c46654f tpmclient: merge sample.h and tpmclient.h by Tadeusz Struk · 6 years ago
  17. 65f995b tpmclient: cleanup tpmclient.h file by Tadeusz Struk · 6 years ago
  18. 8866b0c tpmclient: remove syscontext functions by Tadeusz Struk · 6 years ago
  19. 03c16ce test: add common context helpers by Tadeusz Struk · 6 years ago
  20. bc169cb Doc: Fix doxygen by Andreas Fuchs · 6 years ago
  21. 8a19179 Tests: Add missing integration test to Makefile by Andreas Fuchs · 6 years ago
  22. 2384030 ESAPI: Fix unused return code by Juergen Repp · 6 years ago
  23. 4621c68 ESAPI: make unmarshal work on uninitialized dst by Juergen Repp · 6 years ago
  24. 6eb7b31 ESAPI: Remove dead code by Juergen Repp · 6 years ago
  25. 84df523 SAPI: Fix type of marshalling by Andreas Fuchs · 6 years ago
  26. dc5c805 ESAPI: Add special handling by Juergen Repp · 6 years ago
  27. 74f62fe ESAPI: Fix parameter type in Policies by Juergen Repp · 6 years ago
  28. add438d ESAPI: Uppercase _Async and _Finish by Juergen Repp · 6 years ago
  29. 097cae6 Add EOF handling to 'read_all' function in the io module, and TCTIs. by Philip Tricca · 6 years ago
  30. f6ef247 tss2-esys: Fix Spelling Errors by dantpm · 6 years ago
  31. 7ce0cc4 tcti: Replace 2 read calls in the 'receive' function with a single read. by Philip Tricca · 6 years ago
  32. 4db13b0 include, lib, m4: Fix Spelling Errors by dantpm · 6 years ago
  33. 4f72c28 tpm2-esys: Document Default TCTI Behavior by dantpm · 6 years ago
  34. 1edd111 man: Fix Spelling Errors by dantpm · 6 years ago
  35. a037fa5 test: Fix Spelling Errors by dantpm · 6 years ago
  36. a13b958 integration: Fix Spelling Errors by dantpm · 6 years ago
  37. 5358e37 src: Fix Spelling Errors by dantpm · 6 years ago
  38. 8ce2f1f tpmclient: remove unneeded functions by Tadeusz Struk · 6 years ago
  39. 830df25 tpmclient: reuse hmac helper by Tadeusz Struk · 6 years ago
  40. ad49a69 test: add helper for HMAC calculation by Tadeusz Struk · 6 years ago
  41. 858f36b tpmclient: remove TpmHash and use the common helper by Tadeusz Struk · 6 years ago
  42. 3c2bf9a tpmclient: remove unneeded SetLocality.c by Tadeusz Struk · 6 years ago
  43. 435467e tpmclient: remove unneeded InitNullSession by Tadeusz Struk · 6 years ago
  44. 58d7a99 tpmclient: move TPM2B helper functions to sample.h by Tadeusz Struk · 6 years ago
  45. 46c8888 tpmclient: move entities tab to Entity.c by Tadeusz Struk · 6 years ago
  46. d0899fe Fix Spelling Errors in Root Directory Files by dantpm · 6 years ago
  47. 3980bad build: disable default -O2 flag by Tadeusz Struk · 6 years ago
  48. caff754 test: Add GetPollHandle test for both TCTIs. by Philip Tricca · 6 years ago
  49. 53fa806 tpmclient: remove TestCreate and use common helpers by Tadeusz Struk · 6 years ago
  50. 07857c0 test: add create_keyedhash_key helper by Tadeusz Struk · 6 years ago
  51. 888df7b tpmclient: declare functions as static and remove unused code by Tadeusz Struk · 6 years ago
  52. 50d5033 sapi: cleanup old comment by Tadeusz Struk · 6 years ago
  53. 850bb59 tcti: Use separate structures for the device and mssim TCTI contexts. by Philip Tricca · 6 years ago
  54. e5f53c7 tss2-sys: Tss2_Sys_Finalize now returns void, remove '_Complete'. by Philip Tricca · 6 years ago
  55. ed581db tss2-sys.def: Expose symbols for GetContextSize and Initialize functions. by Philip Tricca · 6 years ago
  56. f1d9aea tss2-sys.def: Rename 'LIBRARY' from tss2-sapi to tss2-sys. by Philip Tricca · 6 years ago
  57. 25847fa IPv6 Client Socket Support by dantpm · 6 years ago
  58. 5aa525a ci: Get coverity running again accounting for changes after the outage. by Philip Tricca · 6 years ago
  59. 3823139 ci: Add build with no tests enabled. by Philip Tricca · 6 years ago
  60. 216ac49 build: Wrap build of `tpm_transientempty` in SIMULATOR_BIN conditional. by Philip Tricca · 6 years ago
  61. 8d34f28 test: add Tss2_Sys_Startup back to test/integ/main by Tadeusz Struk · 6 years ago
  62. 6c3061b test: esapi: enable esapi single tests by Tadeusz Struk · 6 years ago
  63. 7bf0b08 Tests: Fixed bug in qualifiers and add warning by Andreas Fuchs · 6 years ago
  64. 1c4a811 Build: Fixes for Wmissing-field-initializers by Andreas Fuchs · 6 years ago
  65. ac2b4dc SAPI/ESAPI: Fix handling of GetRspAuths by Andreas Fuchs · 6 years ago
  66. 37b45c6 Build: Fixes for Wold-style-declarations by Andreas Fuchs · 6 years ago
  67. 450cf0b Build: Fixes for Wsign-compare by Andreas Fuchs · 6 years ago
  68. baeb2be Build: Fixes for Wunused-parameter by Andreas Fuchs · 6 years ago
  69. bf40230 ESAPI: Remove unused internal function by Andreas Fuchs · 6 years ago
  70. 67ef8c2 Build: Rework warn compiler flags by Andreas Fuchs · 6 years ago
  71. a6bffd0 Tests: ESAPI: Fixed error in yielding by Andreas Fuchs · 6 years ago
  72. fc58d93 README.md: Fix Typos, Spelling, and Grammar. by dantpm · 6 years ago
  73. 7a70e7e sapi: update the copyright header in the rests of the files by Tadeusz Struk · 6 years ago
  74. 3554a96 drop the return value from the context structure by William Roberts · 6 years ago
  75. 82e25b1 Tests: Fixed failing test on master by Andreas Fuchs · 6 years ago
  76. a7f3b12 SAPI: Fix sequence checking by Andreas Fuchs · 6 years ago
  77. 900dd3c ESAPI: Fix CreatePrimary AuthValue bug by Juergen Repp · 6 years ago
  78. 731135d Tests: ESAPI: Add PCR tests by Juergen Repp · 6 years ago
  79. f477ded Tests: ESAPI: Add test for duplicate by Juergen Repp · 6 years ago
  80. 624423b Tests: ESAPI: Add test for unseal by Christian Plappert · 6 years ago
  81. 9bef834 Tests: ESAPI: Extend resubmission tests by Juergen Repp · 6 years ago
  82. f1ab013 Tests: ESAPI: Extend NULL pointer test by Juergen Repp · 6 years ago
  83. a070910 Tests: ESAPI Update Object-ChangeAuth by Juergen Repp · 6 years ago
  84. 2bec821 Tests: ESAPI Update CreateLoaded by Juergen Repp · 6 years ago
  85. a2cf69c Tests: ESAPI: Add xor obfuscation by Juergen Repp · 6 years ago
  86. f29cfef ESAPI: Add xor obfuscation by Juergen Repp · 6 years ago
  87. 15bbb67 ESAPI: Update logging by Andreas Fuchs · 6 years ago
  88. fd6f965 Tests: ESAPI: fix leaked transient objects by Andreas Fuchs · 6 years ago
  89. e58c23d Tests: tpmclient: keep TPM alive by Andreas Fuchs · 6 years ago
  90. 1c0343b Tests: Sapi: Add transient cleanups by Andreas Fuchs · 6 years ago
  91. c0c19c6 Tests: Check for cleanup of transient areas by Andreas Fuchs · 6 years ago
  92. 6ab3fd8 Tests: Check for empty transient areas by Andreas Fuchs · 6 years ago
  93. a0eda36 Tests: Extract simulator TPM_Startup by Andreas Fuchs · 6 years ago
  94. 2bcb5b4 MU: TPML/TPMS: initialize dest and save stack by Andreas Fuchs · 6 years ago
  95. d20c6b7 MU: Rework TPMSes with pcr lists by Andreas Fuchs · 6 years ago
  96. b2c9ec2 MU: Fix base type offset bug by Andreas Fuchs · 6 years ago
  97. 0d066b0 doc: Mention lcov autotools problem by Andreas Fuchs · 6 years ago
  98. f7d0b57 doc: Update Readme src structure by Andreas Fuchs · 6 years ago
  99. 5eac105 doc: Update Readme for libraries by Andreas Fuchs · 6 years ago
  100. 5d9ce58 Tests: ESAPI: Add test for default tcti by Andreas Fuchs · 6 years ago