1. 35c121f util: Move several auxiliary macros from esys module to utilities. by Juergen Repp · 6 years ago
  2. 523292e mu: TPM2B: take sizeof of the dest->buffer instead of *dest by Tadeusz Struk · 6 years ago
  3. d49bf3a mu: TPM2B: add extra debug info by Tadeusz Struk · 6 years ago
  4. bd63df8 mu: TPM2B: add checks for size of object before unmarshal by Tadeusz Struk · 6 years ago
  5. 1ea85a3 ESYS: Fix crypto_ossl return code by Andreas Fuchs · 6 years ago
  6. 5c34a22 sys: fix coverity scan reports in CreateLoaded by Tadeusz Struk · 6 years ago
  7. 9cb6faa util: fix coverity scan reports in log.c by Tadeusz Struk · 6 years ago
  8. 795ea13 esys: Capitalize esys_free to Esys_Free by Tadeusz Struk · 6 years ago
  9. ca2fa21 util: fix formatting in log.c by Tadeusz Struk · 6 years ago
  10. 5409054 ESYS: Fix default value for config string for loading libtss2-tcti-default. by Juergen Repp · 6 years ago
  11. 35fc427 Added ISO-C99 compatible logging by Lukas Jäger · 6 years ago
  12. d32649c ESYS: Fix leak of dlopen handle by Andreas Fuchs · 6 years ago
  13. 6698927 ESYS: Fix coding style by Juergen Repp · 6 years ago
  14. 2508c35 Fixed a bug in the logging of a response header tag in Tss2_Sys_Execute.c by Lukas Jäger · 6 years ago
  15. 3f2489b tcti-device: enable nonblocking mode on tcti-device by Tadeusz Struk · 6 years ago
  16. e8fa536 ESAPI: Cleanup crypto backends. by Juergen Repp · 6 years ago
  17. c3cf4b6 ESAPI: Missing return value added in doxygen documentation for API functions. by Juergen Repp · 6 years ago
  18. fac64d2 esapi: remove unused field from struct by William Roberts · 6 years ago
  19. 6dc160d ESYS: Fix deadcode defect detected by coverity. by Juergen Repp · 6 years ago
  20. 7a5a707 SAPI: Fix marshaling of TPM2B parameters in SAPI commands. by Juergen Repp · 6 years ago
  21. 181396a util: fix a format warning that can occur on some platforms by Matthias Gerstner · 6 years ago
  22. 5b1274f esapi: change mpi2bin to static by Tadeusz Struk · 6 years ago
  23. ad7f78b [RFC] ESYS: Add esys_free helper function by David J. Maria · 6 years ago
  24. 4f43700 tcti: Add Windows TBS TCTI by David J. Maria · 6 years ago
  25. 238e3d7 ESYS: Fix conversion of gcrypt mpi numbers to binary data. by Juergen Repp · 6 years ago
  26. 68eb4f1 util: io: error in parsing socket address by Tadeusz Struk · 6 years ago
  27. 91e7bd6 tcti: fix compilation with --disable-tcti-mssim by Tadeusz Struk · 6 years ago
  28. f340ada ESYS: Add initialization function for crypto backend. by Juergen Repp · 6 years ago
  29. d8d602b ESYS: Fix the bignum conversion in the OSSL backend. by Juergen Repp · 6 years ago
  30. 4ed7f26 SAPI: Fix marshaling in Tss2_Sys_ECC_Parameters. by Juergen Repp · 6 years ago
  31. 2f0e2fe build: Use OpenSSL library for crypto backend to tss2-esys. by Philip Tricca · 6 years ago
  32. 700f058 build: Change tss2-sys solution to use LLVM-vs2014 PlatformToolset by Philip Tricca · 6 years ago
  33. 8507a28 esys: Remove unnecessary include of gcrypt header. by Philip Tricca · 6 years ago
  34. 2f28542 ESYS: Fix RSA encryption with exponent == 0 by Juergen Repp · 6 years ago
  35. 033da11 ESYS: Fix checking of return codes in ESAPI commands. by Juergen Repp · 6 years ago
  36. 4edc17a ESAPI: Fixed unnecessary warning in Esys_Startup. by Juergen Repp · 6 years ago
  37. 5bf66f5 build: Add esys_crypto files to ESYS VS Solution by David J. Maria · 6 years ago
  38. 3e3063d sapi: refactor SetDecryptParam by Tadeusz Struk · 6 years ago
  39. 9b1a35a build: Add Visual Studio solution for ESAPI by David J. Maria · 6 years ago
  40. bebbc7a ESYS: Crypto backend for usage of openssl's libcrypto added. by Juergen Repp · 6 years ago
  41. 06db575 tcti: Port sumulator TCTI to Windows by David J. Maria · 6 years ago
  42. 4b4c958 sapi: check for 1.2 TPM response by Tadeusz Struk · 6 years ago
  43. 1716129 Including header 'string.h' explicitly. by Safayet Ahmed · 6 years ago
  44. 19f7007 ESYS: Fix handle returning in Esys_TR_Deserialize by Juergen Repp · 6 years ago
  45. 2aa35c4 Fixed wrong indentation by joholl · 6 years ago
  46. af0fd6e Replace tabs by spaces by joholl · 6 years ago
  47. d5a36f6 Convert to SPDX-License-Indentifiers by Peter Huewe · 6 years ago
  48. 7b206a5 ESYS: Remove nonceTPM from Esys_StartAuthSession by Andreas Fuchs · 6 years ago
  49. 2a67f9e ESYS: Add Esys_TRSess_GetNonceTPM by Andreas Fuchs · 6 years ago
  50. a6e6e76 sapi: fix wrong params order in AC commands by Tadeusz Struk · 6 years ago
  51. e321bd8 sapi: fix wrong params order in Tss2_Sys_PolicyTemplate by Tadeusz Struk · 6 years ago
  52. 373d4e4 esapi: remove unneeded comman code buffer from iesys_encrypt_param() by Tadeusz Struk · 6 years ago
  53. 341c70c esapi: pull Tss2_Sys_SetDecryptParam out of alg specific block by Tadeusz Struk · 6 years ago
  54. 3cc7543 esapi: don't fake return val from Tss2_Sys_GetDecryptParam() by Tadeusz Struk · 6 years ago
  55. fd5336a esapi: remove unused cpBuffer from iesys_encrypt_param function by Tadeusz Struk · 6 years ago
  56. 7c27c71 esapi: check encrypt param size before encrypting by Tadeusz Struk · 6 years ago
  57. ee00318 esys_crypto: fix defects reported by Coverity Scan by Tadeusz Struk · 6 years ago
  58. 0a7027c Replace C++ Comments in C Source Code with C comments by danintel · 6 years ago
  59. 4712032 ESAPI: Change esys_mu to internal namespace by Juergen Repp · 6 years ago
  60. 90ba886 ESAPI: Consolidate returns in esys_mu by Juergen Repp · 6 years ago
  61. c1cab19 ESAPI: Coding style and documentation by Juergen Repp · 6 years ago
  62. 142cfce ESAPI: Some cleanups to esys_context by Andreas Fuchs · 6 years ago
  63. 88b197b ESAPI: Remove unused MU functions by Juergen Repp · 6 years ago
  64. 8c7242b ESAPI: Fix bound session handling by Juergen Repp · 6 years ago
  65. 2af0f1d ESAPI: Fix type in struct by Juergen Repp · 6 years ago
  66. 4fbb76e ESAPI: Fix documentations by Juergen Repp · 6 years ago
  67. fbe2213 ESAPI: Fix doxygen for esys_types by Andreas Fuchs · 6 years ago
  68. 8071f1d ESAPI: Add NULL pointer tests by Andreas Fuchs · 6 years ago
  69. 2d1ed1c Doc: Add documentation for Esys internals by Andreas Fuchs · 6 years ago
  70. abd1183 ESAPI: Remove unused variable encryptedSalt by Andreas Fuchs · 6 years ago
  71. b6f805e ESAPI: Remove unused variable authValueSet by Andreas Fuchs · 6 years ago
  72. 8bd552e ESAPI: Fix Codingstyle and inline comments by Juergen Repp · 6 years ago
  73. 506c473 ESAPI: Add doxygen for other functions by Juergen Repp · 6 years ago
  74. f7e5bd3 ESAPI: Add doxygen for TPM functions by Juergen Repp · 6 years ago
  75. c8887d5 tcti: initialize sockets before calling connect by Tadeusz Struk · 6 years ago
  76. c68e401 ESAPI: Remove unused functions by Andreas Fuchs · 6 years ago
  77. 83e1e4e ESAPI: Initialize outputs to NULL. by Juergen Repp · 6 years ago
  78. 5a7c4f4 ESAPI: Rework rpAuth by Juergen Repp · 6 years ago
  79. 131e29f ESAPI: Remove unnecessary parameter iv_len by Juergen Repp · 6 years ago
  80. 8fd96e4 ESAPI: Fix return codes in esys_crypto by Juergen Repp · 6 years ago
  81. 4a73889 ESAPI: ECC-encrypted sessionSalts by Juergen Repp · 6 years ago
  82. 6785e12 ESAPI: Fix PolicyLocality parameters by Juergen Repp · 6 years ago
  83. e394cff tcti-mssim: Replace liburiparser with custom key/value pair parser. by Philip Tricca · 6 years ago
  84. df1410e tcti: Remove TSS2_TCTI_VERSION type, replace with simple uint32_t. by Philip Tricca · 6 years ago
  85. b82f6da ESAPI: Fix Esys_TR_FromTPMPublic by Andreas Fuchs · 6 years ago
  86. 9df59c5 tss2-tcti: Remove sockets.h by Philip Tricca · 6 years ago
  87. 293b4fa Fix Microsoft Visual Studio Release Builds by dantpm · 6 years ago
  88. d497224 SAPI: Fix unused return codes by Andreas Fuchs · 6 years ago
  89. d3a2307 sapi: move TPM2B helpers out from sapi by Tadeusz Struk · 6 years ago
  90. 2384030 ESAPI: Fix unused return code by Juergen Repp · 6 years ago
  91. 4621c68 ESAPI: make unmarshal work on uninitialized dst by Juergen Repp · 6 years ago
  92. 6eb7b31 ESAPI: Remove dead code by Juergen Repp · 6 years ago
  93. 84df523 SAPI: Fix type of marshalling by Andreas Fuchs · 6 years ago
  94. dc5c805 ESAPI: Add special handling by Juergen Repp · 6 years ago
  95. 74f62fe ESAPI: Fix parameter type in Policies by Juergen Repp · 6 years ago
  96. add438d ESAPI: Uppercase _Async and _Finish by Juergen Repp · 6 years ago
  97. 097cae6 Add EOF handling to 'read_all' function in the io module, and TCTIs. by Philip Tricca · 6 years ago
  98. f6ef247 tss2-esys: Fix Spelling Errors by dantpm · 7 years ago
  99. 7ce0cc4 tcti: Replace 2 read calls in the 'receive' function with a single read. by Philip Tricca · 6 years ago
  100. 4f72c28 tpm2-esys: Document Default TCTI Behavior by dantpm · 7 years ago