1. fb09c18 build: Fix udev rule when no file prefix is provided. by Philip Tricca · 6 years ago
  2. 0075f88 build: Install udev rule to set ownership and permissions for TPM chardevs by Javier Martinez Canillas · 6 years ago
  3. d0899fe Fix Spelling Errors in Root Directory Files by dantpm · 6 years ago
  4. 850bb59 tcti: Use separate structures for the device and mssim TCTI contexts. by Philip Tricca · 6 years ago
  5. a0eda36 Tests: Extract simulator TPM_Startup by Andreas Fuchs · 6 years ago
  6. 037c878 ESAPI: Change behavior of default TCTI by Andreas Fuchs · 6 years ago
  7. 00ace2b Build: ESAPI Fix includes and CFLAGS by Andreas Fuchs · 6 years ago
  8. 28164ad SAPI: Initialize: allow abiVersion == NULL by Andreas Fuchs · 6 years ago
  9. 57360da headers: Move TPM2B type from tss2_common.h to $(srcdir)/src/util. by Philip Tricca · 6 years ago
  10. 910f17c headers: Remove tpm20.h header. by Philip Tricca · 6 years ago
  11. 88ced72 util: Refactor TCTI I/O code into I/O module in utility library. by Philip Tricca · 6 years ago
  12. 0013d84 build: Simplify tss2-esys directory structure. by Philip Tricca · 6 years ago
  13. d5a6ff4 build: Simplify tss2-sys directory structure. by Philip Tricca · 6 years ago
  14. 49635f4 build: Move esysapi implementation to $(srcdir)/src/tss2-esys by Philip Tricca · 6 years ago
  15. a7c51ce build: Move logging code and tss2_endian.h to $(srcdir)/src/util by Philip Tricca · 6 years ago
  16. 5f0ab55 build: Move sysapi implementation to $(srcdir)/src/tss2-sys. by Philip Tricca · 6 years ago
  17. b8584ac build: Move TCTI code from tcti/ to src/tss2-tcti/ by Philip Tricca · 6 years ago
  18. ee73062 build: Move type marshalling library from 'marshal' to 'src/tss2-mu'. by Philip Tricca · 6 years ago
  19. 8ffd3c4 build: Install headers to $(includedir)/tss2, prefixed with tss2_ by Philip Tricca · 6 years ago
  20. addad78 tcti: Rename 'socket' TCTI to 'mssim'. by Philip Tricca · 6 years ago
  21. 105c1a0 tcti: refactor PlatformCommand function by Tadeusz Struk · 6 years ago
  22. 0db3932 doc: Update manpage for socket TCTI initialization function.; by Philip Tricca · 6 years ago
  23. 0f0516e build: Add pkgconfig file for libesapi. by Philip Tricca · 6 years ago
  24. 5a23528 libtcti-device: Remove deprecated init function and update man page. by Philip Tricca · 6 years ago
  25. 364d115 Misc: Remove site files by Andreas Fuchs · 6 years ago
  26. 0dc7c29 Makefile: Restructure Makefiles by Andreas Fuchs · 6 years ago
  27. aaab64e test: add tests for PolicyAuthorizeNV by Tadeusz Struk · 6 years ago
  28. ecd44eb Tests: Add ESAPI tests by Juergen Repp · 6 years ago
  29. 0b842fa libtcti-socket: Cleanup PlatformCommand and use 'read' not 'recv'. by Philip Tricca · 6 years ago
  30. cdb027c build: Distribute the source for the InitSocketTcti man page. by Philip Tricca · 6 years ago
  31. 5a64596 build: Use utility library instead of building the log module in directly. by Philip Tricca · 6 years ago
  32. dff2686 tcti-socket: Use 'write_all' utility function in place of 'send'. by Philip Tricca · 6 years ago
  33. a003ae6 tcti: Add 'write_all' utility function to retry the 'write' syscall. by Philip Tricca · 6 years ago
  34. 34270f4 build: Build test library only when integration tests are enabled. by Philip Tricca · 6 years ago
  35. 2968c71 Doxygen: Integrate doxygen building by Andreas Fuchs · 7 years ago
  36. ff821bd ESAPI: Added support for ESAPI by Juergen Repp · 7 years ago
  37. 7c72dd4 test: add test for TPM2_CreateLoaded command by Tadeusz Struk · 7 years ago
  38. 5c1b140 build: Link against libcrypt, not libssl. by Philip Tricca · 7 years ago
  39. 15220e8 test: add a common hash function by Tadeusz Struk · 7 years ago
  40. 9deabdd test: Remove old tpmclient 'tcti_util' module. by Philip Tricca · 7 years ago
  41. 77683c7 tcti-socket: Add common Info and Init function. by Philip Tricca · 7 years ago
  42. 78a4958 test: Update to new logging framework by Andreas Fuchs · 7 years ago
  43. 43a0d76 TCTI: Update to new logging framework by Andreas Fuchs · 7 years ago
  44. c0841fc build: Include README.md and friends in the release tarball. by Philip Tricca · 7 years ago
  45. 313cea8 build: Add libmu as a dependency of libtcti-socket. by Philip Tricca · 7 years ago
  46. 1e49b4c build: detect ld version-script flag support by David R. Bild · 7 years ago
  47. 3c965e7 Make: Add silent rules by Andreas Fuchs · 7 years ago
  48. 61cb7fb Tests: Add support for code coverage measurement by Andreas Fuchs · 7 years ago
  49. 24fb130 Makefile: Add target to build check-programs by Andreas Fuchs · 7 years ago
  50. 77305c0 test: move System API tests from tpmclient to integration by Tadeusz Struk · 7 years ago
  51. 357b5ff test: create tpm properties integ test by Tadeusz Struk · 7 years ago
  52. e675996 tpmclient: remove unused RM test code by Tadeusz Struk · 7 years ago
  53. bbcc5c0 Add implementation of EncryptDecrypt2 function and integration test. by Philip Tricca · 7 years ago
  54. 2424253 test: Add integration test for EncryptDecrypt command. by Philip Tricca · 7 years ago
  55. 2097597 test: create hierarchy change test by thomas · 7 years ago
  56. 473aebe tcti: Move 'commonchecks' module into 'tcti' module. by Philip Tricca · 7 years ago
  57. 00aed40 sysapi: remove unneeded marshaling wrappers by Tadeusz Struk · 7 years ago
  58. 3bc9603 tcti: Move private TCTI header from sysapi/include/ to tcti/. by Philip Tricca · 7 years ago
  59. 3dedb66 build: Generate AUTHORS file from git history. by Philip Tricca · 7 years ago
  60. 1c55c6c test: Add test for TPMU type by Tadeusz Struk · 7 years ago
  61. 80e4cf7 test: Add test for TPMT type by Tadeusz Struk · 7 years ago
  62. 2761071 test: Add test for TPML type by Tadeusz Struk · 7 years ago
  63. fb16c32 test: Add test for TPMS type by Tadeusz Struk · 7 years ago
  64. 3da9f81 pkg-config: Add new .pc for libmarshal & dependency on libmarshal to sapi.pc. by Philip Tricca · 7 years ago
  65. 04e964f test: Add unit tests for TPM2B types by Tadeusz Struk · 7 years ago
  66. 1a94dd8 build: Fix 'dist' and 'distcheck' target. by Philip Tricca · 7 years ago
  67. 3bbab5e test: Add unit test for TPMA types by Tadeusz Struk · 7 years ago
  68. ca8b438 fix auto-generated pkgconfig files to allow install libsapi.a into customized directory, e.g. /opt/xxx by Liu Qun (liuqun) · 7 years ago
  69. 464e664 Marshal: Add marshal/unmarshal for TPMA types by Tadeusz Struk · 7 years ago
  70. e560eb1 tpmclient: Undefine FORTIFY_SOURCE. by Philip Tricca · 7 years ago
  71. 1453019 sys-initialize: SysInitializeTest is now in integration by John Andersen · 7 years ago
  72. 5c5dc25 abi-version: AbiVersionTest is now in integration by John Andersen · 7 years ago
  73. d182a72 Merge branch '1.x' by Philip Tricca · 7 years ago
  74. 93cea25 test: Port tpmclient into the integration test framework. by Philip Tricca · 7 years ago
  75. b965607 test: Add test to use EvictControl to make primary key persistent. by Philip Tricca · 7 years ago
  76. b85112e test: Add test to create a key used for keyed SHA1 HMAC. by Philip Tricca · 7 years ago
  77. 3a4b07c test: Add integration test to create RSA 2k, AES 128 CFB primary key. by Philip Tricca · 7 years ago
  78. 530b350 test: Port tpmclient into the integration test framework. by Philip Tricca · 7 years ago
  79. 9e203a0 test: Add test to use EvictControl to make primary key persistent. by Philip Tricca · 7 years ago
  80. 85c11a6 test: Add test to create a key used for keyed SHA1 HMAC. by Philip Tricca · 7 years ago
  81. b25a1e4 test: Add integration test to create RSA 2k, AES 128 CFB primary key. by Philip Tricca · 7 years ago
  82. 727a404 test: Add basic unit tests for the socket TCTI. by Philip Tricca · 7 years ago
  83. fd6999a Rename all integration tests to use .int "extension". by Philip Tricca · 7 years ago
  84. e8ed085 build: Add integration test harness. by Philip Tricca · 7 years ago
  85. a8fdb2b test: Add integration test for Tss2_Sys_StartAuthSession. by Philip Tricca · 7 years ago
  86. f807b0a build: Fixup 'dist' target. by Philip Tricca · 7 years ago
  87. 45b5b72 test: Move "common" and "sample" code used by tpmclient to tpmclient. by Philip Tricca · 7 years ago
  88. 9bb3354 Cleanup includes of local files. by Philip Tricca · 7 years ago
  89. e5d4ddb configure.ac: Replace use of hard coded linker flags with autoconf macro. by Philip Tricca · 7 years ago
  90. 57f61d9 Replace use of CONFIG_SITE with configure macro. by Philip Tricca · 7 years ago
  91. 6e9c9cf test: Add integration test for asymmetric encrypt and decrypt use case. by hp · 8 years ago
  92. 93b735e test: Add integration test for PCR Read and Extend Remove PCR Extension test from tpmtest. by hp · 8 years ago
  93. 1b9ccfa test: Add integration test for SelfTest. by hp · 8 years ago
  94. 7ae176b test: Add integration test for GetRandom. by hp · 8 years ago
  95. b77704e test: Add integration test "framework". by Philip Tricca · 8 years ago
  96. 6e2b115 unit: Add tests for successful calls to device TCTI receive / transmit. by Philip Tricca · 7 years ago
  97. 7340742 Move unit tests from test/ to test/unit/ and remove the '_unit' suffix. by Philip Tricca · 8 years ago
  98. e0a93d1 test: Add basic unit tests for the socket TCTI. by Philip Tricca · 7 years ago
  99. 7c25ce7 build: Fixup 'dist' target. by Philip Tricca · 7 years ago
  100. 330d3c7 test: Move "common" and "sample" code used by tpmclient to tpmclient. by Philip Tricca · 7 years ago