1. bc49076 Log: Add a new logging infrastructure by Andreas Fuchs · 7 years ago
  2. a4e8c0c build: Have travis-ci run integration tests in parallel. by Philip Tricca · 7 years ago
  3. 21a8b73 build: Ensure that the simulator started by the test harness has bound both ports. by Philip Tricca · 7 years ago
  4. a36a494 marshal: Remove semicolon from invocations of BASE_(UN)?MARSHAL macro. by Philip Tricca · 7 years ago
  5. d413ed5 Remove final semicolon from definition of TPM2B_TYPE2 macro. by Philip Tricca · 7 years ago
  6. 0820651 build: Have supported compilers use 'c99' language standard instead of 'gnu99'. by Philip Tricca · 7 years ago
  7. 8f31411 SAPI: Add missing _complete calls to header file by Andreas Fuchs · 7 years ago
  8. 8ccb387 SAPI: Fixed wrong function name for PolicyNvWritten by Andreas Fuchs · 7 years ago
  9. 9399751 SAPI: Add missing const qualifier for IncremetalSelfTest by Andreas Fuchs · 7 years ago
  10. 32bbf0c sapi: Add SAPI functions for Attached Component commands by Tadeusz Struk · 7 years ago
  11. c7040b9 marshal: add marshaling functions for AC types by Tadeusz Struk · 7 years ago
  12. 4154d4f sapi: Add TPM2 AC related commands by Tadeusz Struk · 7 years ago
  13. 86ab112 marshal: fix compiler errors for non GNU compatible compilers by Tadeusz Struk · 7 years ago
  14. ab0a104 CHANGELOG.md: Include data for version 1.3.0. by Philip Tricca · 7 years ago
  15. c0841fc build: Include README.md and friends in the release tarball. by Philip Tricca · 7 years ago
  16. f6255dc tcti.h: Update TCTI_MAGIC to make it explicitly ULL by yunusemreayhan · 7 years ago
  17. 7fb53ef travis: ensure COVERALLS_REPO_TOKEN is set before uploading by William Roberts · 7 years ago
  18. 03956e4 Use _MU_ RC layer in place of _TYPES_ layer removed in e66804b9ad58. by Philip Tricca · 7 years ago
  19. e66804b Headers: Fixing macros for error levels (to rc layers) by Andreas Fuchs · 7 years ago
  20. 14d344f coveralls: enable coverage stats by William Roberts · 7 years ago
  21. 313cea8 build: Add libmu as a dependency of libtcti-socket. by Philip Tricca · 7 years ago
  22. bf9b612 sysapi: Update SetCmdAuths and GetRspAuths to new parameter type by Andreas Fuchs · 7 years ago
  23. 1e49b4c build: detect ld version-script flag support by David R. Bild · 7 years ago
  24. f687652 Marshal: fixed NULL pointer dereferencing by Andreas Fuchs · 7 years ago
  25. e454382 tests: Fixes unused variables by Andreas Fuchs · 7 years ago
  26. 1d1ce78 tests: Fixes unused variables by Andreas Fuchs · 7 years ago
  27. a71dfd0 tests: Fixes unused variables by Andreas Fuchs · 7 years ago
  28. 61ba0c7 tests: Fixes unused variables by Andreas Fuchs · 7 years ago
  29. 1e1d988 tests: Fixes unused variables by Andreas Fuchs · 7 years ago
  30. f0c20dd tests: Fixes unused variables by Andreas Fuchs · 7 years ago
  31. 047e899 tests: Fixes unused variables by Andreas Fuchs · 7 years ago
  32. 13ab189 tests: Fixes unused return codes by Andreas Fuchs · 7 years ago
  33. 521263a test: fix use after free by Andreas Fuchs · 7 years ago
  34. d265c5c tcti: Fix unused return code by Andreas Fuchs · 7 years ago
  35. f8a6662 tcti: Fix unused return code by Andreas Fuchs · 7 years ago
  36. fa0a309 sysapi: Fix unused return code by Andreas Fuchs · 7 years ago
  37. 44f712d sysapi: Fixes about GetCommandCode by Andreas Fuchs · 7 years ago
  38. f8d3fae tcti: support MSG_NOSIGNAL equivalent on OS X by David R. Bild · 7 years ago
  39. b9b7519 Enable sys/socket.h include for OS X by David R. Bild · 7 years ago
  40. e27f923 Enable for poll.h include for OS X by David R. Bild · 7 years ago
  41. 69babb7 endian: fix manually-defined endian conversions by David R. Bild · 7 years ago
  42. 3c965e7 Make: Add silent rules by Andreas Fuchs · 7 years ago
  43. 43e9150 sysapi: Remove double return by Andreas Fuchs · 7 years ago
  44. 8b3c6d9 bootstrap: use portable printf instead of echo by David R. Bild · 7 years ago
  45. 61cb7fb Tests: Add support for code coverage measurement by Andreas Fuchs · 7 years ago
  46. 24fb130 Makefile: Add target to build check-programs by Andreas Fuchs · 7 years ago
  47. bf6b48f sysapi: fix GetRpBuffer by Andreas Fuchs · 7 years ago
  48. 37c3e11 marshal: remove the fake na member from TPMU by Tadeusz Struk · 7 years ago
  49. 0072fe0 MU: Add missing marshaling functions by Andreas Fuchs · 7 years ago
  50. a324949 Tests: Fixed mistake from TPMA-patch by Andreas Fuchs · 7 years ago
  51. 17b4af8 remove double struct definition of TSS2_SYS_CONTEXT by Thomas Furtner · 7 years ago
  52. 5ccc9ec tpm-types: Switch TPMAs from struct to defines by Andreas Fuchs · 7 years ago
  53. 930b5c1 tcti: Change macro function names to CamelCase by Andreas Fuchs · 7 years ago
  54. 090641a SAPI: Add _complete calls for all TPM functions. by Andreas Fuchs · 7 years ago
  55. 5acc504 sapi: remove SYS_CONTEXT macro by Tadeusz Struk · 7 years ago
  56. be5899d All: Changed namespace from TPM_ to TPM2_ by Andreas Fuchs · 7 years ago
  57. 35750de includes: Removed implementation.h by Andreas Fuchs · 7 years ago
  58. 0bf4a1c tests/marshall: Fix TPML-marshal for padding by Andreas Fuchs · 7 years ago
  59. 1d4e0f3 SAPI: Added const to SAPI function parameters by Andreas Fuchs · 7 years ago
  60. 6509300 Change TPM_RC to TSS2_RC. by Andreas Fuchs · 7 years ago
  61. 1504963 CONTRIBUTING.md: Add coding standards requirements. by Tadeusz Struk · 7 years ago
  62. 1f97c85 sapi: cleanup sysapi_utils.h by Tadeusz Struk · 7 years ago
  63. 231f298 build: Check for cmocka version >= 1.0 @ configure time. by Philip Tricca · 7 years ago
  64. 7f0addc README.md: Account for renaming of github org from 01org to intel in travis-ci URL. by Philip Tricca · 7 years ago
  65. da0e30d CONTRIBUTING.md: Document requirements for commit message format & DCO. by Philip Tricca · 7 years ago
  66. 5191be6 RELEASE.md: Document release process. by Philip Tricca · 7 years ago
  67. a64c33e sysapi: simplify TPM2B structures by Tadeusz Struk · 7 years ago
  68. fb93568 test: Use built-in mock with cast functions instead of manual casting. by Philip Tricca · 7 years ago
  69. 77305c0 test: move System API tests from tpmclient to integration by Tadeusz Struk · 7 years ago
  70. 357b5ff test: create tpm properties integ test by Tadeusz Struk · 7 years ago
  71. 1b9d758 tpmclient: remove hash function pointers by Tadeusz Struk · 7 years ago
  72. e675996 tpmclient: remove unused RM test code by Tadeusz Struk · 7 years ago
  73. 671a514 sysapi: refactor sysapi util functions by Tadeusz Struk · 7 years ago
  74. bbcc5c0 Add implementation of EncryptDecrypt2 function and integration test. by Philip Tricca · 7 years ago
  75. 2424253 test: Add integration test for EncryptDecrypt command. by Philip Tricca · 7 years ago
  76. 2097597 test: create hierarchy change test by thomas · 7 years ago
  77. c8ac707 sysapi: add support for Intel PTT capability by Tadeusz Struk · 7 years ago
  78. 3c47161 tss2_tpm2_types.h: Fix typo in HMAC_SESSION_LAST and POLICY_SESSION_LAST. by Philip Tricca · 7 years ago
  79. e79d986 sysapi: remove duplicate access ptrs from sys context struct by Tadeusz Struk · 7 years ago
  80. c7c4494 sysapi: fix typeo in HashSequenceStart by Tadeusz Struk · 7 years ago
  81. 0870b2a sysapi: allow NULLs in Tss2_Sys_PolicySecret by Tadeusz Struk · 7 years ago
  82. 3f1828c tcti: Add tcti_common_checks function to sanity test the context structure. by Philip Tricca · 7 years ago
  83. 91b8716 test: Use a real context structure instead of faking a non-NULL value. by Philip Tricca · 7 years ago
  84. a003d76 tcti: Reformat code. by Philip Tricca · 7 years ago
  85. 473aebe tcti: Move 'commonchecks' module into 'tcti' module. by Philip Tricca · 7 years ago
  86. ae51338 tpmclient: fix CompareTPM2B by Tadeusz Struk · 7 years ago
  87. b2b8560 sysapi: fix Tss2_Sys_GetCommandCode by Tadeusz Struk · 7 years ago
  88. 00aed40 sysapi: remove unneeded marshaling wrappers by Tadeusz Struk · 7 years ago
  89. b5d6a43 sysapi: convert helper functions by Tadeusz Struk · 7 years ago
  90. c54e876 sysapi: convert rest of the Tss2_Sys_ functions by Tadeusz Struk · 7 years ago
  91. 65a40b4 libmu: add missing function declarations by Tadeusz Struk · 7 years ago
  92. 24f555c tcti: Replace TCTI_CONTEXT_INTEL macro with inline cast function. by Philip Tricca · 7 years ago
  93. 3bc9603 tcti: Move private TCTI header from sysapi/include/ to tcti/. by Philip Tricca · 7 years ago
  94. 1366da3 build: Remove unmaintained windows.mk file. by Philip Tricca · 7 years ago
  95. 1d33408 README.md: Update project / code layout. by Philip Tricca · 7 years ago
  96. 3dedb66 build: Generate AUTHORS file from git history. by Philip Tricca · 7 years ago
  97. b21f9f9 libmu: convert names to comply with TCG spec by Tadeusz Struk · 7 years ago
  98. cd419ac sysapi: introduce REQ and RESP_HEADER macros by Tadeusz Struk · 7 years ago
  99. d55c170 sysapi: Remove duplicate definition of response header by Tadeusz Struk · 7 years ago
  100. 83d12be tcti: use predefined TCTI_CONTEXT_INTEL by Tadeusz Struk · 7 years ago