[go: nahoru, domu]

  1. 7bb7a57 FAPI: Fix and test config-ekcert by Andreas Fuchs · 4 years, 7 months ago
  2. db52757 FAPI: Fix and test hierarchy policies by Andreas Fuchs · 4 years, 7 months ago
  3. 92676cc Test/FAPI: Add test for policyRef in policyAuthorize by Andreas Fuchs · 4 years, 7 months ago
  4. 76aaea6 Test/FAPI: Add test for Fapi_GetPollHandles() by Andreas Fuchs · 4 years, 7 months ago
  5. 34214e2 FAPI: Remove dead code by Andreas Fuchs · 4 years, 7 months ago
  6. 18e57cb Test/FAPI: Add test for PolicyAuthorize Callback by Andreas Fuchs · 4 years, 7 months ago
  7. bfeeecf Test/FAPI: Enable test for policyCpHash by Andreas Fuchs · 4 years, 7 months ago
  8. 8d2984c FAPI: Turn event data into JSON by Andreas Fuchs · 4 years, 7 months ago
  9. 19541f4 FAPI: Improve and fix doxygen documentation. by Juergen Repp · 4 years, 7 months ago
  10. 78ace03 FAPI: Add test case to test Fapi_VerifyQuote in non TPM mode. by Juergen Repp · 4 years, 7 months ago
  11. de60342 FAPI: Add field publicKeyHint to POLICYSIGNED structure. by Juergen Repp · 4 years, 7 months ago
  12. e7d350e FAPI: Use the nameAlg of NV objects as session hash for the NV commands. by Juergen Repp · 4 years, 7 months ago
  13. 3fa4950 FAPI: Suppress error messages in event log processing. by Juergen Repp · 4 years, 7 months ago
  14. c15f548 FAPI: Enable configuration of Intel certificate server. by Juergen Repp · 4 years, 7 months ago
  15. 8823180 configure.ac: bump version to 2.4.0-rc2 by Tadeusz Struk · 4 years, 7 months ago
  16. 787ec95 CHANGELOG.md: update changelog by Tadeusz Struk · 4 years, 7 months ago
  17. 925755e FAPI: fix some fapi doxygen comments by Tadeusz Struk · 4 years, 7 months ago
  18. 2b9ea75 FAPI: Fix comment and log spelling errors by Andreas Fuchs · 4 years, 7 months ago
  19. 1cfc928 FAPI: NvExtend add check for dataSize > 1024 by Andreas Fuchs · 4 years, 7 months ago
  20. 194fffc FAPI: Fix NULL-dereferencing and use-after-free bugs by Andreas Fuchs · 4 years, 7 months ago
  21. 629d183 FAPI: Remove dead and duplicate code by Andreas Fuchs · 4 years, 7 months ago
  22. 39560e3 FAPI: Add doxygen and inline comments to code for better navigation. by Andreas Fuchs · 4 years, 7 months ago
  23. 5be1cf7 FAPI: Synchronize FAPI test and distribution FAPI profiles. by Juergen Repp · 4 years, 7 months ago
  24. 8d39d77 FAPI: Fix missing state in change policy hierarchy function. by Juergen Repp · 4 years, 7 months ago
  25. 401e2f2 FAPI: Fix exported Key lacks policy field (Addresses #1606) by Juergen Repp · 4 years, 7 months ago
  26. 69d6523 FAPI: Add FAPI functions to doxygen.dox by Juergen Repp · 4 years, 7 months ago
  27. 31f8ae6 FAPI: Improve doxygen documentation for FAPI internal functions. by Juergen Repp · 4 years, 7 months ago
  28. 3c98f73 build: don't link everything against libgcrypt by Tadeusz Struk · 4 years, 7 months ago
  29. 41f555a test: Only build mssim-tcti unittest if enabled by config by Tadeusz Struk · 4 years, 7 months ago
  30. 8877d4f esys: fix potential leak in iesys_cryptogcry_sym_aes_[en|de]crypt by Tadeusz Struk · 4 years, 7 months ago
  31. 1a55b24 esys: zero out ctx->salt after on startAuthSession_finish by Tadeusz Struk · 4 years, 7 months ago
  32. 7f0e072 Revert "MAINTAINERS: Add myself as coverage for Tadeusz while he is out." by Philip Tricca · 4 years, 7 months ago
  33. 45df339 mu: Remove use of VLAs for Marshalling TPML types by Joe Richey · 4 years, 7 months ago
  34. 02237c1 test: mu: extend tpml marshal tests with tpml_digest by Tadeusz Struk · 4 years, 7 months ago
  35. f8fb4d1 FAPI: Fix comparison of memory written and read from NV ram. by Juergen Repp · 4 years, 7 months ago
  36. 0d1b9a1 configure.ac: bump version number to 2.4.0-rc1 by Tadeusz Struk · 4 years, 7 months ago
  37. 22e0133 CHANGELOG.md: updated changelog by Tadeusz Struk · 4 years, 7 months ago
  38. 81c66f3 FAPI: Add special handling for EK certificates. by Juergen Repp · 4 years, 7 months ago
  39. 3bc44a3 FAPI: Switch form bulk encryption to asymmetric encryption in Fapi_Encrypt/Decrypt. by Juergen Repp · 4 years, 7 months ago
  40. f7b5564 FAPI: Fix memory leaks in certificate verification. by Juergen Repp · 4 years, 7 months ago
  41. afc9856 FAPI: Certificate generation for integration tests with simulator was refactored. by Juergen Repp · 4 years, 8 months ago
  42. 1e3138a FAPI: Fix leak in PolicyAction by Andreas Fuchs · 4 years, 7 months ago
  43. 9c23d50 Test/FAPI: Add policy action test by Andreas Fuchs · 4 years, 7 months ago
  44. 46bc794 Tests/ESYS: Move ChangeEPS to destructive by Andreas Fuchs · 4 years, 7 months ago
  45. 6d17b78 sysapi_util: Remove InitSysContext and TeardownSysContext helpers by Joe Richey · 4 years, 7 months ago
  46. 178dc70 test: remove upcasting from tpm2b marshal unittest by Tadeusz Struk · 4 years, 7 months ago
  47. 0ec9d14 README.md: Add a short paragraph about FAPI layer by Tadeusz Struk · 4 years, 7 months ago
  48. d7b3ccf esys: fixup compute_encrypted_salt err handling in Esys_StartAuthSession by Tadeusz Struk · 4 years, 7 months ago
  49. fdfa01d esys: test: Add ESYS test for sessions in StartAuthSession() by Andreas Fuchs · 4 years, 7 months ago
  50. e5dbc7e esys: fix Esys_StartAuthSession called with optional params by Tadeusz Struk · 4 years, 7 months ago
  51. 8381b2d esys: remove duplicate handle marshalling by Tadeusz Struk · 4 years, 7 months ago
  52. d63711c FAPI: Split test case policy authorize into an ECC and RSA test case. by Juergen Repp · 4 years, 8 months ago
  53. e41a692 FAPI: Add a signed policy using an ECC key. by Juergen Repp · 4 years, 8 months ago
  54. 7816a7f FAPI: Add cleanup function for keystore to Fapi_Finalize. by Juergen Repp · 4 years, 8 months ago
  55. 451850a FAPI: Cleanup Fapi_Encrypt and Fapi_Decrypt. by Juergen Repp · 4 years, 8 months ago
  56. 28faf04 FAPI: Add integration test for quote with RSA key. by Juergen Repp · 4 years, 8 months ago
  57. 7442104 FAPI: Switch from to RSA to ECC default profile for integration tests. by Juergen Repp · 4 years, 8 months ago
  58. 935509d FAPI: Enable bulk encryption with ECC keys. by Juergen Repp · 4 years, 8 months ago
  59. 1c3ff22 FAPI: Fix computation of hash algorithm used for for signing. by Juergen Repp · 4 years, 8 months ago
  60. a727ab8 esys: update Esys_create test to call it with invalid ESYS_TR_NONE by Tadeusz Struk · 4 years, 7 months ago
  61. cb5cb52 esys: Check object handle node before calling compute_session_value() by Tadeusz Struk · 4 years, 8 months ago
  62. ae7599e tcti: try to open /dev/tpmrm0 before /dev/tpm0 during tcti-device init by Johannes Holland · 4 years, 8 months ago
  63. b208fd2 FAPI: Fix cov use after free by Tadeusz Struk · 4 years, 8 months ago
  64. 73fe57a FAPI: Fix cov time of check vs time of use race by Tadeusz Struk · 4 years, 8 months ago
  65. 98a6274 FAPI: Fix cov SIZEOF_MISMATCH by Tadeusz Struk · 4 years, 8 months ago
  66. c7ff73f FAPI: Fix cov resource leak by Tadeusz Struk · 4 years, 8 months ago
  67. 4a334b4 FAPI: Fix cov null ptr dereference by Tadeusz Struk · 4 years, 8 months ago
  68. 164b914 FAPI: Fix cov error handling for poll and fcntl by Tadeusz Struk · 4 years, 8 months ago
  69. 7ef8c41 FAPI: Fix cov leak bugs by Andreas Fuchs · 4 years, 8 months ago
  70. 2e3cc64 FAPI: Fix cov bounds bugs by Andreas Fuchs · 4 years, 8 months ago
  71. ea06816 FAPI: fix cov null pointer bugs by Andreas Fuchs · 4 years, 8 months ago
  72. 0b0f52e FAPI: Fix cov misc errors by Andreas Fuchs · 4 years, 8 months ago
  73. 813fdce FAPI: Fix cov dead codes by Andreas Fuchs · 4 years, 8 months ago
  74. 0664db8 Esys: Fix cov leak bug by Andreas Fuchs · 4 years, 8 months ago
  75. d6c6706 build: change email address for coverity raports by Tadeusz Struk · 4 years, 8 months ago
  76. a808e73 CHANGELOG.md: update changelog by Tadeusz Struk · 4 years, 8 months ago
  77. 3ced51d configure.ac: change version to 2.4.0-rc0 by Tadeusz Struk · 4 years, 8 months ago
  78. c41705d build: call AC_PROG_CXX after AC_PROG_CC by Jonas Witschel · 4 years, 8 months ago
  79. 1aedc96 build: expand SYSCONFDIR to absolute path by Jonas Witschel · 4 years, 8 months ago
  80. 7502887 build: run systemd-sysusers and systemd-tmpfiles during installation by Jonas Witschel · 4 years, 8 months ago
  81. 5353953 FAPI: store keystore directory under /var/lib by Jonas Witschel · 4 years, 8 months ago
  82. c43f3c2 build: add sysusers.d configuration by Jonas Witschel · 4 years, 8 months ago
  83. 8a8eef1 build: move tmpfiles.d configuration to recommended name by Jonas Witschel · 4 years, 8 months ago
  84. de73fda FAPI: use only tmpfiles.d to create keystore and eventlog directory by Jonas Witschel · 4 years, 8 months ago
  85. f47fe60 build: add backwards compatible option for runstatedir by Jonas Witschel · 4 years, 8 months ago
  86. 802ba56 tpmclient: Refactor SimpleHmacOrPolicyTest into separate integration test. by Philip Tricca · 5 years ago
  87. 6ff9ad4 test/tpmclient: retry Tss2_Sys_NV_Write upon TPM2_RC_RETRY by Jonas Witschel · 4 years, 8 months ago
  88. 7e1131d tcti: fix tctildr-dl description typos by Erik Larsson · 4 years, 9 months ago
  89. b98dcee udev: Allow tpm devices to be used as systemd dependencies by Mantas Mikulėnas · 4 years, 8 months ago
  90. af12268 FAPI: fix pkg-config file by Jonas Witschel · 4 years, 8 months ago
  91. 7edb194 FAPI: improve LDFLAGS for libtss2-fapi.so by Jonas Witschel · 4 years, 8 months ago
  92. 60c26e4 Revert "configure: Only use CXX when fuzzing" by William Roberts · 4 years, 8 months ago
  93. 9de349b fix build with gcc 4.8 by Fabrice Fontaine · 4 years, 8 months ago
  94. 11ba94b FAPI: avoid -Werror=strict-overflow when compiling with CFLAGS=-O2 by Jonas Witschel · 4 years, 8 months ago
  95. 0a38bef FAPI: fix maximum array index by Jonas Witschel · 4 years, 8 months ago
  96. 23fed12 configure: Only use CXX when fuzzing by John Andersen · 4 years, 8 months ago
  97. 6da95b0 FAPI: Add initial implementation of tss2-fapi.so by Juergen Repp · 4 years, 11 months ago
  98. f8868c4 ESYS: Add Esys_TRSess_GetAuthRequired by Andreas Fuchs · 4 years, 11 months ago
  99. 81661bc ESYS: Set name of session objects by Andreas Fuchs · 4 years, 11 months ago
  100. c4f6d28 SYS: Fix page alignment errors by Andreas Fuchs · 4 years, 8 months ago