[go: nahoru, domu]

  1. 93cea25 test: Port tpmclient into the integration test framework. by Philip Tricca · 7 years ago
  2. 345b76b test: Remove tpmclient 'demoDelay' by Philip Tricca · 7 years ago
  3. c611f5a test: Remove resourcemgr test from EvictControl test. by Philip Tricca · 7 years ago
  4. b965607 test: Add test to use EvictControl to make primary key persistent. by Philip Tricca · 7 years ago
  5. b85112e test: Add test to create a key used for keyed SHA1 HMAC. by Philip Tricca · 7 years ago
  6. 3a4b07c test: Add integration test to create RSA 2k, AES 128 CFB primary key. by Philip Tricca · 7 years ago
  7. d27ec5b tpmclient: Remove DEBUG_GAP_HANDLING. by Philip Tricca · 7 years ago
  8. c9a932b tpmclient: Remove dead code. by Philip Tricca · 7 years ago
  9. 3fb9163 CHANGELOG.md: Merge 1.x changelog into master. by Philip Tricca · 7 years ago
  10. 6445bba CHANGELOG.md: update for 1.1.0 release. by Philip Tricca · 7 years ago
  11. 6e58f75 Merge branch '1.x' by Philip Tricca · 7 years ago
  12. 55ea476 debug: Use snprintf to generate undefined command string. by Philip Tricca · 7 years ago
  13. 727a404 test: Add basic unit tests for the socket TCTI. by Philip Tricca · 7 years ago
  14. 422d0c2 tcti: Return NOT_IMPLEMENTED RC for unimplemented functions. by Philip Tricca · 7 years ago
  15. 3bff382 libtcti-socket: Check for NULL parameters in init function. by Philip Tricca · 7 years ago
  16. 83bd76c libtcti-socket: Remove dead code from resourcemgr socket server. by Philip Tricca · 7 years ago
  17. c078f61 tpmclient: remove resMgrInterfaceName by Philip Tricca · 7 years ago
  18. 3c33ce1 tpmclient: Remove SHARED_OUT_FILE. by Philip Tricca · 7 years ago
  19. e8f511f tpmclient: Remove localTctiTest. by Philip Tricca · 7 years ago
  20. 5adc5f1 tpmclient: Remove -startAuthSessionTest option. by Philip Tricca · 7 years ago
  21. 1e6773a tpmclient: Remove -dbg level option. by Philip Tricca · 7 years ago
  22. 67ebd7a tpmclient: remove -passes option by Philip Tricca · 7 years ago
  23. d325380 travis.yml: Run check target in parallel. by Philip Tricca · 7 years ago
  24. fd6999a Rename all integration tests to use .int "extension". by Philip Tricca · 7 years ago
  25. e8ed085 build: Add integration test harness. by Philip Tricca · 7 years ago
  26. a8fdb2b test: Add integration test for Tss2_Sys_StartAuthSession. by Philip Tricca · 7 years ago
  27. f807b0a build: Fixup 'dist' target. by Philip Tricca · 7 years ago
  28. 45b5b72 test: Move "common" and "sample" code used by tpmclient to tpmclient. by Philip Tricca · 7 years ago
  29. 9bb3354 Cleanup includes of local files. by Philip Tricca · 7 years ago
  30. 3e8b442 test: Remove saved tpmclient output. by Philip Tricca · 7 years ago
  31. 4a757a1 travis.yml: Start simulator before 'make check'. by Philip Tricca · 7 years ago
  32. 19a8f9d configure.ac: Move compiler / preproc / link flag macros to m4/. by Philip Tricca · 7 years ago
  33. 8685be3 configure.ac: Rename flag macro functions for clarity. by Philip Tricca · 7 years ago
  34. ffe6589 CFLAGS: Add -D_FORTIFY_SOURCE=2 and -U_FORTIFY_SOURCE. by Philip Tricca · 7 years ago
  35. a348663 LDFLAGS: Add noexecstack, now and relro. by Philip Tricca · 7 years ago
  36. 5ce17c3 CFLAGS: Drop redundant stack-protector. by Philip Tricca · 7 years ago
  37. 7b6df1e Add a few new flags and change -fPIC from LDFLAG to CFLAG. by Philip Tricca · 7 years ago
  38. e5d4ddb configure.ac: Replace use of hard coded linker flags with autoconf macro. by Philip Tricca · 7 years ago
  39. 57f61d9 Replace use of CONFIG_SITE with configure macro. by Philip Tricca · 7 years ago
  40. 6e9c9cf test: Add integration test for asymmetric encrypt and decrypt use case. by hp · 8 years ago
  41. 67d72db Resume on interrupted syscalls by Davide Guerri · 8 years ago
  42. 93b735e test: Add integration test for PCR Read and Extend Remove PCR Extension test from tpmtest. by hp · 8 years ago
  43. 77bfcb3 build: build with gnu99 & cleanup OS detection preprocessor macros by Philip Tricca · 8 years ago
  44. 13ed525 simulator script: Use https when downloading the IBM simulator source. by Philip Tricca · 8 years ago
  45. 1b9ccfa test: Add integration test for SelfTest. by hp · 8 years ago
  46. 7ae176b test: Add integration test for GetRandom. by hp · 8 years ago
  47. b77704e test: Add integration test "framework". by Philip Tricca · 8 years ago
  48. 6e2b115 unit: Add tests for successful calls to device TCTI receive / transmit. by Philip Tricca · 7 years ago
  49. 7340742 Move unit tests from test/ to test/unit/ and remove the '_unit' suffix. by Philip Tricca · 8 years ago
  50. e0a93d1 test: Add basic unit tests for the socket TCTI. by Philip Tricca · 7 years ago
  51. 5917fbf tcti: Return NOT_IMPLEMENTED RC for unimplemented functions. by Philip Tricca · 7 years ago
  52. 4ccb532 libtcti-socket: Check for NULL parameters in init function. by Philip Tricca · 7 years ago
  53. 14d9fbc libtcti-socket: Remove dead code from resourcemgr socket server. by Philip Tricca · 7 years ago
  54. 3d1ad8d Merge branch '1.x' by Philip Tricca · 7 years ago
  55. 25b03ea libtcti-device: Fix NULL dereference bug. by Philip Tricca · 8 years ago
  56. 8f9ffb7 Merge branch '1.x' by Philip Tricca · 7 years ago
  57. 7c25ce7 build: Fixup 'dist' target. by Philip Tricca · 7 years ago
  58. 74e6c6b libtcti-device: Fix NULL dereference bug. by Philip Tricca · 8 years ago
  59. 330d3c7 test: Move "common" and "sample" code used by tpmclient to tpmclient. by Philip Tricca · 7 years ago
  60. dcecfdc test: Remove saved tpmclient output. by Philip Tricca · 7 years ago
  61. 24653d9 INSTALL: Remove duplicate file, all is in INSTALL.md now. by Philip Tricca · 7 years ago
  62. 10c44e6 README: Added documentation images for easy access by John Andersen · 7 years ago
  63. 6c601f0 Ubuntu dependencies in INSTALL files by John Andersen · 7 years ago
  64. 8203a37 Remove duplicate code for endianness manipulation by Tadeusz Struk · 7 years ago
  65. fbd356c gitignore: updates for vi temp files by Tadeusz Struk · 7 years ago
  66. 2c119cc Add instructions for contributing to the project. by Philip Tricca · 7 years ago
  67. 23938f5 Generate correct SYSAPI_H list by Tadeusz Struk · 7 years ago
  68. 7523bf8 tpmclient: Remove visual studio generated files. by Philip Tricca · 7 years ago
  69. 201aabf Merge branch '1.x' by Philip Tricca · 7 years ago
  70. d9390ae tpmclient: Remove visual studio generated files. by Philip Tricca · 7 years ago
  71. f70ab0e tpmclient: remove resMgrInterfaceName by Philip Tricca · 7 years ago
  72. b6cb68f tpmclient: Remove SHARED_OUT_FILE. by Philip Tricca · 7 years ago
  73. a8e7a57 tpmclient: Remove localTctiTest. by Philip Tricca · 7 years ago
  74. 519fe99 tpmclient: Remove -startAuthSessionTest option. by Philip Tricca · 7 years ago
  75. 09c9421 tpmclient: Remove -dbg level option. by Philip Tricca · 7 years ago
  76. 9ba54b7 tpmclient: remove -passes option by Philip Tricca · 7 years ago
  77. 23ecf0a Merge branch '1.x' by Philip Tricca · 7 years ago
  78. 0e175d3 contrib: Remove systemd service and udev rules for old resourcemgr. by Philip Tricca · 7 years ago
  79. c924ed6 travis.yml: Run check target in parallel. by Philip Tricca · 7 years ago
  80. 9153b4c Rename all integration tests to use .int "extension". by Philip Tricca · 7 years ago
  81. 99d4142 build: Add integration test harness. by Philip Tricca · 7 years ago
  82. bd70f3c Remove redundant always-true if check by Peter Huewe · 7 years ago
  83. 5656d67 configure; Remove dependency / check for pthreads. by Philip Tricca · 7 years ago
  84. 41205eb Convert INSTALL to markdown / INSTALL.md. by Philip Tricca · 7 years ago
  85. 0bedaee INSTALL: Remove mention of the resourcemgr. by Philip Tricca · 7 years ago
  86. 32aadee Only use goto where it makes sense by Tadeusz Struk · 7 years ago
  87. e949568 Cleanup the usage of extern "C" by Tadeusz Struk · 7 years ago
  88. 9137ddc Generate correct SYSAPI_H list by Tadeusz Struk · 7 years ago
  89. 1cb7d53 Remove references to config.site from INSTALL by Tadeusz Struk · 7 years ago
  90. c0e64d9 Fixed bug in KDFA function: if requested key size in bytes rounded up was by wcarthur · 7 years ago
  91. 99fa79c Merge branch '1.x' by Philip Tricca · 7 years ago
  92. 1fa2f4d doc: Add a manpage for the TctiSocketInit function. by Philip Tricca · 7 years ago
  93. fe67168 doc: Add manpage for the device TCTI initialization function. by Philip Tricca · 7 years ago
  94. 632c431 doc: Add manpages in the overview section for the two TCTIs. by Philip Tricca · 7 years ago
  95. c38f948 configure.ac: Use git to set version number. by Philip Tricca · 7 years ago
  96. b32f7f7 Merge branch '1.x' by Philip Tricca · 7 years ago
  97. dd43b82 sort input files by Bernhard M. Wiedemann · 7 years ago
  98. b921de0 travis: Add Clang as compiler by Peter Huewe · 7 years ago
  99. 495567a tpmclient: Use signed ints for comparision < 0 by Peter Huewe · 7 years ago
  100. 3f07e9b sysapi: Initialize variable to 0 by Peter Huewe · 7 years ago