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