1. 897c75d Tests/esapi: Add PolicyTicket by Juergen Repp · 7 years ago
  2. ed81805 Tests/esapi: Add PolicyAuthorize by Juergen Repp · 7 years ago
  3. 4f8ad60 Tests/esapi: Add ReadLock and WriteLock to Makefile by Juergen Repp · 7 years ago
  4. 090bcef Tests/esapi: Add NV_Certify by Juergen Repp · 7 years ago
  5. 5302883 Tests/esapi: Add Lock by Juergen Repp · 7 years ago
  6. efacad1 Tests/esapi: Add Import by Juergen Repp · 7 years ago
  7. 9f394f2 Tests/esapi: Add HierarchyControl by Juergen Repp · 7 years ago
  8. d6ed8f2 Tests/esapi: Add GetTime by Juergen Repp · 7 years ago
  9. 841eeb4 Tests/esapi: Add FirmwareRead by Juergen Repp · 7 years ago
  10. 4ffdf0f Tests/esapi: Add FieldUpgrade by Juergen Repp · 7 years ago
  11. 7de9fbf Tests/esapi: Add EventSequenceComplete by Juergen Repp · 7 years ago
  12. cd10125 Tests/esapi: Add EncryptDecrypt by Juergen Repp · 7 years ago
  13. 73461b4 Tests/esapi: Add ECDH_ZGen by Juergen Repp · 7 years ago
  14. 472840f Tests/esapi: Add ECDH_KeyGen by Juergen Repp · 7 years ago
  15. 0d884d5 Tests/esapi: Add ECC_Parameters by Juergen Repp · 7 years ago
  16. 50dfdd9 Tests/esapi: Clockset remove session test by Juergen Repp · 7 years ago
  17. 0c2d853 Tests/esapi: Add Commit by Juergen Repp · 7 years ago
  18. 658cd7d Tests/esapi: Add ClearControl by Juergen Repp · 7 years ago
  19. 1645570 Tests/esapi: Add ChangeEPS by Juergen Repp · 7 years ago
  20. 77b9a0e Tests/esapi: Add Certify by Juergen Repp · 7 years ago
  21. 43966fc Tests/esapi: Add CertifyCreation by Juergen Repp · 7 years ago
  22. 607317b Tests/esapi: Add Audit by Juergen Repp · 7 years ago
  23. 134c93c test: move session bits from tpmclient to test/integration by Tadeusz Struk · 7 years ago
  24. 85208a4 tpmclient: Move session helpers to test/integration/ by Tadeusz Struk · 7 years ago
  25. 8866b0c tpmclient: remove syscontext functions by Tadeusz Struk · 7 years ago
  26. 8a19179 Tests: Add missing integration test to Makefile by Andreas Fuchs · 7 years ago
  27. 097cae6 Add EOF handling to 'read_all' function in the io module, and TCTIs. by Philip Tricca · 7 years ago
  28. 8ce2f1f tpmclient: remove unneeded functions by Tadeusz Struk · 7 years ago
  29. 858f36b tpmclient: remove TpmHash and use the common helper by Tadeusz Struk · 7 years ago
  30. 3c2bf9a tpmclient: remove unneeded SetLocality.c by Tadeusz Struk · 7 years ago
  31. 435467e tpmclient: remove unneeded InitNullSession by Tadeusz Struk · 7 years ago
  32. 58d7a99 tpmclient: move TPM2B helper functions to sample.h by Tadeusz Struk · 7 years ago
  33. 850bb59 tcti: Use separate structures for the device and mssim TCTI contexts. by Philip Tricca · 7 years ago
  34. 216ac49 build: Wrap build of `tpm_transientempty` in SIMULATOR_BIN conditional. by Philip Tricca · 7 years ago
  35. 1c4a811 Build: Fixes for Wmissing-field-initializers by Andreas Fuchs · 7 years ago
  36. baeb2be Build: Fixes for Wunused-parameter by Andreas Fuchs · 7 years ago
  37. 731135d Tests: ESAPI: Add PCR tests by Juergen Repp · 7 years ago
  38. f477ded Tests: ESAPI: Add test for duplicate by Juergen Repp · 7 years ago
  39. 624423b Tests: ESAPI: Add test for unseal by Christian Plappert · 7 years ago
  40. a2cf69c Tests: ESAPI: Add xor obfuscation by Juergen Repp · 7 years ago
  41. 6ab3fd8 Tests: Check for empty transient areas by Andreas Fuchs · 7 years ago
  42. a0eda36 Tests: Extract simulator TPM_Startup by Andreas Fuchs · 7 years ago
  43. 5d9ce58 Tests: ESAPI: Add test for default tcti by Andreas Fuchs · 7 years ago
  44. 2018151 Tests: ESAPI Add sequence test by Juergen Repp · 7 years ago
  45. 88ac7d7 Tests: Esys test for resubmissions by Andreas Fuchs · 7 years ago
  46. d947f13 Tests: Esys test for NULL parameters by Juergen Repp · 7 years ago
  47. 88ced72 util: Refactor TCTI I/O code into I/O module in utility library. by Philip Tricca · 7 years ago
  48. 0013d84 build: Simplify tss2-esys directory structure. by Philip Tricca · 7 years ago
  49. d5a6ff4 build: Simplify tss2-sys directory structure. by Philip Tricca · 7 years ago
  50. 49635f4 build: Move esysapi implementation to $(srcdir)/src/tss2-esys by Philip Tricca · 7 years ago
  51. a7c51ce build: Move logging code and tss2_endian.h to $(srcdir)/src/util by Philip Tricca · 7 years ago
  52. 5f0ab55 build: Move sysapi implementation to $(srcdir)/src/tss2-sys. by Philip Tricca · 7 years ago
  53. b8584ac build: Move TCTI code from tcti/ to src/tss2-tcti/ by Philip Tricca · 7 years ago
  54. ee73062 build: Move type marshalling library from 'marshal' to 'src/tss2-mu'. by Philip Tricca · 7 years ago
  55. 8ffd3c4 build: Install headers to $(includedir)/tss2, prefixed with tss2_ by Philip Tricca · 7 years ago
  56. addad78 tcti: Rename 'socket' TCTI to 'mssim'. by Philip Tricca · 7 years ago
  57. 105c1a0 tcti: refactor PlatformCommand function by Tadeusz Struk · 7 years ago
  58. cbde866 test: add test for command cancel case by Tadeusz Struk · 7 years ago
  59. 110a68a Tests: ESAPI: Add 8 Tests by Juergen Repp · 7 years ago
  60. 7a10ee3 tcti: Get rid of unnecessary 4k buffer in TCTI header. by Philip Tricca · 7 years ago
  61. 77042de libtcti-socket: Refactor tctiRecvBytes into socket module. by Philip Tricca · 7 years ago
  62. 2bec2a8 libtcti-socket: Refactor InitSockets function. by Philip Tricca · 7 years ago
  63. 0dc7c29 Makefile: Restructure Makefiles by Andreas Fuchs · 7 years ago