1. 779cfe0 crypto: Fix PSA max hash size without configuration header included by Joakim Andersson · 2 years, 1 month ago
  2. 7684458 crypto: Improve PSA interface config file include by Joakim Andersson · 2 years, 1 month ago
  3. 9191b61 Attest: Remove redundant definitions of PSA_INITIAL_ATTEST_MAX_TOKEN_SIZE by David Hu · 2 years, 2 months ago
  4. d635cd0 Crypto: Update to Mbed TLS 3.4.0 by Summer Qin · 2 years, 4 months ago
  5. 380b2b4 Crypto: Don't prefix psa/ to header inclusions from main by Antonio de Angelis · 2 years, 5 months ago
  6. 34a0ffd Crypto: Reduce diverging PSA Crypto headers between TF-M and Mbed TLS by Antonio de Angelis · 2 years, 6 months ago
  7. 0fe8390 SPM: Remove the psa_config.h by Kevin Peng · 2 years, 5 months ago
  8. 6b6cb28 SPM: Add condition check for rhandle related context by Sherry Zhang · 2 years, 5 months ago
  9. 2f82041 Crypto: Clean up psa_key_attributes_t structure definition by Gilles Peskine · 2 years, 5 months ago
  10. ba5aae9 Crypto: adjust file to TF-M code style by Gilles Peskine · 2 years, 5 months ago
  11. 614002c Crypto: Update to Mbed TLS 3.3.0 by Summer Qin · 2 years, 7 months ago
  12. 23c06d4 FWU: Set FWU component number with MCUBOOT_IMAGE_NUMBER in CMake by Xinyu Zhang · 2 years, 8 months ago
  13. 7146895 FWU: Align to FWU API v1.0 by Sherry Zhang · 2 years, 10 months ago
  14. a455440 Attest: Increase PSA_INITIAL_ATTEST_TOKEN_MAX_SIZE by David Vincze · 3 years, 3 months ago
  15. ae7e941 Attest: Clean-up public header by Maulik Patel · 3 years, 6 months ago
  16. fc318d7 Attest: Rename claims according to latest spec version by Tamas Ban · 3 years, 2 months ago
  17. 90bee0f Crypto: Update to mbed TLS 3.2.1 by Antonio de Angelis · 3 years, 1 month ago
  18. e61e705 SPM: Improvements on connection handle creation and validation by Kevin Peng · 3 years, 6 months ago
  19. 73126e5 FWU: Optimize the RAM cost in FWU partition by Sherry Zhang · 3 years, 6 months ago
  20. f07cc31 Crypto: Upgrade Mbed TLS to v3.1.0 by Summer Qin · 3 years, 7 months ago
  21. 710acf5 Interface: Improvements on framework_feature by Kevin Peng · 3 years, 9 months ago
  22. 386374c Interface: Introduce framework feature availability by Kevin Peng · 3 years, 9 months ago
  23. 038348e SPM: Implement MM-IOVEC Secure Partition API by Shawn Shan · 4 years ago
  24. 82e3eac SPM: Make PSA interface redirect-able by Ken Liu · 3 years, 10 months ago
  25. 359167d Crypto: Upgrade mbedtls to v3.0.0 by Summer Qin · 4 years, 1 month ago
  26. 9280ae9 SPM: Changes to Secure Partition API for FLIH by Kevin Peng · 4 years, 7 months ago
  27. 611610c Attest: Remove initial attestation get public key API function by David Hu · 4 years, 3 months ago
  28. 9c7b9be SPM: Correct 'invalid parameter' error handling by Shawn Shan · 4 years, 3 months ago
  29. 2da977d FWU: Add checking the state of the running image by Sherry Zhang · 4 years, 3 months ago
  30. 13b27cf Crypto: Upgrade MbedTLS to 2.26 by Maulik Patel · 4 years, 3 months ago
  31. 7cbffbe Crypto: Modify client view of key attributes by Devaraj Ranganna · 4 years, 4 months ago
  32. ade2e0a Unify to use ARRAY_SIZE in TF-M codes by Xinyu Zhang · 4 years, 5 months ago
  33. 9ac44d3 SPM: Update firmware framework version by Mingyang Sun · 4 years, 5 months ago
  34. 07b4241 FWU: Add Firmware Update partition by Sherry Zhang · 4 years, 7 months ago
  35. 28659c4 Crypto: Upgrade Mbed TLS to 2.25 by Maulik Patel · 4 years, 7 months ago
  36. f9a0eb0 SPM: Partial implementation of PSA interrupt control APIs by Kevin Peng · 4 years, 7 months ago
  37. 7ef79ec SPM: Fix some compile warnings by Shawn Shan · 4 years, 7 months ago
  38. 0e5b2e0 Crypto: Align with Mbed TLS 2.24 by Summer Qin · 4 years, 10 months ago
  39. 7329d7e Crypto: Fix types of psa_client_key_attributes_s by Soby Mathew · 5 years ago
  40. 07ef6e4 Crypto: migrate support to MbedTLS v2.23.0 by Soby Mathew · 5 years ago
  41. b6d91ad Interface: Correct spell error by Edison Ai · 5 years ago
  42. d7b79f2 crypto: decouple the PSA Crypto interface from TF-M flags by Soby Mathew · 5 years ago
  43. f5cd369 Crypto: Import additional macros from crypto_extra.h in mbedcrypto by Soby Mathew · 5 years ago
  44. 6e7be07 Core: Add lifecycle API by Shawn Shan · 6 years ago
  45. fd247c4 Crypto: Introduce declarations for deprecated PSA APIs by Soby Mathew · 5 years ago
  46. 04debbd Crypto: Align to Mbed Crypto 3.0.1 by Antonio de Angelis · 6 years ago
  47. 235ab65 Interface: Update PSA Protected Storage header comments by Minos Galanakis · 5 years ago
  48. 8a1c7ed Interface: Update PSA Protected Storage header by Jamie Fox · 6 years ago
  49. 70a02da Attest: Align interface to PSA API 1.0 by Raef Coles · 6 years ago
  50. 793574c Attest: Introduce PSA error codes by Raef Coles · 6 years ago
  51. ff6da53 Attest: Implement API to get attestation public key by David Vincze · 6 years ago
  52. 20c3e4e Attest: Extend attestation API to get public key by David Vincze · 6 years ago
  53. 7aa5203 Interface: Apply guard to avoid redefinition error by David Vincze · 6 years ago
  54. 5428f5a Docs: Update ITS doxygen documentation in the header by TudorCretu · 6 years ago
  55. 598f6d4 Interface: Add PSA Internal Trusted Storage header by Jamie Fox · 6 years ago
  56. 9c1586b Attest: Remove security epoch by Tamas Ban · 6 years ago
  57. 632b3e0 Core: Update the code related with request message type by Summer Qin · 6 years ago
  58. 4b1d03b Core: PSA APIs alignment by Summer Qin · 6 years ago
  59. 2e7d296 Crypto: Update to use Mbed Crypto 1.1.0 by Antonio de Angelis · 6 years ago
  60. 520fb4d Interface: Add psa/error.h header by Jamie Fox · 6 years ago
  61. cc31d40 Interface: Rename PSA headers by Jamie Fox · 7 years ago