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