1. b059dfb Fix segfault in tests if the driver is not loaded by Imre Kis · 3 years, 2 months ago
  2. 8fad9bc Enable aarch64-linux-musl-gcc for opteesp by Gyorgy Szing · 3 years, 8 months ago
  3. 67c8d00 Update PSA Crypto to mbedtls v3.1.0 by Gyorgy Szing · 3 years, 3 months ago
  4. f4b195f Fix invalid read in variable_index_iterator_next by Imre Kis · 3 years, 4 months ago
  5. 2caa90a Fix psa_raw_key_agreement status code by Balint Dobszay · 3 years, 3 months ago topics/mbedtls-3-1-0-update
  6. 16961d9 Abort AEAD operation if client provided buffer is too small by Julian Hall · 3 years, 6 months ago
  7. c6d7e4d Fix multi-part termination on error by Julian Hall · 3 years, 6 months ago
  8. 1fc2d92 Add IV generation to one-shot cipher operation by Julian Hall · 3 years, 6 months ago
  9. ee8e824 Integrate AEAD operation support by Julian Hall · 3 years, 6 months ago
  10. b8b026e Add defence against uninitialised multi-part transaction by Julian Hall · 3 years, 6 months ago
  11. 0562ae0 Separate sign/verify message and hash operations by Julian Hall · 3 years, 6 months ago
  12. 6c50642 Fix clipping of returned data size in secure_storage_provider by Julian Hall · 3 years, 6 months ago
  13. ea339ef Fix missing return status in linux_trng_adapter.c by Julian Hall · 3 years, 6 months ago
  14. 61d2d3b Add TEE driver support by Balint Dobszay · 3 years, 6 months ago
  15. f4aa937 Implement sp_memory_permission_get/set functions by Imre Kis · 3 years, 6 months ago
  16. a5201e4 Implement ffa_mem_perm_get/set functions by Imre Kis · 3 years, 6 months ago
  17. 7a721db Fix memory leak in UefiVariableStoreTests by Imre Kis · 3 years, 4 months ago
  18. 43b7d98 Fix return value check in TPM event log parsing by Balint Dobszay · 3 years, 4 months ago
  19. d40d620 Parse TPM event log address from SP manifest by Imre Kis · 3 years, 5 months ago
  20. 286ff75 Enable loading SP config from devicetree by Balint Dobszay · 3 years, 5 months ago
  21. bd67074 Add fdt helper component by Balint Dobszay · 3 years, 5 months ago
  22. ef5c264 Introduce libc independent assert fail handler by Imre Kis · 3 years, 8 months ago
  23. 217192d Move libc_init interface into separate component by Imre Kis · 3 years, 8 months ago
  24. 31e332a Allow smm_variable index UID to be overridden by Julian Hall · 3 years, 7 months ago
  25. d8242e6 Fix smm_variable getNextVariable invalid parameter handling by Julian Hall · 3 years, 7 months ago
  26. 074b9fc Correct smm variable boot state access control by Julian Hall · 3 years, 7 months ago
  27. 9459f1f Test: Fix sp_memory_retrieve_ffa_error test by Jelle Sels · 3 years, 5 months ago
  28. f085701 MEM: Release rx_buffer after retrieve request by Jelle Sels · 3 years, 7 months ago topics/spmc_mainline
  29. f237304 trng: Move device memory retrieve to platform code by Jelle Sels · 3 years, 7 months ago
  30. 40410ab Use 64-bit FF-A calls where necessary by Balint Dobszay · 3 years, 7 months ago
  31. ba181d3 Correct handling of missing salt protobuf parameter by Julian Hall · 3 years, 6 months ago
  32. 2d5f169 Fix request buffer setup in FF-A RPC caller by Imre Kis · 3 years, 6 months ago
  33. ff769f2 Hardening FF-A RPC caller by Imre Kis · 3 years, 8 months ago
  34. d5cc32b Sync with DebugFS driver API v4 by Balint Dobszay · 4 years, 2 months ago
  35. c384854 Sync with DebugFS driver API v3 by Balint Dobszay · 4 years, 2 months ago
  36. 5a2e578 Fix export IAK public status code on error by Julian Hall · 3 years, 8 months ago
  37. fe55730 Fix volatile compile warning in ffarpc_call_ep by Julian Hall · 3 years, 8 months ago
  38. 6b61e82 Support FFARPC call requests with no shared buffer by Julian Hall · 3 years, 8 months ago
  39. 95f2d81 Fix interface ID parameter setting in sp/ffarpc_caller by Julian Hall · 3 years, 8 months ago
  40. 7fe88cb Add UEFI variable support for QueryVariableInfo by Julian Hall · 3 years, 8 months ago
  41. 4b8dd0a Add uefi variable append write support by Julian Hall · 3 years, 8 months ago
  42. f6d55a6 Extend compatibility of header files by Imre Kis · 3 years, 10 months ago
  43. 2ccd8e8 Remove OP-TEE dependency on trace functions by Imre Kis · 3 years, 10 months ago
  44. cefec44 Fix psa_key_handle_t typedef by Julian Hall · 3 years, 8 months ago
  45. 882a2db Fix get operation for chained secure storage providers by Julian Hall · 3 years, 8 months ago
  46. 51c8aa8 Add mm communicate service location strategy by Julian Hall · 3 years, 9 months ago
  47. f7d55ff Add MM Communicate RPC caller by Julian Hall · 3 years, 9 months ago
  48. f29c312 Test smm_variable_mm_service by Imre Kis · 3 years, 9 months ago
  49. 5090ae8 Test mm_communicate_call_ep by Imre Kis · 3 years, 9 months ago
  50. b272481 Add mock RPC interface by Imre Kis · 3 years, 9 months ago
  51. d1dfda5 Add support for 64-bit operation status values by Julian Hall · 3 years, 8 months ago
  52. 6a64e37 Add checks for unsupported smm variable features by Julian Hall · 3 years, 9 months ago
  53. 0a86f76 Extend SMM Variable function support by Julian Hall · 3 years, 9 months ago
  54. a119934 Add smm variable invalid length attack test cases by Julian Hall · 3 years, 9 months ago
  55. fe6521e Add support for memory regions in SP config by Imre Kis · 3 years, 9 months ago
  56. 05f7936 Create SMM variable MM service by Imre Kis · 3 years, 9 months ago
  57. e64a810 Implement MM communicate RPC endpoint by Imre Kis · 3 years, 9 months ago
  58. c0d54dc Add smm variable power fail recovery by Julian Hall · 3 years, 10 months ago
  59. cabfe32 Extend UEFI SetVariable to support removal by Julian Hall · 3 years, 10 months ago
  60. ead5b62 Add smm-gateway SP deployment by Julian Hall · 3 years, 9 months ago
  61. fbe3b48 Add smm-variable service level tests by Julian Hall · 3 years, 9 months ago
  62. 976f9cd Add smm-variable standalone service context by Julian Hall · 3 years, 10 months ago
  63. 54e7a4d Add smm_variable service provider by Julian Hall · 3 years, 10 months ago
  64. 919b558 Add uefi variable store tests by Julian Hall · 3 years, 9 months ago
  65. 65f7eb4 Add basic uefi_variable_store implementation by Julian Hall · 3 years, 9 months ago
  66. c12c3f4 Allow NULL as data in storage client if length is 0 by Imre Kis · 4 years ago
  67. c52807c Use crypto sp as attestation sp crypto provider by Julian Hall · 4 years ago
  68. 7d7b24c Improve reusability of service_name and uuid components by Julian Hall · 4 years ago
  69. c203872 Add service locator strategy for SP to SP discovery by Julian Hall · 4 years ago topics/spmc_test
  70. ec7e584 Fix service provider chain test case by Julian Hall · 4 years ago
  71. b2954bc Remove dependencies on deprecated PSA crypto functionality by Julian Hall · 4 years ago
  72. fad3521 Extend core crypto service level tests by Julian Hall · 4 years ago
  73. e656944 Add key derivation service level tests by Julian Hall · 4 years ago
  74. cb11ba5 Add MAC service level tests by Julian Hall · 4 years ago
  75. a652ad6 Add symmetric cipher service level tests by Julian Hall · 4 years ago
  76. c6e7a8a Establish pattern for extending crypto service tests by Julian Hall · 4 years ago
  77. 628be29 Replace se-proxy service backends with stubs by Julian Hall · 4 years ago
  78. a949004 Allow build-time selection of backend for PSA crypto client by Julian Hall · 4 years ago
  79. 7a70340 Improve reuse of crypto client components by Julian Hall · 4 years ago
  80. 188953d Add arbitrary length crypto operations by Julian Hall · 4 years ago
  81. 464021a Fix key export handling in crypto provider by Julian Hall · 4 years ago
  82. 3e61454 Integrate discovery into crypto service provider by Julian Hall · 4 years ago
  83. 99a57e3 Introduce common service client by Julian Hall · 4 years ago
  84. 524903e Fix response length in AEAD proto serializer by Julian Hall · 4 years ago
  85. c2d78b5 Add service discovery provider by Julian Hall · 4 years ago
  86. 6bab021 Use PSA build config interface provided by Mbed TLS by Julian Hall · 4 years ago
  87. 65ff905 Optimise service provider handler look-up by Julian Hall · 4 years ago
  88. b7db580 Align to PSA Attestation API tests by Julian Hall · 4 years ago
  89. f284b09 Enable PSA Crypto 1.0 API tests by Julian Hall · 4 years ago
  90. d111e2c Upgrade to mbedtls-3.0.0 by Julian Hall · 4 years, 1 month ago
  91. 8345606 Add crypto support for AEAD operations by Julian Hall · 4 years, 1 month ago
  92. c635094 Remove dependencies on deprecated PSA Crypto API definitions by Julian Hall · 4 years, 1 month ago
  93. a6d3cbc Add crypto support for MAC operations by Julian Hall · 4 years, 1 month ago
  94. d670b41 Add stubs for missing PSA Crypto API functions by Julian Hall · 4 years, 1 month ago
  95. fe487b7 Add support for key derivation cipher operations by Julian Hall · 4 years, 1 month ago
  96. e7bccbe Add crypto support for symmetric cipher operations by Julian Hall · 4 years, 1 month ago
  97. 0ed3d45 Extend hash operation support by Julian Hall · 4 years, 1 month ago
  98. 7bfb18e Factor hash operations to sub-provider by Julian Hall · 4 years, 1 month ago
  99. 13e7695 Support modular extension of service provider capabilities by Julian Hall · 4 years, 1 month ago
  100. b57aa0d Add secure storage PSA API test deployments by Julian Hall · 4 years, 1 month ago