1. bd4c153 Crypto: The client side interface provides psa_can_do_hash() by Antonio de Angelis · 4 months ago
  2. 6e0975a RSE: Fix external TRNG looping by Antonio de Angelis · 4 months ago
  3. f0a7edc RSE: Fix masking of the address when reissueing partial writes by Antonio de Angelis · 4 months ago
  4. 8301e10 Docs: Update min version requirement for GCC and ARM compiler by Mudit Sharma · 4 months ago
  5. 837df13 Docs: Update roadmap by Anton Komlev · 4 months ago
  6. c6650af Platform: RP2350: Update to Pico SDK 2.1.1 by William Vinnicombe · 4 months ago
  7. 3f09007 RSE: Add expansion interrupt macro by Jackson Cooper-Driver · 4 months ago
  8. 2e6539f Tools: Fix C_struct printing by Raef Coles · 4 months ago
  9. 0321c36 Tools: Fix printing of C_variable with None value by Raef Coles · 4 months ago
  10. cfc3124 Tools: Fix script logging by Raef Coles · 4 months ago
  11. e5cd748 RSE: Fix ROTPK hash alg overwriting issue by Raef Coles · 4 months ago
  12. 160a247 RSE: Don't process default ROTPK config values by Maulik Patel · 4 months ago
  13. 55b35b9 CC3XX: Implement HMAC leveraging the HW XORing feature by Antonio de Angelis · 4 months ago
  14. 0086318 CC3XX: Fix build error for dpa_hardened_word_copy by Nicola Mazzucato · 4 months ago
  15. a114b4a config: Minor fix of CMAKE_INSTALL_MESSAGE by Georgios Vasilakis · 4 months ago
  16. bc18afb CC3XX: Add test with mixed XORing behaviour by Antonio de Angelis · 4 months ago
  17. 0fa739f CC3XX: Add a test for HMAC-SHA-256 by Antonio de Angelis · 4 months ago
  18. 3a5d3fe CC3XX: Add CC3XX tests for HASH with XORing input by Antonio de Angelis · 4 months ago
  19. 7559b66 CC3XX: Add API to input value to XOR data before hash by Antonio de Angelis · 4 months ago
  20. 1043ba9 CC3XX: setup AHBM attributes before using CC3XX by Amjad Ouled-Ameur · 4 months ago
  21. f47d828 Build: Bump tf-m-tests by Antonio de Angelis · 4 months ago
  22. 858a5be RSE: BL1: Remove unused read_bl1_rotpk by Nicola Mazzucato · 4 months ago
  23. 5ed633d RSE: BL1: Remove unused kmu_err by Nicola Mazzucato · 4 months ago
  24. af498b7 RSE: provisioning: Fix 'defined but not used' warning for hash_blob by Nicola Mazzucato · 4 months ago
  25. e201cb6 CC3XX: Fix 'unused variable' warning for lock_dfa_enabled by Nicola Mazzucato · 4 months ago
  26. 18c84d7 LIB: tfm_vprintf: Add %i format specifier by Nicola Mazzucato · 4 months ago
  27. d8eeb81 Platform: CS1000: Enable debug optimisation by Antonio de Angelis · 4 months ago
  28. 15f10b3 Platform: RSE: Fix spelling in comments by Antonio de Angelis · 4 months ago
  29. 13fc402 Codespell: Fix spelling in platform/ext/accelerator by Antonio de Angelis · 4 months ago
  30. c85f400 CC3XX: Return errors if CC3XX_CONFIG_ASSERT_ENABLE by Raef Coles · 4 months ago
  31. 7dd8409 CC3XX: stream_pre_update() must return a status code by Antonio de Angelis · 4 months ago
  32. 58d0ee4 Tools: Remove shebang from python modules by Mudit Sharma · 4 months ago
  33. 6ecb18f RSE: Tidy up CMake dependencies by Jackson Cooper-Driver · 4 months ago
  34. c2a72ee Crypto: Link to the tfm_log_headers only by Antonio de Angelis · 4 months ago
  35. 79aa055 LIB: Link tfm_vprintf_headers to logging headers by Jackson Cooper-Driver · 4 months ago
  36. daceecc Crypto: Use privileged logging by Antonio de Angelis · 4 months ago
  37. 406e45c Docs: Update maintainers and codeowners by Nicola Mazzucato · 4 months ago
  38. 2b3f119 Standards: Adds MISRA-C standard alignment docs by Mudit Sharma · 5 months ago
  39. ce14fb9 Revert "RSE: TC: Increase TC3/4 BL2 code partition size" by Jackson Cooper-Driver · 4 months ago
  40. e3e7d6d Build: Remove -Wno-return-type by Jackson Cooper-Driver · 4 months ago
  41. 7e21088 RSE: SDS: Fix return type warnings by Jackson Cooper-Driver · 4 months ago
  42. 012549f CC3XX: Tests: Fix return type warnings by Jackson Cooper-Driver · 4 months ago
  43. 36bbddb CC3XX: Enable the external hardened word copy by Amjad Ouled-Ameur · 4 months ago
  44. 86d227c CC3XX: Add test case for DPA hardened word copy by Amjad Ouled-Ameur · 4 months ago
  45. f321f55 RSE: Remove dpa_hardened_word_copy size limit by Amjad Ouled-Ameur · 4 months ago
  46. 82d5382 RSE: Build: Enable debug optimisation by Jackson Cooper-Driver · 4 months ago
  47. df542cf Build: Add optimisation flag build option by Jackson Cooper-Driver · 4 months ago
  48. 6495241 RSE: Use actual BL1_1 size instead of macro by Jackson Cooper-Driver · 4 months ago
  49. 5ecea44 RSE: TC: Enable relocatable ROM by default on TC4 by Raef Coles · 11 months ago
  50. f5dad9c RSE: Remove test dependency on CC3XX interface by Jackson Cooper-Driver · 4 months ago
  51. 74841b4 RSE: Tests: Only add -ffixed=r9 when relocatable by Jackson Cooper-Driver · 4 months ago
  52. 84de4e1 RSE: Tests: Configure r9 to point to GOT by Jackson Cooper-Driver · 4 months ago
  53. 810147b RSE: Tests: Add missing symbols by Jackson Cooper-Driver · 4 months ago
  54. a19590e RSE: Specify explicit BL1_1_DATA_SIZE by Jackson Cooper-Driver · 4 months ago
  55. def1d4b RSE: Add -mlong-calls for relocatable ROM by Jackson Cooper-Driver · 4 months ago
  56. e025420 RSE: define DMA Burst restricted regions by Amjad Ouled-Ameur · 4 months ago
  57. 95d8ac2 CC3XX: Force single AHB transactions on restricted addresses by Amjad Ouled-Ameur · 4 months ago
  58. fa5b8c4 CC3XX: fix dma remap API documentation by Amjad Ouled-Ameur · 4 months ago
  59. 39ccf3e RSE: prefer the use of ARRAY_SIZE Macro by Amjad Ouled-Ameur · 4 months ago
  60. 2495db5 CC3XX: use const identifier in DMA remap APIs by Amjad Ouled-Ameur · 4 months ago
  61. bcf2aa8 CC3XX: skip uninitialised DMA remap regions by Amjad Ouled-Ameur · 4 months ago
  62. aa09e6f LIB: Replace MCUBoot log level with BL2 log level by Jackson Cooper-Driver · 4 months ago
  63. fba04c0 SPM: Refactor encapsulation for accessing spm_boundary by Antonio de Angelis · 4 months ago
  64. 1282857 SPM: Harmonise main SPM prints by Antonio de Angelis · 4 months ago
  65. 172f609 SPM: Print the build timestamp as INFO_RAW by Antonio de Angelis · 4 months ago
  66. 9f7ab5b Build: Also strip workspace from __FILE__ by Jackson Cooper-Driver · 4 months ago
  67. b59d3fb LIB: Add with_marker argument to tfm_vprintf by Jackson Cooper-Driver · 4 months ago
  68. ccf42f2 LIB: Move tfm_vprintf definition to private header by Jackson Cooper-Driver · 4 months ago
  69. 1f1467a RSE: Minor comments around device_status by Antonio de Angelis · 4 months ago
  70. 9a421d1 Build: Move tf-m-extras version to base config by Jackson Cooper-Driver · 4 months ago
  71. b311830 LIB: Return total printed chars from vprintf by Jackson Cooper-Driver · 4 months ago
  72. 65f3cf0 RSE: Reserve bit 16 of device status for debug bit by Raef Coles · 4 months ago
  73. 7c0fbfe RSE: Ignore debug has been opened in device_status by Raef Coles · 4 months ago
  74. 1fe05e9 LIB: Partially rework BL2 logging by Jackson Cooper-Driver · 4 months ago
  75. c08e9ef Protected Storage: Do not align NV counters in init by Markus Lassila · 7 months ago
  76. f04c2e5 SPM: Remove custom assert.h by Jackson Cooper-Driver · 5 months ago
  77. a4991f0 SPRT: Add custom __assert_func by Jackson Cooper-Driver · 5 months ago
  78. 182bcbf LIB: Use tfm_log for fatal error logging by Jackson Cooper-Driver · 5 months ago
  79. d9b8d70 Platform: corstone1000: Use new tfm_log API by Jackson Cooper-Driver · 5 months ago
  80. af54602 LIB: Replace SPM log with tfm_log by Jackson Cooper-Driver · 5 months ago
  81. 1f2c7fd LIB: Move partitions to use new logging API by Jackson Cooper-Driver · 5 months ago
  82. 2454635 Build: Bump tf-m-tests version by Jackson Cooper-Driver · 4 months ago
  83. 3b207bc Build: Bump tf-m-extras version by Jackson Cooper-Driver · 4 months ago
  84. 4d5ce0e LIB: Add tfm_vprintf_unpriv by Jackson Cooper-Driver · 5 months ago
  85. 8eb243c LIB: Allow tfm_log_unpriv to handle large strings by Jackson Cooper-Driver · 5 months ago
  86. e74fa6f LIB: Remove log/log_unpriv dependencies by Jackson Cooper-Driver · 5 months ago
  87. a054b3f LIB: Change tfm_log_unpriv to INTERFACE library by Jackson Cooper-Driver · 5 months ago
  88. 5188b1e LIB: Add _RAW macros by Jackson Cooper-Driver · 5 months ago
  89. cfa7db0 CC3XX: Initialise DMA remap regions before any DMA operations by Amjad Ouled-Ameur · 4 months ago
  90. 308b8f6 Build: Bump tf-m-tests version by Antonio de Angelis · 4 months ago
  91. 39236fe Platform: Add custom __assert_func for BL1/2 by Jackson Cooper-Driver · 5 months ago
  92. 070a6e4 Build: Add -fmacro-prefix-map by Jackson Cooper-Driver · 5 months ago
  93. a6a90c3 LIB: Use tfm_log for BL2 logging by Jackson Cooper-Driver · 5 months ago
  94. 4e2f9a5 RSE: TC: Increase BL2 FLASH size by Jackson Cooper-Driver · 5 months ago
  95. 44a5153 LIB: Add tfm_vprintf support for left formatting by Jackson Cooper-Driver · 5 months ago
  96. ca3a5b6 initial_attestation: Add missing include for tfm_strnlen by Nicola Mazzucato · 4 months ago
  97. 24be7e9 CC3XX: Improve entropy of secure erase by Raef Coles · 4 months ago
  98. 7b665e5 CC3XX: Improve DPA resistance of KDF by Raef Coles · 4 months ago
  99. 03307e0 Crypto: Add SECP_K1_256 curve to Large profile by Waleed Elmelegy · 4 months ago
  100. d301766 platform: nordic_nrf: Add initial support for nRF54L10 by Georgios Vasilakis · 4 months ago