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