1. 4d9961e ESAPI: Rework of internal state engine by Andreas Fuchs · 6 years ago
  2. d90b5f7 sapi: move all other sapi helpers into one util file by Tadeusz Struk · 6 years ago
  3. c413a79 sapi: rename CommandUtil.c sysapi_util.c by Tadeusz Struk · 6 years ago
  4. ab74e5f ESAPI: Remove leftover line by Juergen Repp · 6 years ago
  5. aad3a85 ESAPI: Fix rspauth handling by Juergen Repp · 6 years ago
  6. 0d283c4 Tests: ESAPI: Flush used resources by Andreas Fuchs · 6 years ago
  7. f671156 Tests: ESAPI: Fix test policy_password by Andreas Fuchs · 6 years ago
  8. 95e45c7 Tests: ESAPI: Handle unhandled return codes by Andreas Fuchs · 6 years ago
  9. c5a73eb ESAPI: Move variable initialization to utils by Andreas Fuchs · 6 years ago
  10. 3b7b41b ESAPI: Remove unused initial values by Juergen Repp · 6 years ago
  11. 7868878 ESAPI: Remove unused variables by Juergen Repp · 6 years ago
  12. 4e610a7 SAPI: Rename GetCmdRspAuths.c by Andreas Fuchs · 6 years ago
  13. 3199a31 SAPI: Add check for malformed response tags by Andreas Fuchs · 6 years ago
  14. 88ac7d7 Tests: Esys test for resubmissions by Andreas Fuchs · 6 years ago
  15. 631d7e6 ESAPI: Fix resubmission counting by Andreas Fuchs · 6 years ago
  16. d947f13 Tests: Esys test for NULL parameters by Juergen Repp · 6 years ago
  17. 26eaa26 Tests: Update main-esys integration framework by Andreas Fuchs · 6 years ago
  18. c2817fb tss2_common.h: Fix bad RC definition for TSS2_ESYS_RC_IO_ERROR. by Philip Tricca · 6 years ago
  19. 10954d7 sapi: remove unused flags from syscontext and cleanup CommandUtil by Tadeusz Struk · 6 years ago
  20. 12aa212 sapi: remove ABI version definition from tss2_sys.h by Tadeusz Struk · 6 years ago
  21. 5e14637 sapi: fix ABI checks by Tadeusz Struk · 6 years ago
  22. 3975a89 SAPI: Remove old TPMA_OBJECT_SIGN define by Andreas Fuchs · 6 years ago
  23. 28164ad SAPI: Initialize: allow abiVersion == NULL by Andreas Fuchs · 6 years ago
  24. 57360da headers: Move TPM2B type from tss2_common.h to $(srcdir)/src/util. by Philip Tricca · 6 years ago
  25. 01bdf72 esys: use calloc instead of memset by William Roberts · 6 years ago
  26. 910f17c headers: Remove tpm20.h header. by Philip Tricca · 6 years ago
  27. 88ced72 util: Refactor TCTI I/O code into I/O module in utility library. by Philip Tricca · 6 years ago
  28. 936a70e tcti: Change context types for check functions. by Philip Tricca · 6 years ago
  29. 39aff82 sapi: fix PolicyNvWritten by Tadeusz Struk · 6 years ago
  30. 2fe663f sapi: fix TPM2_CC_TestParms by Tadeusz Struk · 6 years ago
  31. 0013d84 build: Simplify tss2-esys directory structure. by Philip Tricca · 6 years ago
  32. d5a6ff4 build: Simplify tss2-sys directory structure. by Philip Tricca · 6 years ago
  33. 49635f4 build: Move esysapi implementation to $(srcdir)/src/tss2-esys by Philip Tricca · 6 years ago
  34. a7c51ce build: Move logging code and tss2_endian.h to $(srcdir)/src/util by Philip Tricca · 6 years ago
  35. 5f0ab55 build: Move sysapi implementation to $(srcdir)/src/tss2-sys. by Philip Tricca · 6 years ago
  36. b8584ac build: Move TCTI code from tcti/ to src/tss2-tcti/ by Philip Tricca · 6 years ago
  37. ee73062 build: Move type marshalling library from 'marshal' to 'src/tss2-mu'. by Philip Tricca · 6 years ago
  38. 8ffd3c4 build: Install headers to $(includedir)/tss2, prefixed with tss2_ by Philip Tricca · 6 years ago
  39. 76555ac build: Revert check for running simulator process added in 01a01cd8. by Philip Tricca · 6 years ago
  40. 7397728 build: Fix bad indentation in int-log-compiler.sh. by Philip Tricca · 6 years ago
  41. bba4433 libtcti-mssim: Fix regression in default conf string selection. by Philip Tricca · 6 years ago
  42. addad78 tcti: Rename 'socket' TCTI to 'mssim'. by Philip Tricca · 6 years ago
  43. 105c1a0 tcti: refactor PlatformCommand function by Tadeusz Struk · 6 years ago
  44. 0db3932 doc: Update manpage for socket TCTI initialization function.; by Philip Tricca · 6 years ago
  45. cbde866 test: add test for command cancel case by Tadeusz Struk · 6 years ago
  46. 1b2a06b sapi: if TPM returns TPM2_RC_CANCELLED return the same to the app by Tadeusz Struk · 6 years ago
  47. 262c1ef tcti: don't send MS_SIM_CANCEL_OFF on every receive by Tadeusz Struk · 6 years ago
  48. 110a68a Tests: ESAPI: Add 8 Tests by Juergen Repp · 6 years ago
  49. cbaba76 Tests: Update code for styling by Juergen Repp · 6 years ago
  50. a8c1053 Test: Fix test for NV RAM Extend by Juergen Repp · 6 years ago
  51. 0611ec1 Test: ESAPI: Remove ECC-option from EvictCtrl by Juergen Repp · 6 years ago
  52. af4c1c2 Test: Add flushes to Esys tests by Juergen Repp · 6 years ago
  53. 1c48e2b ESAPI: Fix double-free of metadata objects by Andreas Fuchs · 6 years ago
  54. 1810c45 ESAPI: Special handling for NV_DefineSpace by Juergen Repp · 6 years ago
  55. 562d110 ESAPI: Special handling for NV_ChangeAuth by Juergen Repp · 6 years ago
  56. be68969 ESAPI: Special handling for HierarchyChangeAuth by Juergen Repp · 6 years ago
  57. 6393891 ESAPI: Fix handling of sequences by Juergen Repp · 6 years ago
  58. d262394 tcti: Remove common.h by Philip Tricca · 6 years ago
  59. 52b830d headers: Expand TPM2B_TYPE1 and TPM2B_TYPE2 macros, get ride of tpmb.h by Philip Tricca · 6 years ago
  60. 06dd0aa headers: move TPM2B type to common header. by Philip Tricca · 6 years ago
  61. 4e95711 headers & libtss2-mu: Remove TPM2B_DIGEST_VALUES type. by Philip Tricca · 6 years ago
  62. 75d0936 headers: Combine tss2_sys.h and sys_api_part3.h. by Philip Tricca · 6 years ago
  63. 5c17d23 headers: Cleanup broken header preludes. by Philip Tricca · 6 years ago
  64. 36a8e1f sysapi: add missing _MASK prefix to TPMA constants by Tadeusz Struk · 6 years ago
  65. 5477c2a tcti: Refactor the return paths in the 'receive' functions. by Philip Tricca · 6 years ago
  66. 25789b2 tcti: Ensure size parameter to response function is never NULL. by Philip Tricca · 6 years ago
  67. c005abe doc: Define desired scheme used to organize include directives. by Philip Tricca · 6 years ago
  68. 5ada433 docs: Prohibit blank lines between code/docs and EOF in coding standard. by Philip Tricca · 6 years ago
  69. 32a2cef test: Add test to query size of response in socket TCTI. by Philip Tricca · 6 years ago
  70. 6457ba5 ESAPI: Fixed PolicyCommandCode by Juergen Repp · 6 years ago
  71. 4b1e794 sapi: fix definitions in reserved fields of TPM2_PT_PCR by Tadeusz Struk · 6 years ago
  72. 10b8116 tcti: Remove all of the status flags from the tcti structure. by Philip Tricca · 6 years ago
  73. 4d73d43 libtcti-device: Use common 'read_all' function. by Philip Tricca · 6 years ago
  74. 7a10ee3 tcti: Get rid of unnecessary 4k buffer in TCTI header. by Philip Tricca · 6 years ago
  75. fa14abe tcti: Implement & document simple state machine. by Philip Tricca · 6 years ago
  76. 804b272 tcti: Use v2 structure in our internal TCTI type. by Philip Tricca · 6 years ago
  77. cb48b01 tcti: Remove unused fields from context structures. by Philip Tricca · 6 years ago
  78. cac4c3a tcti: Cleanup variable names headers. by Philip Tricca · 6 years ago
  79. ccd3a27 libtcti-socket: Cleanup socket module header. by Philip Tricca · 6 years ago
  80. 7ac3640 libtcti-socket: Simplify the receive function. by Philip Tricca · 6 years ago
  81. 9eb86d5 libtcti-sockt: Remove use of `select`. by Philip Tricca · 6 years ago
  82. 9bc025d libtcti-socket: Move recv function to socket module. by Philip Tricca · 6 years ago
  83. 77042de libtcti-socket: Refactor tctiRecvBytes into socket module. by Philip Tricca · 6 years ago
  84. e52ad14 build: Fix URLs in pkg-config files to use new tpm2-software org. by Philip Tricca · 6 years ago
  85. 0f0516e build: Add pkgconfig file for libesapi. by Philip Tricca · 6 years ago
  86. dc4ff84 libtcti-socket: Refactor simulator init function. by Philip Tricca · 6 years ago
  87. 01b9a1e libtcti-socket: Refactor CloseSockets function. by Philip Tricca · 6 years ago
  88. 2bec2a8 libtcti-socket: Refactor InitSockets function. by Philip Tricca · 6 years ago
  89. 01a01cd script: Add Sanity Checks to int-log-compiler.sh by dantpm · 6 years ago
  90. fb0b72f build: Display correct variable for maxloglevel in config summary. by Philip Tricca · 6 years ago
  91. dc1f15d build: Update URLs in AC_INIT for last org rename. by Philip Tricca · 6 years ago
  92. 8ffb654 build: Add license header to configure.ac by Philip Tricca · 6 years ago
  93. c21dbf3 libtcti-socket: Remove old init function, data & refactor std init. by Philip Tricca · 6 years ago
  94. c560204 ESAPI: Rework auth and name calculations by Juergen Repp · 6 years ago
  95. c6749b2 ESAPI: Fix special handling for Context function by Juergen Repp · 6 years ago
  96. ad4c230 ESAPI: Add TPM2 r1.38 functions and missing r1.16 by Juergen Repp · 6 years ago
  97. e3fe0cc Test: Add esys clear and hierarchychangeauth by Juergen Repp · 6 years ago
  98. 4700194 SAPI: Fix const qualifiers for input parameters by Andreas Fuchs · 6 years ago
  99. 05670e1 libtcti-device: Remove redundant error message on transmit failure. by Philip Tricca · 6 years ago
  100. 72976fc libtcti-device: Improve error reporting in initialization path. by Philip Tricca · 6 years ago