1. 802c477 Merge branch 1.x by Philip Tricca · 7 years ago
  2. 7966ef8 Remove resourcemgr and fixup build. by Philip Tricca · 7 years ago
  3. b2f3ed1 fix misleading #error comments by 刘群 · 7 years ago
  4. d0c853f LICENSE: Remove misapplied TCG license. by Philip Tricca · 8 years ago
  5. b6b6bc6 Merge branch '1.x' by Philip Tricca · 7 years ago
  6. 05c064f tss2_tcti.h: Align return types from TCTI invocation macros with spec. by Philip Tricca · 7 years ago
  7. a15a46d Fix wrong MACROs defined in tss2_tpm2_types.h by Gang Wei · 8 years ago
  8. 0acc8e3 tss2_tpm2_types.h: Fix broken TRANSIENT_LAST macro. by Philip Tricca · 8 years ago
  9. 8b29d78 tss2_tpm2_types: Fix definition of PCR_LAST. by Philip Tricca · 8 years ago
  10. 6941fe2 Fix wrong MACROs defined in tss2_tpm2_types.h by Gang Wei · 8 years ago
  11. a3fe622 libmarshal: Add (Unm|M)arshal functions for TPM_CCs. by Philip Tricca · 8 years ago
  12. 42039cc libmarshal: Pass source parameter by value for *_Marshal functions. by Philip Tricca · 8 years ago
  13. 3efb282 libmarshal: Add functions to (un)?marshal TPM_ST and use them. by Philip Tricca · 8 years ago
  14. b809534 libmarshal: Add (UnM|m)arshal functions for remaining base types. by Philip Tricca · 8 years ago
  15. b33eb35 marshal: Add functions to marshal UINT64s with unit test. by Philip Tricca · 8 years ago
  16. bff7212 marshal: Add functions for UINT32 and unit tests. by Philip Tricca · 8 years ago
  17. 689c090 marshal: Add marshalling functions for UINT16 with unit test. by Philip Tricca · 8 years ago
  18. 3a36b66 cleanup: Remove usage of _WIN32 macro. by Philip Tricca · 8 years ago
  19. f3cd7fe LICENSE: Remove misapplied TCG license. by Philip Tricca · 8 years ago
  20. 92a0830 tss2_tpm2_types.h: Fix broken TRANSIENT_LAST macro. by Philip Tricca · 8 years ago
  21. f14f9a8 tss2_tpm2_types: Fix definition of PCR_LAST. by Philip Tricca · 8 years ago
  22. 5dfa156 build: build with gnu99 & cleanup OS detection preprocessor macros by Philip Tricca · 8 years ago
  23. f93eeac Tss2_Sys_Finalize: Change return type from void to TSS2_RC. by Philip Tricca · 8 years ago
  24. 717795e Remove semicolons from end of TPMA_* macro definitions. by Philip Tricca · 8 years ago
  25. 755d9ec tcti_socket: Stop freeing caller allocated data in finalize function. by Philip Tricca · 8 years ago
  26. d102a61 tss2_tcti.h: Fix invocation macro for the TCTI finalize function. by Philip Tricca · 8 years ago
  27. b864d0a Define TPM_CC_FINAL according to Part 2 Table 13 / Part 4 Annex A by Philip Tricca · 8 years ago
  28. dfa41a5 Remove all trailing whitespace. by Philip Tricca · 8 years ago
  29. e03b846 Fixup bugs introduced by 3b7e71220c9 by fixing up include directives to use sapi/ instead of tss2/ by Philip Tricca · 8 years ago
  30. d69337a build: Rename libtss2 to libsapi by Philip Tricca · 8 years ago
  31. d620ecf tcti: Get parameters to TCTI function macros right. by Philip Tricca · 8 years ago
  32. c27ac55 tss2_tcti.h: Add macros to simplify access to data in the common TCTI structure. by Philip Tricca · 8 years ago
  33. 4eb2f35 tcti: Add buffer debug callback. by Philip Tricca · 9 years ago
  34. bcc7303 tcti_socket: Replace global function pointer to debug print function. by Philip Tricca · 9 years ago
  35. decc21c Remove debug data from TCTI function signature. by Philip Tricca · 9 years ago
  36. 7484053 tcti: Remove magic & version parameters from the Init functions. by Philip Tricca · 9 years ago
  37. 068d563 tcti_device: Replace global function pointer to debug print function. by Philip Tricca · 9 years ago
  38. 3b3881d Merge pull request #159 from flihp/tcti_device_common by wcarthur1 · 9 years ago
  39. 35aa539 Bug fix (no return value for SAPI and TCTI finalize function). by wcarthur · 9 years ago
  40. 43c1671 tcti_device: Move convenience functions to common directory. by Philip Tricca · 9 years ago
  41. 8d1479e headers: Add tpm20.h include to both TCTI headers. by Philip Tricca · 9 years ago
  42. 4e43eab debug: Stop using global printfFunction pointer in debug functions. by Philip Tricca · 9 years ago
  43. 7f28fd1 Merge pull request #138 from flihp/common_sock2 by wcarthur1 · 9 years ago
  44. 98b285a sockets: Move common socket code to separate module. by Philip Tricca · 9 years ago
  45. 3c0debc tcti_socket: Remove simulator flag. by Philip Tricca · 9 years ago
  46. cc5747f tcti_socket: Remove outFileName from exposed interface. by Philip Tricca · 9 years ago
  47. 570b756 Revert "Expose version number to make, generate header guard checks." by Philip Tricca · 9 years ago
  48. c6634ec Merge pull request #130 from flihp/tcti_init_cfg by wcarthur1 · 9 years ago
  49. 2c1f02c TeardownDeviceTctiContext: Remove duplicate function. by Philip Tricca · 9 years ago
  50. 3f7201d tcti_device: Remove configuration string in favor of structure. by Philip Tricca · 9 years ago
  51. 6feb976 InitSocketTcti: Remove configuration string in favor of structure. by Philip Tricca · 9 years ago
  52. 592576c Expose version number to make, generate header guard checks. by Philip Tricca · 9 years ago
  53. 704e22e headers: Clean up version macro. by Philip Tricca · 9 years ago
  54. 2bf8bcb basetypes.h: Remove basetypes.h. by Philip Tricca · 9 years ago
  55. d1bbedb tcti_socket: Fixup function names to match new module name. by Philip Tricca · 9 years ago
  56. 0dca4f1 tcti_device: Fixup function names to match new module name. by Philip Tricca · 9 years ago
  57. f1c977c tcti: Use consistent naming structure for tcti headers. by Philip Tricca · 9 years ago
  58. 785e88d tcti: Flatten the directory structure of the tcti code. by Philip Tricca · 9 years ago
  59. c3dedc2 Big change to better align with spec for exposed headers and structures. by Philip Tricca · 9 years ago
  60. 4ea417c Move TCTI_MAGIC and TCTI_VERSION values to a common include. by Philip Tricca · 9 years ago
  61. be9acd3 platformcommand: Link commands for interacting with the MS simulator into libtpm2tctisock. by Philip Tricca · 9 years ago
  62. e2c1679 build: Move all distributed headers into a common directory. by Philip Tricca · 9 years ago