1. ef7814a Build: Fix tf-m-example-ns-app build for RP2350 by William Vinnicombe · 11 days ago release/2.1.x
  2. 95add8a App: Fix TF-M Application example by Anton Komlev · 1 year, 2 months ago TF-Mv2.1.0 TF-Mv2.1.1 TF-Mv2.1.1-RC1 TF-Mv2.1.1-RC2 TF-Mv2.1.2 TF-Mv2.1.2-RC1 TF-Mv2.1.2-RC2
  3. 3688278 Docs: Minor restructuring of examples' docs by Anton Komlev · 1 year, 3 months ago
  4. 561c657 Docs: Minor restructuring of partition's docs by Anton Komlev · 1 year, 3 months ago
  5. c3d230b Docs: Enable Extras docs building independently by Anton Komlev · 1 year, 3 months ago
  6. 4b8a6d6 DPE: Fix logging when certificate is not returned by Jamie Fox · 1 year, 3 months ago TF-Mv2.1.0-RC1 TF-Mv2.1.0-RC2
  7. 2f6601f Add psa_crypto_config dependency on extra partitions by Antonio de Angelis · 1 year, 5 months ago
  8. 7cc8087 DPE: Update to make CertifyKey output independent by Maulik Patel · 1 year, 3 months ago
  9. aa6b24f DPE: Add index field to layer_context_t by Maulik Patel · 1 year, 3 months ago
  10. f282097 DPE: Check if layer is finalised before returning chain by Maulik Patel · 1 year, 3 months ago
  11. bd86dad DPE: Reduce stack allocation by Tamas Ban · 1 year, 3 months ago
  12. 257471b DPE: Refactor certificate creation to reduce memory usage by Tamas Ban · 1 year, 3 months ago
  13. fcc06e3 DPE: Reuse command buffer to decrease stack usage by Tamas Ban · 1 year, 3 months ago
  14. 5caa7bd DPE: Add GetCertificateChain test by Tamas Ban · 1 year, 4 months ago
  15. 277fc5f DPE: Add a note about the required test case sequence by Tamas Ban · 1 year, 4 months ago
  16. 469bbd9 DPE: Add logging functionality to certificate decode by Tamas Ban · 1 year, 4 months ago
  17. 9dbf26f DPE: Add certificate verification by Tamas Ban · 1 year, 4 months ago
  18. 0fe45fb DPE: Move the defines to a common header by Tamas Ban · 1 year, 4 months ago
  19. 8ed5280 DPE: Fix COSE_Key encoding by Tamas Ban · 1 year, 4 months ago
  20. 5ac8780 DPE: Log internal state information for debugging by Maulik Patel · 1 year, 4 months ago
  21. 9a2a567 DPE: Log output handles by Maulik Patel · 1 year, 4 months ago
  22. 8e9b7df DPE: Log retained RoT context handle to aid debug by Maulik Patel · 1 year, 4 months ago
  23. 780943f DPE: Update formatting of parameters while logging by Maulik Patel · 1 year, 4 months ago
  24. 7d027ec Revert "DPE: Reuse command buffer to decrease stack usage" by Maulik Patel · 1 year, 4 months ago
  25. 8f6966a DPE: Update test to check for return error type by Maulik Patel · 1 year, 4 months ago
  26. 6f89225 DPE: Return correct error type by Maulik Patel · 1 year, 4 months ago
  27. dc44649 DPE: Update DestroyContext decode handling by Maulik Patel · 1 year, 4 months ago
  28. 8c0c648 DPE: Add test for unsupported arguments by Maulik Patel · 1 year, 4 months ago
  29. 8a969fd DPE: Handle unsupported parameters by Maulik Patel · 1 year, 4 months ago
  30. 30211a6 DPE: Get RoT CDI key through the Crypto interface by Antonio de Angelis · 1 year, 3 months ago
  31. 64c73ab MeasuredBoot: increase SW_TYPE_MAX_SIZE macro by David Vincze · 1 year, 4 months ago
  32. 8ee20fc DPE: Fix all test failures by Maulik Patel · 1 year, 4 months ago
  33. bd3f57b DPE: Update CertifyKey retain context test by Maulik Patel · 1 year, 4 months ago
  34. 91edd63 DPE: Return invalid handle if not requested by Maulik Patel · 1 year, 4 months ago
  35. f268d90 DPE: Add optional parameters tests by Maulik Patel · 1 year, 5 months ago
  36. fbe9bff DPE: Handle omission of optional parameters by Maulik Patel · 1 year, 5 months ago
  37. 9ba54a3 DPE: Destroy redundant CDI and attestation keys by Maulik Patel · 1 year, 5 months ago
  38. 7667348 DPE: Use PSA API to know life cycle state by Maulik Patel · 1 year, 5 months ago
  39. ce39253 DPE: Fix leaf component derivation test by Maulik Patel · 1 year, 4 months ago
  40. d280607 DPE: Fix minor bug and unused variable warning by Maulik Patel · 1 year, 5 months ago
  41. 687fe7f DPE: Update DeriveContext tests for cert_id param by Maulik Patel · 1 year, 5 months ago
  42. cb14cde DPE: Add custom argument cert_id to DeriveContext by Maulik Patel · 1 year, 5 months ago
  43. 55d5ec1 DPE: Add export CDI test for DeriveContext command by Maulik Patel · 1 year, 5 months ago
  44. 29ad357 DPE: Implement missing negative tests by Maulik Patel · 1 year, 6 months ago
  45. f0ebf01 DPE: Validate the command output arguments by Maulik Patel · 1 year, 6 months ago
  46. d936d74 DPE: Check cbor decoding errors for mandatory args by Maulik Patel · 1 year, 6 months ago
  47. 2211d0b DPE: Increase the max size of code description data by Tamas Ban · 1 year, 5 months ago
  48. f0204f1 Rename RSS to RSE by Jamie Fox · 1 year, 5 months ago
  49. 4254579 DPE: Decrease the context data array size by Tamas Ban · 1 year, 5 months ago
  50. d0983e9 DPE: Reuse command buffer to decrease stack usage by Tamas Ban · 1 year, 5 months ago
  51. 645e502 DPE: Increase command buffer size to 6KB by Tamas Ban · 1 year, 5 months ago
  52. 5179a4d DPE: Add sealing CDI to the exported CDI blob by Tamas Ban · 1 year, 5 months ago
  53. a5e2f58 DPE: Log certificate buffer size by Tamas Ban · 1 year, 5 months ago
  54. 3581431 Docs: Fix excluded file compiler warning by Maulik Patel · 1 year, 5 months ago
  55. 6e90837 Docs: Update Sphinx Version by Elena Uziunaite · 1 year, 5 months ago
  56. f779dfb DPE: Share derived context handle with AP by Tamas Ban · 2 years, 2 months ago
  57. 16e0326 DPE: Minor bug fix by Maulik Patel · 1 year, 6 months ago
  58. c4fac26 Docs: Bringing PlantUML Back by Elena Uziunaite · 1 year, 8 months ago
  59. 4fed781 DPE: Use external label only for key derivation by Maulik Patel · 1 year, 7 months ago
  60. cbded68 DPE: Update CertifyKey to newer spec (v 0.9) by Maulik Patel · 1 year, 7 months ago
  61. 83a6b59 DPE: Add GetCertificateChain command by Maulik Patel · 1 year, 7 months ago
  62. 8aaf1a1 DPE: Update tests following the spec changes by Maulik Patel · 1 year, 8 months ago
  63. 9fd8bd2 DPE: Add new parameters for DeriveContext command by Maulik Patel · 1 year, 8 months ago
  64. a81605b DPE: Rename DeriveChild to DeriveContext by Maulik Patel · 1 year, 8 months ago
  65. efb2d0a Merge branch 'release/2.0.x' into main by David Hu · 1 year, 7 months ago
  66. 606ba31 Docs: Add doc for ADAC runtime service by Maulik Patel · 1 year, 8 months ago
  67. 676a146 Docs: Error Fix by Elena Uziunaite · 1 year, 8 months ago release/2.0.x TF-Mv2.0.0
  68. 3d71697 ADAC: Create new ADAC partition by Maulik Patel · 1 year, 8 months ago
  69. d9c1db1 Docs: Link the Docs + Small Fixes by Elena Uziunaite · 1 year, 8 months ago
  70. 7b9b2f3 Update default branch in .gitreview by Chris Brand · 1 year, 8 months ago
  71. 3ad0ecc Docs: Enable RTD on tf-m-extras by Elena Uziunaite · 1 year, 8 months ago
  72. 805db7b Build: Make changes for split build by Jamie Fox · 1 year, 8 months ago TF-Mv2.0.0-RC1 TF-Mv2.0.0-RC2
  73. 1c7376c Build: Fix DMA350 files path by Dávid Házi · 1 year, 8 months ago
  74. 71bd937 Build: Create an TF-M NS example app for split build by Awadhy Mohammed · 1 year, 11 months ago
  75. 902fe66 Docs: Align CS310 DMA demo with Arm Ecosystem FVPs by Dávid Házi · 1 year, 9 months ago
  76. 7bc107c Build: Update file name of TZ NS API by Xinyu Zhang · 1 year, 8 months ago
  77. c97c775 DPE: Invalidate child context handle once used by Maulik Patel · 1 year, 9 months ago
  78. 4c87a9c DPE: Add tests for DPE CertifyKey command by Maulik Patel · 1 year, 10 months ago
  79. dbfd515 DPE: Add tests for DPE DeriveChild command by Maulik Patel · 2 years, 1 month ago
  80. 9322523 DPE: Support using provisioned RoT attestation key by Jamie Fox · 1 year, 10 months ago
  81. 3468199 DPE: Add boot data processing by Jamie Fox · 1 year, 10 months ago
  82. e6adc11 DPE: Add Certify Key command by Maulik Patel · 1 year, 11 months ago
  83. 2358bbb DPE: Create intermediate certificate for the layer by Maulik Patel · 2 years ago
  84. 58595d3 DPE: Add CDI and key pair derivation by Maulik Patel · 2 years ago
  85. 54d65f7 DPE: Add Destroy Context command by Maulik Patel · 2 years ago
  86. ad2f3db DPE: Add context manager code by Maulik Patel · 2 years, 2 months ago
  87. e7f8b4e DPE: Add logging of received commands by Jamie Fox · 2 years, 1 month ago
  88. 2e64c51 DPE: Create basic test suites by Jamie Fox · 2 years, 3 months ago
  89. ab30e71 DPE: Create new DICE Protection Environment partition by Jamie Fox · 2 years, 3 months ago
  90. d0adc74 Docs: Add doc for DICE Protection Environment (DPE) by Jamie Fox · 2 years, 3 months ago
  91. 6256bf5 Build: Add dependencies for the manifest tool by Kevin Peng · 1 year, 10 months ago
  92. 52ee892 Measured Boot & Delegated Attest: Model conversion by Sherry Zhang · 1 year, 10 months ago master
  93. 57867a9 VAD: Sync with TF-M changes by Bence Balogh · 1 year, 10 months ago
  94. 3d407cf Measure Boot: Use psa_status_t instead of TF-M status by Kevin Peng · 1 year, 11 months ago
  95. f683acf Measured boot: Format version string without stdlib by Jamie Fox · 1 year, 11 months ago
  96. 884371e Measured boot: Support integer versions in shared measurements by Jamie Fox · 2 years ago
  97. 0013cbd Add dma350_ns extra test suites by Bence Balogh · 2 years ago
  98. d82b84c Rename dma350_ns to clcd_example by Bence Balogh · 2 years ago
  99. 655c462 DMA350 example: Add empty tfm_api_ns lib by Bence Balogh · 2 years ago
  100. 6ab56cc Measured boot: Limit output param sizes to buffer size by Jamie Fox · 2 years ago