1. 00a5e07 DPE: Use a 64-bit buffer in call to QCBOR API to retrieve cert_id by Antonio de Angelis · 7 months ago
  2. 6edb83b COSE: Switch over to upstream t_cose by David Vincze · 7 months ago tfa_ci_dep_revision
  3. 74a01ef DPE: Fix bitwise operation order in convert_to_ascii_hex by Aditya Deshpande · 6 months ago
  4. 6aa0583 Revert "DPE: Use a 64-bit buffer in call to QCBOR API to retrieve cert_id" by Antonio de Angelis · 7 months ago
  5. 8512b56 DPE: Use a 64-bit buffer in call to QCBOR API to retrieve cert_id by Antonio de Angelis · 7 months ago
  6. a1922b7 DPE: Use t_cose_key_decode() API from t_cose by Tamas Ban · 10 months ago
  7. 769966d DPE: Use t_cose_key_encode() API from t_cose by Tamas Ban · 10 months ago
  8. f200dc2 DPE: Clear key ids when related keys are destroyed by Maulik Patel · 10 months ago
  9. 7c249e0 DPE: Implement Seal CDI derivation by Maulik Patel · 10 months ago
  10. f07b83b DPE: Enable code coverage measurement for host build by Tamas Ban · 12 months ago
  11. e9fdb83 DPE: Add initial input for fuzzing by Tamas Ban · 12 months ago
  12. 628192c DPE: Add fuzz test to client API by Tamas Ban · 12 months ago
  13. 808cbcd DPE: Add fuzz test capability by Tamas Ban · 12 months ago
  14. 545bb5c DPE: Add regression test by Tamas Ban · 12 months ago
  15. afc4f3c DPE: Support host build by Tamas Ban · 12 months ago
  16. c4c3d79 DPE: Fix null pointer dereference in debug logging by Jamie Fox · 11 months ago
  17. c0e81a4 DPE: Remove unnecesary dependencies by Tamas Ban · 1 year, 2 months ago
  18. e2091f3 DPE: Test: Fix const correctness and redefinition warning by Tamas Ban · 12 months ago
  19. f0733a5 DPE: Test: Remove unnecessary pointer casting by Tamas Ban · 12 months ago
  20. 0057fd5 DPE: Test: Verify the content of a cert_chain created w/o cert-id by Tamas Ban · 1 year ago
  21. 824a5f1 DPE: Test: Extend test data with identity field by Tamas Ban · 1 year ago
  22. 1d3bbc3 DPE: Test: Clean-up dpe_test.h by Tamas Ban · 1 year ago
  23. e39f932 DPE: Test: Refactor certificate chain creation based on test data by Tamas Ban · 1 year ago
  24. 2f832a8 DPE: Test: Check GetCertificateChain with mixed custom argument by Maulik Patel · 1 year ago
  25. 0783f8c DPE: Test: Check CertifyKey with mixed custom argument by Maulik Patel · 1 year ago
  26. e54d3f3 DPE: Test: Check DeriveContext with mixed custom argument by Maulik Patel · 1 year ago
  27. 0ef19c5 DPE: Test: Add negative test case with mixed custom argument by Maulik Patel · 1 year, 1 month ago
  28. 018896d DPE: Test: Update macro to not use RoT context handle by Maulik Patel · 1 year, 1 month ago
  29. 5caad4e DPE: Test: Add another test for DeriveContext without cert_id arg by Maulik Patel · 1 year, 1 month ago
  30. 02968db DPE: Support cert_id as optional argument by Maulik Patel · 1 year, 1 month ago
  31. b3c82a0 DPE: Restructure derive_context_request code by Maulik Patel · 1 year ago
  32. 00d06b6 DPE: Use pointers instead of indices by Maulik Patel · 1 year, 1 month ago
  33. d57c2c2 DPE: Test: Replace layer terminology with certificate by Maulik Patel · 1 year, 1 month ago
  34. 97a61fe DPE: Replace layer terminology with certificate by Maulik Patel · 1 year, 1 month ago
  35. 6161059 DPE: Test: Verify encoding of exported CDI by Maulik Patel · 1 year, 2 months ago
  36. f01a710 DPE: Add link to psa_crypto_config by Jamie Fox · 1 year, 2 months ago
  37. dddf2e9 DPE: Add test case for invalid target locality argument by Maulik Patel · 1 year, 3 months ago
  38. 1a501d9 DPE: Update tests to use default locality by Maulik Patel · 1 year, 3 months ago
  39. 9b13e16 DPE: Enable target_locality check for DeriveContext by Maulik Patel · 1 year, 3 months ago
  40. acc3f4a DPE: Initialise target_locality argument by Maulik Patel · 1 year, 4 months ago
  41. 33f1aec DPE: Make same cert_id reusable by Tamas Ban · 1 year, 2 months ago
  42. 63e0a75 DPE: Add complex command sequence test by Maulik Patel · 1 year, 3 months ago
  43. 8e0dc59 DPE: Refactor CertifyKey test by Maulik Patel · 1 year, 3 months ago
  44. cbaa5c1 DPE: Refactor DeriveContext test by Maulik Patel · 1 year, 3 months ago
  45. 63c33f1 DPE: Fix NS tests by Jamie Fox · 1 year, 4 months ago
  46. 462b7a5 DPE: Refactor some test code by Maulik Patel · 1 year, 4 months ago
  47. a0d5e3d DPE: Add test for unsupported/erroneous dice inputs by Maulik Patel · 1 year, 4 months ago
  48. f423018 DPE: Handle unsupported and erroneous dice inputs by Maulik Patel · 1 year, 4 months ago
  49. 9a89312 DPE: Do not renew context handle on error by Maulik Patel · 1 year, 4 months ago
  50. 7718639 DPE: Fix compiler warnings by Maulik Patel · 1 year, 4 months ago
  51. fb2db1c DPE: Optimise dpe initialisation and RoT derivation by Maulik Patel · 1 year, 4 months ago
  52. 6fcc6e8 DPE: Verify the leaf certificates returned by CertifyKey by Tamas Ban · 1 year, 4 months ago
  53. db6383a DPE: Accept certificates with empty SW_COMPONENTS by Tamas Ban · 1 year, 4 months ago
  54. bc7c486 DPE: Make the public key available from the last certificate in a chain by Tamas Ban · 1 year, 4 months ago
  55. eb8d7f1 DPE: Fix CertifyKey when layer is finalized by Tamas Ban · 1 year, 4 months ago
  56. cb237ce DPE: Allow empty SW_COMPONENTS array by Tamas Ban · 1 year, 3 months ago
  57. 009450d DPE: Store number of components in a layer by Maulik Patel · 1 year, 3 months ago
  58. 87c47ce DPE: Do not use DPE_ROT_LAYER_IDX for creating certificate by Maulik Patel · 1 year, 4 months ago
  59. 7daae9e DPE: Print the size of the intermediate certificate by Tamas Ban · 1 year, 4 months ago
  60. 4b8a6d6 DPE: Fix logging when certificate is not returned by Jamie Fox · 1 year, 4 months ago TF-Mv2.1.0-RC1 TF-Mv2.1.0-RC2
  61. 2f6601f Add psa_crypto_config dependency on extra partitions by Antonio de Angelis · 1 year, 6 months ago
  62. 7cc8087 DPE: Update to make CertifyKey output independent by Maulik Patel · 1 year, 4 months ago
  63. aa6b24f DPE: Add index field to layer_context_t by Maulik Patel · 1 year, 4 months ago
  64. f282097 DPE: Check if layer is finalised before returning chain by Maulik Patel · 1 year, 4 months ago
  65. bd86dad DPE: Reduce stack allocation by Tamas Ban · 1 year, 4 months ago
  66. 257471b DPE: Refactor certificate creation to reduce memory usage by Tamas Ban · 1 year, 4 months ago
  67. fcc06e3 DPE: Reuse command buffer to decrease stack usage by Tamas Ban · 1 year, 4 months ago
  68. 5caa7bd DPE: Add GetCertificateChain test by Tamas Ban · 1 year, 5 months ago
  69. 277fc5f DPE: Add a note about the required test case sequence by Tamas Ban · 1 year, 5 months ago
  70. 469bbd9 DPE: Add logging functionality to certificate decode by Tamas Ban · 1 year, 5 months ago
  71. 9dbf26f DPE: Add certificate verification by Tamas Ban · 1 year, 5 months ago
  72. 0fe45fb DPE: Move the defines to a common header by Tamas Ban · 1 year, 5 months ago
  73. 8ed5280 DPE: Fix COSE_Key encoding by Tamas Ban · 1 year, 5 months ago
  74. 5ac8780 DPE: Log internal state information for debugging by Maulik Patel · 1 year, 5 months ago
  75. 9a2a567 DPE: Log output handles by Maulik Patel · 1 year, 5 months ago
  76. 8e9b7df DPE: Log retained RoT context handle to aid debug by Maulik Patel · 1 year, 5 months ago
  77. 780943f DPE: Update formatting of parameters while logging by Maulik Patel · 1 year, 5 months ago
  78. 7d027ec Revert "DPE: Reuse command buffer to decrease stack usage" by Maulik Patel · 1 year, 5 months ago
  79. 8f6966a DPE: Update test to check for return error type by Maulik Patel · 1 year, 5 months ago
  80. 6f89225 DPE: Return correct error type by Maulik Patel · 1 year, 5 months ago
  81. dc44649 DPE: Update DestroyContext decode handling by Maulik Patel · 1 year, 5 months ago
  82. 8c0c648 DPE: Add test for unsupported arguments by Maulik Patel · 1 year, 5 months ago
  83. 8a969fd DPE: Handle unsupported parameters by Maulik Patel · 1 year, 5 months ago
  84. 30211a6 DPE: Get RoT CDI key through the Crypto interface by Antonio de Angelis · 1 year, 4 months ago
  85. 8ee20fc DPE: Fix all test failures by Maulik Patel · 1 year, 5 months ago
  86. bd3f57b DPE: Update CertifyKey retain context test by Maulik Patel · 1 year, 5 months ago
  87. 91edd63 DPE: Return invalid handle if not requested by Maulik Patel · 1 year, 5 months ago
  88. f268d90 DPE: Add optional parameters tests by Maulik Patel · 1 year, 6 months ago
  89. fbe9bff DPE: Handle omission of optional parameters by Maulik Patel · 1 year, 6 months ago
  90. 9ba54a3 DPE: Destroy redundant CDI and attestation keys by Maulik Patel · 1 year, 6 months ago
  91. 7667348 DPE: Use PSA API to know life cycle state by Maulik Patel · 1 year, 6 months ago
  92. ce39253 DPE: Fix leaf component derivation test by Maulik Patel · 1 year, 5 months ago
  93. d280607 DPE: Fix minor bug and unused variable warning by Maulik Patel · 1 year, 6 months ago
  94. 687fe7f DPE: Update DeriveContext tests for cert_id param by Maulik Patel · 1 year, 7 months ago
  95. cb14cde DPE: Add custom argument cert_id to DeriveContext by Maulik Patel · 1 year, 7 months ago
  96. 55d5ec1 DPE: Add export CDI test for DeriveContext command by Maulik Patel · 1 year, 6 months ago
  97. 29ad357 DPE: Implement missing negative tests by Maulik Patel · 1 year, 7 months ago
  98. f0ebf01 DPE: Validate the command output arguments by Maulik Patel · 1 year, 7 months ago
  99. d936d74 DPE: Check cbor decoding errors for mandatory args by Maulik Patel · 1 year, 7 months ago
  100. 2211d0b DPE: Increase the max size of code description data by Tamas Ban · 1 year, 6 months ago