1. 40c398f Add psa ipc crypto backend by Rui Miguel Silva · 3 years, 8 months ago
  2. cd8df6b Setup Internal Trusted Storage backend as openamp by Rui Miguel Silva · 3 years, 8 months ago
  3. b8cda41 Add psa ipc attestation to se proxy by Rui Miguel Silva · 3 years, 8 months ago
  4. 5174436 Add secure storage ipc backend by Rui Miguel Silva · 3 years, 8 months ago
  5. 93cbebf Add common service component to ipc support by Rui Miguel Silva · 3 years, 8 months ago
  6. 78a2d01 add psa client definitions for ff-m by Rui Miguel Silva · 3 years, 8 months ago
  7. 909ff4d Add openamp messenger by Rui Miguel Silva · 3 years, 8 months ago
  8. 34aaf21 Build: add build type support by Gyorgy Szing · 2 years, 10 months ago
  9. 911bcb7 Fix UEFI get_variable with small buffer by Julian Hall · 3 years, 1 month ago
  10. ec62ea7 Fix: change libts to export a CMake package by Gyorgy Szing · 3 years, 1 month ago
  11. 877e5fb Make utils.h and compiler.h public headers by Gyorgy Szing · 3 years, 1 month ago
  12. 186c7cc Allow build time configuration of MM comm carveout by Gyorgy Szing · 2 years, 11 months ago
  13. 45353ba Fix SPMC test changes related build errors by Jelle Sels · 2 years, 10 months ago
  14. 0375666 Add SPM test for OP_TEE by Jelle Sels · 4 years, 3 months ago
  15. 954b2de Remove unused variables from test_ffarpc_caller by Imre Kis · 2 years, 11 months ago
  16. 71afead Fix test_mock_sp_messaging build with older compilers by Imre Kis · 2 years, 11 months ago
  17. e432e58 Fix TPM event log forwarding to config store by Imre Kis · 3 years, 1 month ago
  18. 0636081 Hardening sp_config_loader and config_ramstore by Imre Kis · 3 years, 1 month ago
  19. 6e108d6 Add test for ffarpc RPC caller implementation by Imre Kis · 3 years, 2 months ago
  20. d86ccf5 Add test for ffarpc_caller functions by Imre Kis · 3 years, 2 months ago
  21. 0181ebd Remove the use of global own_id from ffarpc_caller by Imre Kis · 3 years, 1 month ago
  22. 60335f0 Cover ffarpc_call_ep with unit tests by Imre Kis · 3 years, 2 months ago
  23. d92645c Remove the use of global own_id from ffarpc_call_ep by Imre Kis · 3 years, 1 month ago
  24. 9757f6b Set response source and destination in RPC endpoint by Imre Kis · 3 years ago
  25. 5e35ef7 Deny 64 bit FF-A messages in FF-A RPC endpoint by Imre Kis · 3 years ago
  26. b49e426 Change MM communicate RPC protocol of MM caller by Imre Kis · 3 years, 1 month ago
  27. e700cb1 Change MM communicate RPC protocol of call endpoint by Imre Kis · 3 years, 1 month ago
  28. 1bc4a62 Add 64 bit direct message handling to libsp by Imre Kis · 3 years, 1 month ago
  29. e873a9f Add mock for libsp/sp_messaging by Imre Kis · 3 years, 2 months ago
  30. 1678510 Add mock for libsp/sp_memory_management by Imre Kis · 3 years, 2 months ago
  31. d4969b5 Add mock for libsp/sp_discovery by Imre Kis · 3 years, 2 months ago
  32. 41d29eb Move libsp mocks into separate component by Imre Kis · 3 years, 2 months ago
  33. 40a0c98 Prevent using empty response in secure_storage_client_get_info by Imre Kis · 3 years ago
  34. 9eaaaa6 Fix compiler warning in logging_caller.c by Julian Hall · 3 years, 8 months ago
  35. 6e02acf Use -Wall compiler warning level by Julian Hall · 3 years, 6 months ago
  36. 09e5500 Simplify handling of psa_hash_suspend/resume by Julian Hall · 3 years, 6 months ago
  37. adb0abe Fix bogus free() hazard in service framework tests by Julian Hall · 3 years, 6 months ago
  38. cf8170e Clean-up config_ramstore deletion by Julian Hall · 3 years, 6 months ago
  39. 74ce212 Validate request length in ffarpc_call_ep by Imre Kis · 3 years, 2 months ago
  40. 108042f Validate shared memory size in ffarpc_call_ep by Imre Kis · 3 years, 2 months ago
  41. b059dfb Fix segfault in tests if the driver is not loaded by Imre Kis · 3 years, 2 months ago
  42. 8fad9bc Enable aarch64-linux-musl-gcc for opteesp by Gyorgy Szing · 3 years, 8 months ago
  43. 67c8d00 Update PSA Crypto to mbedtls v3.1.0 by Gyorgy Szing · 3 years, 3 months ago
  44. f4b195f Fix invalid read in variable_index_iterator_next by Imre Kis · 3 years, 4 months ago
  45. 2caa90a Fix psa_raw_key_agreement status code by Balint Dobszay · 3 years, 3 months ago topics/mbedtls-3-1-0-update
  46. 16961d9 Abort AEAD operation if client provided buffer is too small by Julian Hall · 3 years, 6 months ago
  47. c6d7e4d Fix multi-part termination on error by Julian Hall · 3 years, 6 months ago
  48. 1fc2d92 Add IV generation to one-shot cipher operation by Julian Hall · 3 years, 6 months ago
  49. ee8e824 Integrate AEAD operation support by Julian Hall · 3 years, 6 months ago
  50. b8b026e Add defence against uninitialised multi-part transaction by Julian Hall · 3 years, 6 months ago
  51. 0562ae0 Separate sign/verify message and hash operations by Julian Hall · 3 years, 6 months ago
  52. 6c50642 Fix clipping of returned data size in secure_storage_provider by Julian Hall · 3 years, 6 months ago
  53. ea339ef Fix missing return status in linux_trng_adapter.c by Julian Hall · 3 years, 6 months ago
  54. 61d2d3b Add TEE driver support by Balint Dobszay · 3 years, 6 months ago
  55. f4aa937 Implement sp_memory_permission_get/set functions by Imre Kis · 3 years, 6 months ago
  56. a5201e4 Implement ffa_mem_perm_get/set functions by Imre Kis · 3 years, 6 months ago
  57. 7a721db Fix memory leak in UefiVariableStoreTests by Imre Kis · 3 years, 4 months ago
  58. 43b7d98 Fix return value check in TPM event log parsing by Balint Dobszay · 3 years, 4 months ago
  59. d40d620 Parse TPM event log address from SP manifest by Imre Kis · 3 years, 5 months ago
  60. 286ff75 Enable loading SP config from devicetree by Balint Dobszay · 3 years, 5 months ago
  61. bd67074 Add fdt helper component by Balint Dobszay · 3 years, 5 months ago
  62. ef5c264 Introduce libc independent assert fail handler by Imre Kis · 3 years, 8 months ago
  63. 217192d Move libc_init interface into separate component by Imre Kis · 3 years, 8 months ago
  64. 31e332a Allow smm_variable index UID to be overridden by Julian Hall · 3 years, 7 months ago
  65. d8242e6 Fix smm_variable getNextVariable invalid parameter handling by Julian Hall · 3 years, 7 months ago
  66. 074b9fc Correct smm variable boot state access control by Julian Hall · 3 years, 7 months ago
  67. 9459f1f Test: Fix sp_memory_retrieve_ffa_error test by Jelle Sels · 3 years, 5 months ago
  68. f085701 MEM: Release rx_buffer after retrieve request by Jelle Sels · 3 years, 7 months ago topics/spmc_mainline
  69. f237304 trng: Move device memory retrieve to platform code by Jelle Sels · 3 years, 7 months ago
  70. 40410ab Use 64-bit FF-A calls where necessary by Balint Dobszay · 3 years, 7 months ago
  71. ba181d3 Correct handling of missing salt protobuf parameter by Julian Hall · 3 years, 6 months ago
  72. 2d5f169 Fix request buffer setup in FF-A RPC caller by Imre Kis · 3 years, 6 months ago
  73. ff769f2 Hardening FF-A RPC caller by Imre Kis · 3 years, 8 months ago
  74. d5cc32b Sync with DebugFS driver API v4 by Balint Dobszay · 4 years, 2 months ago
  75. c384854 Sync with DebugFS driver API v3 by Balint Dobszay · 4 years, 2 months ago
  76. 5a2e578 Fix export IAK public status code on error by Julian Hall · 3 years, 8 months ago
  77. fe55730 Fix volatile compile warning in ffarpc_call_ep by Julian Hall · 3 years, 8 months ago
  78. 6b61e82 Support FFARPC call requests with no shared buffer by Julian Hall · 3 years, 8 months ago
  79. 95f2d81 Fix interface ID parameter setting in sp/ffarpc_caller by Julian Hall · 3 years, 8 months ago
  80. 7fe88cb Add UEFI variable support for QueryVariableInfo by Julian Hall · 3 years, 8 months ago
  81. 4b8dd0a Add uefi variable append write support by Julian Hall · 3 years, 8 months ago
  82. f6d55a6 Extend compatibility of header files by Imre Kis · 3 years, 10 months ago
  83. 2ccd8e8 Remove OP-TEE dependency on trace functions by Imre Kis · 3 years, 10 months ago
  84. cefec44 Fix psa_key_handle_t typedef by Julian Hall · 3 years, 8 months ago
  85. 882a2db Fix get operation for chained secure storage providers by Julian Hall · 3 years, 8 months ago
  86. 51c8aa8 Add mm communicate service location strategy by Julian Hall · 3 years, 9 months ago
  87. f7d55ff Add MM Communicate RPC caller by Julian Hall · 3 years, 9 months ago
  88. f29c312 Test smm_variable_mm_service by Imre Kis · 3 years, 9 months ago
  89. 5090ae8 Test mm_communicate_call_ep by Imre Kis · 3 years, 9 months ago
  90. b272481 Add mock RPC interface by Imre Kis · 3 years, 9 months ago
  91. d1dfda5 Add support for 64-bit operation status values by Julian Hall · 3 years, 8 months ago
  92. 6a64e37 Add checks for unsupported smm variable features by Julian Hall · 3 years, 9 months ago
  93. 0a86f76 Extend SMM Variable function support by Julian Hall · 3 years, 9 months ago
  94. a119934 Add smm variable invalid length attack test cases by Julian Hall · 3 years, 9 months ago
  95. fe6521e Add support for memory regions in SP config by Imre Kis · 3 years, 9 months ago
  96. 05f7936 Create SMM variable MM service by Imre Kis · 3 years, 9 months ago
  97. e64a810 Implement MM communicate RPC endpoint by Imre Kis · 3 years, 9 months ago
  98. c0d54dc Add smm variable power fail recovery by Julian Hall · 3 years, 10 months ago
  99. cabfe32 Extend UEFI SetVariable to support removal by Julian Hall · 3 years, 10 months ago
  100. ead5b62 Add smm-gateway SP deployment by Julian Hall · 3 years, 9 months ago