1. d936513 Revert "Temporarily add padding to nested struct to ensure word alignment." by nagendra modadugu · 8 years ago
  2. 0994ac9 Don't use setjmp.h in EMBEDDED mode by Stefan Reinauer · 8 years ago
  3. 821d297 Temporarily add padding to nested struct to ensure word alignment. by nagendra modadugu · 8 years ago
  4. da4274c Re-enable non-platform dependent crypto code, part 2. by nagendra modadugu · 8 years ago
  5. 9b66ae8 Re-enable non-platform dependent crypto code. by nagendra modadugu · 8 years ago
  6. e00c54d Disable SHA384 support for embedded targets. by Vadim Bendebury · 9 years ago
  7. c27666c Allow user to overwrite hash state size by Vadim Bendebury · 9 years ago
  8. 5a945de Modify vendor and version strings by Vadim Bendebury · 9 years ago
  9. a49f912 Fix code using wrong field types by Vadim Bendebury · 9 years ago
  10. d7f4c46 Regenerate source code with no field type substitutions by Vadim Bendebury · 9 years ago
  11. f7a858f generator: remove debug leftover by Vadim Bendebury · 9 years ago
  12. 23bffc6 Fix RSA_Decode OAEP fill handling by Vadim Bendebury · 9 years ago
  13. 6e2bf8f fix the basic types' marshaling error return values, again by Vadim Bendebury · 9 years ago
  14. 6928928 generator: fix the basic types' marshaling error return values, again by Vadim Bendebury · 9 years ago
  15. 6434c0e fix the basic types' marshaling error return values by Vadim Bendebury · 9 years ago
  16. 04c96e8 generator: fix the basic types' marshaling error return values by Vadim Bendebury · 9 years ago
  17. 50a0145 avoid false negatives when running tests on a simulator by Vadim Bendebury · 9 years ago
  18. 01cb92e fix wall time calculations by Vadim Bendebury · 9 years ago
  19. 3dfffca report error if input buffer is larger than expected by Vadim Bendebury · 9 years ago
  20. 67fb160 generator: report error if input buffer is larger than expected by Vadim Bendebury · 9 years ago
  21. b37f66b Fix TPM2_RSA_Encrypt implementation by Vadim Bendebury · 9 years ago
  22. 1bc05e1 Move stubs.c to the package where it is implemented by Vadim Bendebury · 9 years ago
  23. 320a652 drop _cpri__GenerateRandom stub by Vadim Bendebury · 9 years ago
  24. 065e0d7 Replace TPM_RCS_xxx with TPM_RC_xxx by Vadim Bendebury · 9 years ago
  25. 0613440 Assign values to return code modifiers. by Vadim Bendebury · 9 years ago
  26. c8272f4 Regenerate marshaling code by Vadim Bendebury · 9 years ago
  27. b8c5ecc generator: fix TPM2B_xxxx marshaling by Vadim Bendebury · 9 years ago
  28. 0820d9a Fix PCR tests by Vadim Bendebury · 9 years ago
  29. 7c77cb9 Update code to use marshaling/unmarshaling shortcuts by Vadim Bendebury · 9 years ago
  30. f5af859 generator: avoid nested invocations for marshaling/unmarshaling by Vadim Bendebury · 9 years ago
  31. 37f27de Regenerate code to ignore some unmarshaling errors by Vadim Bendebury · 9 years ago
  32. 907fc8f generator: do not check parameter values when unmarshaling by Vadim Bendebury · 9 years ago
  33. 8800b94 Regenerate code dealing with hierarchy parameter exceptions. by Vadim Bendebury · 9 years ago
  34. de04055 generator: amend list of handle placement exclusions by Vadim Bendebury · 9 years ago
  35. 7251a1b Regenerate union definitions to depend on configured algorithms by Vadim Bendebury · 9 years ago
  36. 79d7cb1 generator: define unions with conditions by Vadim Bendebury · 9 years ago
  37. 0343d5b Fix various conditional compilation inconsistencies by Vadim Bendebury · 9 years ago
  38. 9969136 Regenerate source code honoring base algorithm dependencies by Vadim Bendebury · 9 years ago
  39. 18cbc3b generator: do not mix ECC and RSA types by Vadim Bendebury · 9 years ago
  40. 6acaa90 Regenerate marshaling code by Vadim Bendebury · 9 years ago
  41. 026860a generator: honor conditional field types by Vadim Bendebury · 9 years ago
  42. 19e7ed3 regenerate tpm_type.h without marshaling error code duplication. by Vadim Bendebury · 9 years ago
  43. 00c8cfe generator: no not duplicate unmarshaling errors by Vadim Bendebury · 9 years ago
  44. 6827b2c Regenerate source files with proper placement of local variables by Vadim Bendebury · 9 years ago
  45. 1f2ef97 generator: do not define local variables in the switch block by Vadim Bendebury · 9 years ago
  46. 27f18fe Expose TPM_TearDown function by Vadim Bendebury · 9 years ago
  47. 0232bac generator: re-generate source files by Vadim Bendebury · 9 years ago
  48. 595736f generator: modify the scripts to process HTML sources by Vadim Bendebury · 9 years ago
  49. 6c62c47 generator: add TPM2 library specification in HTML by Vadim Bendebury · 9 years ago
  50. 826c0fc generator: make the test succeed again by Vadim Bendebury · 9 years ago
  51. b85286c generator: make pylint happy again by Vadim Bendebury · 9 years ago
  52. 764e99b generator: update generated commands' code by Vadim Bendebury · 9 years ago
  53. 2a084c0 generator: sort generated TPM commands by Vadim Bendebury · 9 years ago
  54. 3cd8526 generator: do not carry around unnecessary data by Vadim Bendebury · 9 years ago
  55. 5120849 generator: update generated files (again) by Vadim Bendebury · 9 years ago
  56. e6c58e4 generator: do not interleave marshaling functions by Vadim Bendebury · 9 years ago
  57. 6162036 Revert "generator: update generated files" by Vadim Bendebury · 9 years ago
  58. b594f81 generator: update generated files by Vadim Bendebury · 9 years ago
  59. 834209c generator: sort generated TPM types by Vadim Bendebury · 9 years ago
  60. 776e236 generator: update generated files by Vadim Bendebury · 9 years ago
  61. 7abb7ac generator: restore readability enhancements by Vadim Bendebury · 9 years ago
  62. 52912e7 Add NVMem.c to the list of HOST_SOURCES by Bill Richardson · 9 years ago
  63. 1b1d829 upstream: Global variables in NVMem.c should be local by Bill Richardson · 9 years ago
  64. 95e0bde generator: re-sync the scripts and source code by Vadim Bendebury · 9 years ago
  65. 2b27e44 do not show python generated files in 'git status' by Vadim Bendebury · 9 years ago
  66. 2faf06e fixes to cross-compile for ARM by Bill Richardson · 9 years ago
  67. 4a75fc8 improve _cpri__GenerateRandom stub by Vadim Bendebury · 9 years ago
  68. 2ef084e Add README for code generation. by Jocelyn Bohr · 9 years ago
  69. 5aac585 Call marshal functions with correct buffer size. by Jocelyn Bohr · 9 years ago
  70. c9eeb60 Tweak Makefile to be faster and quieter by Bill Richardson · 9 years ago
  71. 71e3b99 Allow compilation with -O2 flag, add -fPIC flag. by Jocelyn Bohr · 9 years ago
  72. ddcb1ce Remove dependency on old ec_lcl.h interface. by Jocelyn Bohr · 9 years ago
  73. 82b3c50 Add stubs to support embedded operation by Vadim Bendebury · 9 years ago
  74. 7878aef Introduce embedded mode conditional compilation by Vadim Bendebury · 9 years ago
  75. 3863cc0 Add method to get string from command code. by Jocelyn Bohr · 9 years ago
  76. ff61db1 Modify generator to output GetCommandCodeString. by Jocelyn Bohr · 9 years ago
  77. b1d8b48 Add _TPM_Init_fp.h. by Jocelyn Bohr · 9 years ago
  78. 8931d21 Source code changes to correctly account for empty union case. by Jocelyn Bohr · 9 years ago
  79. 5aef9c6 Generator changes to correctly account for empty union case. by Jocelyn Bohr · 9 years ago
  80. 2d08704 Change fields named xor to xor_. by Jocelyn Bohr · 9 years ago
  81. 7cba233 Edit generator scripts to change fields named xor to xor_. by Jocelyn Bohr · 9 years ago
  82. 1d09282 Update tpm_generated.c to compile with -Wdeclaration-after-statement. by Jocelyn Bohr · 9 years ago
  83. a4ed3aa Implementation files for command marshaling. by Jocelyn Bohr · 9 years ago
  84. d02d5b7 Scripts to generate functions for command marshaling. by Jocelyn Bohr · 9 years ago
  85. fb66812 Changes to structure_generator.py. by Jocelyn Bohr · 9 years ago
  86. 764a7d6 Add ExecCommand_fp.h. by Jocelyn Bohr · 9 years ago
  87. 752b695 Scripts to parse commands from TCG TPM2.0 Spec part 3. by Jocelyn Bohr · 9 years ago
  88. 32be404 Remove instances of calling marshal functions with NULL pointer. by Jocelyn Bohr · 9 years ago
  89. 9edfbac Scripts to generate TPM structure marshaling code by ChromeOS Developer · 9 years ago
  90. e85c65b Changes to allow for libtpm2 compilation with marshaling code. by ChromeOS Developer · 9 years ago
  91. 4152d0d make: Modified the generated library file name by Jocelyn Bohr · 9 years ago
  92. f788ffb reformat added files by Vadim Bendebury · 9 years ago
  93. 99e8883 build: fix {INT}_TO_ARRAY macros by Vadim Bendebury · 9 years ago
  94. 4ea5076 makefile: assorted small fixes by Vadim Bendebury · 9 years ago
  95. 91033a2 Do not allow hard tabs in submitted sources by Vadim Bendebury · 9 years ago
  96. ff6d843 Changes to allow compilation of _TPM_Init.c by Vadim Bendebury · 9 years ago
  97. 2a791af Changes to allow compilation of _TPM_Hash_End.c by Vadim Bendebury · 9 years ago
  98. 2e00b3e Changes to allow compilation of _TPM_Hash_Data.c by Vadim Bendebury · 9 years ago
  99. 8ef10bb Changes to allow compilation of ZGen_2Phase.c by Vadim Bendebury · 9 years ago
  100. 3dcb301 Changes to allow compilation of VerifySignature.c by Vadim Bendebury · 9 years ago