1. 3bc44a3 FAPI: Switch form bulk encryption to asymmetric encryption in Fapi_Encrypt/Decrypt. by Juergen Repp · 4 years, 8 months ago
  2. 6da95b0 FAPI: Add initial implementation of tss2-fapi.so by Juergen Repp · 5 years ago
  3. f8868c4 ESYS: Add Esys_TRSess_GetAuthRequired by Andreas Fuchs · 5 years ago
  4. 0447559 ESYS: add Esys_TR_GetTpmHandle by William Roberts · 4 years, 10 months ago
  5. ece734f esys: add a new function to retrieve sys context from esys by Tadeusz Struk · 5 years ago
  6. fb4315b Add C++ linkage to tss2_rc.h by Richard Yoo · 5 years ago
  7. 7b2dc9e types: fix misspelling of some macros by Matthew Dempsky · 5 years ago
  8. bc76d5a tss2-rc: add TSS2_RC decoding library by William Roberts · 5 years ago
  9. 9c1d175 tcti: change invalid file permissions from 755 back to 644 by Tadeusz Struk · 5 years ago
  10. 24014ec tctildr: Add Tss2_TctiLdr_GetInfo by Philip Tricca · 5 years ago
  11. ebb398e tctildr: Add alternative init function with combined name / conf string. by Philip Tricca · 5 years ago
  12. be79645 tctildr: Add library to automate TCTI lifecycle. by Philip Tricca · 5 years ago
  13. b55b642 sys: Add missing definition of TPMS_TAGGED_POLICY struc by Tadeusz Struk · 5 years ago
  14. 51dd30d [TCTI/ESYS] Enable building on VxWorks by yfeng · 5 years ago
  15. 45c9c79 types: add CMAC algorithm by Jonas Witschel · 5 years ago
  16. 9f7cc08 Fix SPDX License Identifier by Peter Huewe · 5 years ago
  17. 85cb38f sys: define TSS2_SYS_MAX_SESSIONS by Tadeusz Struk · 5 years ago
  18. 986ff26 MU: Add missing MU functions for TPM2_NT type by Tadeusz Struk · 6 years ago
  19. 3d8b85b MU: Add missing MU functions for TPMA_ID_OBJECT type by Tadeusz Struk · 6 years ago
  20. c1ddad6 SYS: Fix missing type casts in tss2_tpm2_types.h by Juergen Repp · 6 years ago
  21. 8db045b SYS: Fix missing type TPM2_NT in tss2_tpm2_types.h by Juergen Repp · 6 years ago
  22. 1b96f0e SYS: Fix wrong typename _ID_OBJECT in tss2_tpm2_types.h by Juergen Repp · 6 years ago
  23. 1354f49 Added support for QNX build by Safayet N Ahmed · 6 years ago
  24. 795ea13 esys: Capitalize esys_free to Esys_Free by Tadeusz Struk · 6 years ago
  25. 310abc4 ESAPI: Add missing defines in ESAPI header file. by Juergen Repp · 6 years ago
  26. b2e0c8d common.h: drop TSS2_DRIVER_RC_LAYER by William Roberts · 6 years ago
  27. ad7f78b [RFC] ESYS: Add esys_free helper function by David J. Maria · 6 years ago
  28. 4f43700 tcti: Add Windows TBS TCTI by David J. Maria · 6 years ago
  29. 83fabe7 ESYS: Fix esys header file. by Juergen Repp · 6 years ago
  30. d5a36f6 Convert to SPDX-License-Indentifiers by Peter Huewe · 6 years ago
  31. 167e7af sapi: update TPM2_NUM_PCR_BANKS by Tadeusz Struk · 6 years ago
  32. 7b206a5 ESYS: Remove nonceTPM from Esys_StartAuthSession by Andreas Fuchs · 6 years ago
  33. 211e857 ESYS: remove false function from header by Andreas Fuchs · 6 years ago
  34. a6e6e76 sapi: fix wrong params order in AC commands by Tadeusz Struk · 6 years ago
  35. e321bd8 sapi: fix wrong params order in Tss2_Sys_PolicyTemplate by Tadeusz Struk · 6 years ago
  36. 8fd96e4 ESAPI: Fix return codes in esys_crypto by Juergen Repp · 6 years ago
  37. 6785e12 ESAPI: Fix PolicyLocality parameters by Juergen Repp · 6 years ago
  38. df1410e tcti: Remove TSS2_TCTI_VERSION type, replace with simple uint32_t. by Philip Tricca · 6 years ago
  39. 4b95de9 Types: Add missing declarations of YES and NO by Andreas Fuchs · 6 years ago
  40. 74f62fe ESAPI: Fix parameter type in Policies by Juergen Repp · 6 years ago
  41. add438d ESAPI: Uppercase _Async and _Finish by Juergen Repp · 6 years ago
  42. 4db13b0 include, lib, m4: Fix Spelling Errors by dantpm · 6 years ago
  43. 850bb59 tcti: Use separate structures for the device and mssim TCTI contexts. by Philip Tricca · 6 years ago
  44. e5f53c7 tss2-sys: Tss2_Sys_Finalize now returns void, remove '_Complete'. by Philip Tricca · 6 years ago
  45. 0033be1 Headers: ESAPI: remove stdbool.h by Andreas Fuchs · 7 years ago
  46. c2817fb tss2_common.h: Fix bad RC definition for TSS2_ESYS_RC_IO_ERROR. by Philip Tricca · 7 years ago
  47. 12aa212 sapi: remove ABI version definition from tss2_sys.h by Tadeusz Struk · 7 years ago
  48. 3975a89 SAPI: Remove old TPMA_OBJECT_SIGN define by Andreas Fuchs · 7 years ago
  49. 57360da headers: Move TPM2B type from tss2_common.h to $(srcdir)/src/util. by Philip Tricca · 7 years ago
  50. 910f17c headers: Remove tpm20.h header. by Philip Tricca · 7 years ago
  51. 8ffd3c4 build: Install headers to $(includedir)/tss2, prefixed with tss2_ by Philip Tricca · 7 years ago
  52. d69337a build: Rename libtss2 to libsapi by Philip Tricca · 8 years ago
  53. d620ecf tcti: Get parameters to TCTI function macros right. by Philip Tricca · 8 years ago
  54. c27ac55 tss2_tcti.h: Add macros to simplify access to data in the common TCTI structure. by Philip Tricca · 8 years ago
  55. 35aa539 Bug fix (no return value for SAPI and TCTI finalize function). by wcarthur · 9 years ago
  56. 570b756 Revert "Expose version number to make, generate header guard checks." by Philip Tricca · 9 years ago
  57. 592576c Expose version number to make, generate header guard checks. by Philip Tricca · 9 years ago
  58. 704e22e headers: Clean up version macro. by Philip Tricca · 9 years ago
  59. 2bf8bcb basetypes.h: Remove basetypes.h. by Philip Tricca · 9 years ago
  60. c3dedc2 Big change to better align with spec for exposed headers and structures. by Philip Tricca · 9 years ago