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