1. d6ed8f2 Tests/esapi: Add GetTime by Juergen Repp · 6 years ago
  2. 841eeb4 Tests/esapi: Add FirmwareRead by Juergen Repp · 6 years ago
  3. 4ffdf0f Tests/esapi: Add FieldUpgrade by Juergen Repp · 6 years ago
  4. 7de9fbf Tests/esapi: Add EventSequenceComplete by Juergen Repp · 6 years ago
  5. cd10125 Tests/esapi: Add EncryptDecrypt by Juergen Repp · 6 years ago
  6. 73461b4 Tests/esapi: Add ECDH_ZGen by Juergen Repp · 6 years ago
  7. 472840f Tests/esapi: Add ECDH_KeyGen by Juergen Repp · 6 years ago
  8. 0d884d5 Tests/esapi: Add ECC_Parameters by Juergen Repp · 6 years ago
  9. 50dfdd9 Tests/esapi: Clockset remove session test by Juergen Repp · 6 years ago
  10. 0c2d853 Tests/esapi: Add Commit by Juergen Repp · 6 years ago
  11. 658cd7d Tests/esapi: Add ClearControl by Juergen Repp · 6 years ago
  12. 1645570 Tests/esapi: Add ChangeEPS by Juergen Repp · 6 years ago
  13. 77b9a0e Tests/esapi: Add Certify by Juergen Repp · 6 years ago
  14. 43966fc Tests/esapi: Add CertifyCreation by Juergen Repp · 6 years ago
  15. 839aa2e Tests/esapi: Fix minor problems by Andreas Fuchs · 6 years ago
  16. 607317b Tests/esapi: Add Audit by Juergen Repp · 6 years ago
  17. 920d7cd Tests/esapi: Add PCR_Read, _Event, _Allocate by Juergen Repp · 6 years ago
  18. 183ca32 Tests/esapi: Fix PCR_AuthValue by Juergen Repp · 6 years ago
  19. 97252d7 Tests/esapi: Add Rewrap and fix coding style by Juergen Repp · 6 years ago
  20. 4acac15 Tests/esapi: Add ClockRateAdjust and ReadClock by Juergen Repp · 6 years ago
  21. 4b95de9 Types: Add missing declarations of YES and NO by Andreas Fuchs · 6 years ago
  22. e990b03 INSTALL.md: Document Doxygen Builds by dantpm · 6 years ago
  23. 134c93c test: move session bits from tpmclient to test/integration by Tadeusz Struk · 6 years ago
  24. 2daba1f tpmclient: refactor kdfa by Tadeusz Struk · 6 years ago
  25. b8a6f00 tpmclient: refactor ENTITY by Tadeusz Struk · 6 years ago
  26. b3441ec test: add third handle to hash calculation by Tadeusz Struk · 6 years ago
  27. 586dc4c tpmclient: refactor session HMAC calculation by Tadeusz Struk · 6 years ago
  28. 33a3603 test: use hash table to store sessions by Tadeusz Struk · 6 years ago
  29. 1b583d1 travis: add uthash-devel by Tadeusz Struk · 6 years ago
  30. 2290f69 test: fix bug in TpmHandleToName by Tadeusz Struk · 6 years ago
  31. 9df59c5 tss2-tcti: Remove sockets.h by Philip Tricca · 6 years ago
  32. 6b7cd5b tpmclient: remove session attrib param from TpmComputeSessionHmac by Tadeusz Struk · 6 years ago
  33. 239bb67 tpmclient: remove the unneded SESSION_LIST by Tadeusz Struk · 6 years ago
  34. 293b4fa Fix Microsoft Visual Studio Release Builds by dantpm · 6 years ago
  35. d497224 SAPI: Fix unused return codes by Andreas Fuchs · 6 years ago
  36. 85208a4 tpmclient: Move session helpers to test/integration/ by Tadeusz Struk · 6 years ago
  37. d3a2307 sapi: move TPM2B helpers out from sapi by Tadeusz Struk · 6 years ago
  38. c46654f tpmclient: merge sample.h and tpmclient.h by Tadeusz Struk · 6 years ago
  39. 65f995b tpmclient: cleanup tpmclient.h file by Tadeusz Struk · 6 years ago
  40. 8866b0c tpmclient: remove syscontext functions by Tadeusz Struk · 6 years ago
  41. 03c16ce test: add common context helpers by Tadeusz Struk · 6 years ago
  42. bc169cb Doc: Fix doxygen by Andreas Fuchs · 6 years ago
  43. 8a19179 Tests: Add missing integration test to Makefile by Andreas Fuchs · 6 years ago
  44. 2384030 ESAPI: Fix unused return code by Juergen Repp · 6 years ago
  45. 4621c68 ESAPI: make unmarshal work on uninitialized dst by Juergen Repp · 6 years ago
  46. 6eb7b31 ESAPI: Remove dead code by Juergen Repp · 6 years ago
  47. 84df523 SAPI: Fix type of marshalling by Andreas Fuchs · 6 years ago
  48. dc5c805 ESAPI: Add special handling by Juergen Repp · 6 years ago
  49. 74f62fe ESAPI: Fix parameter type in Policies by Juergen Repp · 6 years ago
  50. add438d ESAPI: Uppercase _Async and _Finish by Juergen Repp · 6 years ago
  51. 097cae6 Add EOF handling to 'read_all' function in the io module, and TCTIs. by Philip Tricca · 6 years ago
  52. f6ef247 tss2-esys: Fix Spelling Errors by dantpm · 6 years ago
  53. 7ce0cc4 tcti: Replace 2 read calls in the 'receive' function with a single read. by Philip Tricca · 6 years ago
  54. 4db13b0 include, lib, m4: Fix Spelling Errors by dantpm · 6 years ago
  55. 4f72c28 tpm2-esys: Document Default TCTI Behavior by dantpm · 6 years ago
  56. 1edd111 man: Fix Spelling Errors by dantpm · 6 years ago
  57. a037fa5 test: Fix Spelling Errors by dantpm · 6 years ago
  58. a13b958 integration: Fix Spelling Errors by dantpm · 6 years ago
  59. 5358e37 src: Fix Spelling Errors by dantpm · 6 years ago
  60. 8ce2f1f tpmclient: remove unneeded functions by Tadeusz Struk · 6 years ago
  61. 830df25 tpmclient: reuse hmac helper by Tadeusz Struk · 6 years ago
  62. ad49a69 test: add helper for HMAC calculation by Tadeusz Struk · 6 years ago
  63. 858f36b tpmclient: remove TpmHash and use the common helper by Tadeusz Struk · 6 years ago
  64. 3c2bf9a tpmclient: remove unneeded SetLocality.c by Tadeusz Struk · 6 years ago
  65. 435467e tpmclient: remove unneeded InitNullSession by Tadeusz Struk · 6 years ago
  66. 58d7a99 tpmclient: move TPM2B helper functions to sample.h by Tadeusz Struk · 6 years ago
  67. 46c8888 tpmclient: move entities tab to Entity.c by Tadeusz Struk · 6 years ago
  68. d0899fe Fix Spelling Errors in Root Directory Files by dantpm · 6 years ago
  69. 3980bad build: disable default -O2 flag by Tadeusz Struk · 6 years ago
  70. caff754 test: Add GetPollHandle test for both TCTIs. by Philip Tricca · 6 years ago
  71. 53fa806 tpmclient: remove TestCreate and use common helpers by Tadeusz Struk · 6 years ago
  72. 07857c0 test: add create_keyedhash_key helper by Tadeusz Struk · 6 years ago
  73. 888df7b tpmclient: declare functions as static and remove unused code by Tadeusz Struk · 6 years ago
  74. 50d5033 sapi: cleanup old comment by Tadeusz Struk · 6 years ago
  75. 850bb59 tcti: Use separate structures for the device and mssim TCTI contexts. by Philip Tricca · 6 years ago
  76. e5f53c7 tss2-sys: Tss2_Sys_Finalize now returns void, remove '_Complete'. by Philip Tricca · 6 years ago
  77. ed581db tss2-sys.def: Expose symbols for GetContextSize and Initialize functions. by Philip Tricca · 6 years ago
  78. f1d9aea tss2-sys.def: Rename 'LIBRARY' from tss2-sapi to tss2-sys. by Philip Tricca · 6 years ago
  79. 25847fa IPv6 Client Socket Support by dantpm · 6 years ago
  80. 5aa525a ci: Get coverity running again accounting for changes after the outage. by Philip Tricca · 6 years ago
  81. 3823139 ci: Add build with no tests enabled. by Philip Tricca · 6 years ago
  82. 216ac49 build: Wrap build of `tpm_transientempty` in SIMULATOR_BIN conditional. by Philip Tricca · 6 years ago
  83. 8d34f28 test: add Tss2_Sys_Startup back to test/integ/main by Tadeusz Struk · 6 years ago
  84. 6c3061b test: esapi: enable esapi single tests by Tadeusz Struk · 6 years ago
  85. 7bf0b08 Tests: Fixed bug in qualifiers and add warning by Andreas Fuchs · 6 years ago
  86. 1c4a811 Build: Fixes for Wmissing-field-initializers by Andreas Fuchs · 6 years ago
  87. ac2b4dc SAPI/ESAPI: Fix handling of GetRspAuths by Andreas Fuchs · 6 years ago
  88. 37b45c6 Build: Fixes for Wold-style-declarations by Andreas Fuchs · 6 years ago
  89. 450cf0b Build: Fixes for Wsign-compare by Andreas Fuchs · 6 years ago
  90. baeb2be Build: Fixes for Wunused-parameter by Andreas Fuchs · 6 years ago
  91. bf40230 ESAPI: Remove unused internal function by Andreas Fuchs · 6 years ago
  92. 67ef8c2 Build: Rework warn compiler flags by Andreas Fuchs · 6 years ago
  93. a6bffd0 Tests: ESAPI: Fixed error in yielding by Andreas Fuchs · 6 years ago
  94. fc58d93 README.md: Fix Typos, Spelling, and Grammar. by dantpm · 6 years ago
  95. 7a70e7e sapi: update the copyright header in the rests of the files by Tadeusz Struk · 6 years ago
  96. 3554a96 drop the return value from the context structure by William Roberts · 6 years ago
  97. 82e25b1 Tests: Fixed failing test on master by Andreas Fuchs · 6 years ago
  98. a7f3b12 SAPI: Fix sequence checking by Andreas Fuchs · 6 years ago
  99. 900dd3c ESAPI: Fix CreatePrimary AuthValue bug by Juergen Repp · 6 years ago
  100. 731135d Tests: ESAPI: Add PCR tests by Juergen Repp · 6 years ago