1. b5a5b11 ESYS: Remove duplicate entry from map file by Andreas Fuchs · 4 years, 4 months ago
  2. af12268 FAPI: fix pkg-config file by Jonas Witschel · 4 years, 6 months ago
  3. 6da95b0 FAPI: Add initial implementation of tss2-fapi.so by Juergen Repp · 4 years, 8 months ago
  4. f8868c4 ESYS: Add Esys_TRSess_GetAuthRequired by Andreas Fuchs · 4 years, 8 months ago
  5. 99fc637 build: update exported symbols map for libtss2-mu by Erik Larsson · 4 years, 6 months ago
  6. 0447559 ESYS: add Esys_TR_GetTpmHandle by William Roberts · 4 years, 7 months ago
  7. 207b1e9 pkg-config: remove TCTI loaders from ESYS dependencies by Jonas Witschel · 4 years, 6 months ago
  8. ece734f esys: add a new function to retrieve sys context from esys by Tadeusz Struk · 4 years, 8 months ago
  9. bc76d5a tss2-rc: add TSS2_RC decoding library by William Roberts · 5 years ago
  10. f68a475 pkg-config: add private dependencies by Jonas Witschel · 5 years ago
  11. ee0c0b8 pkg-config: move dependencies to Required.private by Jonas Witschel · 5 years ago
  12. 24014ec tctildr: Add Tss2_TctiLdr_GetInfo by Philip Tricca · 5 years ago
  13. ebb398e tctildr: Add alternative init function with combined name / conf string. by Philip Tricca · 4 years, 11 months ago
  14. be79645 tctildr: Add library to automate TCTI lifecycle. by Philip Tricca · 5 years ago
  15. b55b642 sys: Add missing definition of TPMS_TAGGED_POLICY struc by Tadeusz Struk · 5 years ago
  16. 393b7ef esys: add map file for enhanced system API by Tadeusz Struk · 5 years ago
  17. be5104d sys: add map file for system API by Tadeusz Struk · 5 years ago
  18. 82aef96 build: define variables for {lib,include}dir in pkg-config files by Jonas Witschel · 5 years ago
  19. fce5861 build: Add missing files to tss2-sys.vcxproj by Tadeusz Struk · 5 years ago
  20. 986ff26 MU: Add missing MU functions for TPM2_NT type by Tadeusz Struk · 6 years ago
  21. 3d8b85b MU: Add missing MU functions for TPMA_ID_OBJECT type by Tadeusz Struk · 6 years ago
  22. a5ff71a configure.ac: switch default ESAPI crypto backend to openSSL by Tadeusz Struk · 6 years ago
  23. 795ea13 esys: Capitalize esys_free to Esys_Free by Tadeusz Struk · 6 years ago
  24. ad7f78b [RFC] ESYS: Add esys_free helper function by David J. Maria · 6 years ago
  25. 4f43700 tcti: Add Windows TBS TCTI by David J. Maria · 6 years ago
  26. 9b1a35a build: Add Visual Studio solution for ESAPI by David J. Maria · 6 years ago
  27. 06db575 tcti: Port sumulator TCTI to Windows by David J. Maria · 6 years ago
  28. 4db13b0 include, lib, m4: Fix Spelling Errors by dantpm · 6 years ago
  29. e5f53c7 tss2-sys: Tss2_Sys_Finalize now returns void, remove '_Complete'. by Philip Tricca · 6 years ago
  30. ed581db tss2-sys.def: Expose symbols for GetContextSize and Initialize functions. by Philip Tricca · 6 years ago
  31. f1d9aea tss2-sys.def: Rename 'LIBRARY' from tss2-sapi to tss2-sys. by Philip Tricca · 6 years ago
  32. 49635f4 build: Move esysapi implementation to $(srcdir)/src/tss2-esys by Philip Tricca · 6 years ago
  33. 5f0ab55 build: Move sysapi implementation to $(srcdir)/src/tss2-sys. by Philip Tricca · 6 years ago
  34. b8584ac build: Move TCTI code from tcti/ to src/tss2-tcti/ by Philip Tricca · 6 years ago
  35. ee73062 build: Move type marshalling library from 'marshal' to 'src/tss2-mu'. by Philip Tricca · 6 years ago
  36. addad78 tcti: Rename 'socket' TCTI to 'mssim'. by Philip Tricca · 6 years ago
  37. e52ad14 build: Fix URLs in pkg-config files to use new tpm2-software org. by Philip Tricca · 6 years ago
  38. 0f0516e build: Add pkgconfig file for libesapi. by Philip Tricca · 6 years ago
  39. 364d115 Misc: Remove site files by Andreas Fuchs · 6 years ago
  40. f677291 marshal: add support for TPMU_NAME type by Tadeusz Struk · 6 years ago
  41. dd2cd09 marshal: add marshaling functions for TPM2B_TEMPLATE by Tadeusz Struk · 6 years ago
  42. 9dde2ca build: Add Visual Studio project for tss2-sapi.lib / dll. by Philip Tricca · 6 years ago
  43. 2d5c219 build: Add Visual Studio solution and project file for tss2-mu library. by Philip Tricca · 6 years ago
  44. c7040b9 marshal: add marshaling functions for AC types by Tadeusz Struk · 6 years ago
  45. 0072fe0 MU: Add missing marshaling functions by Andreas Fuchs · 7 years ago
  46. be5899d All: Changed namespace from TPM_ to TPM2_ by Andreas Fuchs · 7 years ago
  47. c8ac707 sysapi: add support for Intel PTT capability by Tadeusz Struk · 7 years ago
  48. 65a40b4 libmu: add missing function declarations by Tadeusz Struk · 7 years ago
  49. b21f9f9 libmu: convert names to comply with TCG spec by Tadeusz Struk · 7 years ago
  50. 342d2cf libmarshal.map: Don't expose endian conversion functions. by Philip Tricca · 7 years ago
  51. df7bc94 pkg-config: TCTI libraries depend on libmarshal, not libsapi. by Philip Tricca · 7 years ago
  52. 9ecd2c5 pkg-config: Update URLs to reflect new project location. by Philip Tricca · 7 years ago
  53. 3da9f81 pkg-config: Add new .pc for libmarshal & dependency on libmarshal to sapi.pc. by Philip Tricca · 7 years ago
  54. 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
  55. 60dcc69 Marshal: Add marshalling for the rest of TPM types by Tadeusz Struk · 7 years ago
  56. f58d49f Marshal: Add marshal/unmarshal for TPMT types by Tadeusz Struk · 7 years ago
  57. cd4b960 Marshal: Add marshal/unmarshal for TPMU types by Tadeusz Struk · 7 years ago
  58. 1552d21 Marshal: Add marshal/unmarshal for TPML types by Tadeusz Struk · 7 years ago
  59. c7f3721 Marshal: Add marshal/unmarshal for TPMS types by Tadeusz Struk · 7 years ago
  60. c7517aa Marshal: Add marshal/unmarshal for TPM2B types by Tadeusz Struk · 7 years ago
  61. 464e664 Marshal: Add marshal/unmarshal for TPMA types by Tadeusz Struk · 7 years ago
  62. f4c5ed2 sapi.pc: Add libmarshal as a library required to build against libsapi. by Philip Tricca · 7 years ago
  63. a3fe622 libmarshal: Add (Unm|M)arshal functions for TPM_CCs. by Philip Tricca · 7 years ago
  64. b43de64 Replace use of CONFIG_SITE with configure macro. by Philip Tricca · 7 years ago
  65. 3efb282 libmarshal: Add functions to (un)?marshal TPM_ST and use them. by Philip Tricca · 7 years ago
  66. b809534 libmarshal: Add (UnM|m)arshal functions for remaining base types. by Philip Tricca · 7 years ago
  67. e779262 libmarshal: Export symbols for endianness conversion functions. by Philip Tricca · 7 years ago
  68. 391e889 marshal: Add logging mechanism. by Philip Tricca · 7 years ago
  69. 5dfa156 build: build with gnu99 & cleanup OS detection preprocessor macros by Philip Tricca · 7 years ago
  70. 06d6424 debug_config.site: Add -D's for DEBUG and DEBUG_SCOCKET. by Philip Tricca · 8 years ago
  71. e03b846 Fixup bugs introduced by 3b7e71220c9 by fixing up include directives to use sapi/ instead of tss2/ by Philip Tricca · 8 years ago
  72. 3b7e712 Merge pull request #218 from flihp/librename by wcarthur1 · 8 years ago
  73. e1df9a6 INSTALL: Add example debug_config.site, document pkg-config dependency, general cleanup. by Philip Tricca · 8 years ago
  74. daeb5bb build: use config.site in place of hard coded flags variables. by Philip Tricca · 8 years ago
  75. 826f590 build: Rename libtcti* to libtcti-*. by Philip Tricca · 8 years ago
  76. d69337a build: Rename libtss2 to libsapi by Philip Tricca · 8 years ago
  77. 2a63258 pkgconfig: Fix bad flags. by Philip Tricca · 8 years ago
  78. 7ae0154 Make data for the libraries queryable through pkg-config. by Philip Tricca · 8 years ago