1. ac43de0 Make integer downsizing explicit by Gilles Peskine · 1 year, 2 months ago
  2. 3bc9d2b Dynamic key store: make full-key-store tests work effectively by Gilles Peskine · 1 year, 2 months ago
  3. a81282c Microoptimizations when MBEDTLS_PSA_KEY_STORE_DYNAMIC is disabled by Gilles Peskine · 1 year, 2 months ago
  4. e8199f5 Dynamic key store: implementation by Gilles Peskine · 1 year, 2 months ago
  5. 47ad2f7 psa_key_slot_t: different fields in free vs occupied slots by Gilles Peskine · 1 year, 2 months ago
  6. 5064af6 Dynamic key store: preparatory refactoring by Gilles Peskine · 1 year, 2 months ago
  7. 5eca402 Fix inverted assertion message by Gilles Peskine · 12 months ago
  8. 708ec09 Assert that the key ID range for volatile keys is large enough by Gilles Peskine · 1 year, 1 month ago
  9. b6bf370 Assert that key ID ranges don't overlap by Gilles Peskine · 1 year, 2 months ago
  10. 1a3573e Clarify psa_get_and_lock_key_slot return behaviour by Ryan Everett · 1 year, 3 months ago
  11. d4ea40d Fix potential non-NULL slot return on failure by Ryan Everett · 1 year, 3 months ago
  12. 7827996 Fix minor style issues by Paul Elliott · 1 year, 5 months ago
  13. 838886d Protect the key slot management initialised flag by Paul Elliott · 1 year, 5 months ago
  14. 7fad3ef Switch key slots to psa_key_attributes_t by Gilles Peskine · 1 year, 5 months ago
  15. e110a4c Make psa_open_key threadsafe by Ryan Everett · 1 year, 6 months ago
  16. d237190 Merge pull request #8773 from Ryan-Everett-arm/threadsafe-key-locking by Paul Elliott · 1 year, 6 months ago
  17. 91ce792 Fix return code error when locking mutex by Ryan Everett · 1 year, 6 months ago
  18. 9dc076b Fix issue with lock failures returning CORRUPTION_DETECTED by Ryan Everett · 1 year, 6 months ago
  19. a76a001 Remove mutex calls in psa_wipe_all_key_slots by Ryan Everett · 1 year, 6 months ago
  20. eb1722a Add a wrapper function for psa_unregister_read by Ryan Everett · 1 year, 6 months ago
  21. 2f1f172 Make psa_get_and_lock_key_slot threadsafe by Ryan Everett · 1 year, 6 months ago
  22. 6ad1fd1 Update psa_get_and_lock_key_slot_in_memory by Ryan Everett · 1 year, 6 months ago
  23. 5c5210f Remove state transitions in psa_load_X_key_into_slot by Ryan Everett · 1 year, 6 months ago
  24. 3af9bc1 Wrap get_and_lock_key_slot_in_memory calls in mutex by Ryan Everett · 1 year, 6 months ago
  25. 16abd59 Update psa_wipe_all_key_slots and document non-thread safety by Ryan Everett · 1 year, 6 months ago
  26. b082195 Make psa_purge_key thread safe by Ryan Everett · 1 year, 6 months ago
  27. f23336e Make psa_close_key thread safe by Ryan Everett · 1 year, 6 months ago
  28. 558da2f Move key_slot_mutex to threading.h by Ryan Everett · 1 year, 7 months ago
  29. 8468893 Initialize and free the key slot mutex by Ryan Everett · 1 year, 7 months ago
  30. 491f7e5 Define key_slot_mutex by Ryan Everett · 1 year, 7 months ago
  31. 709120a Revert change to return behaviour in psa_reserve_free_key_slot by Ryan Everett · 1 year, 7 months ago
  32. dfe8bf8 Return CORRUPTION_DETECTED instead of BAD_SLOT when the slot's state is wrong by Ryan Everett · 1 year, 7 months ago
  33. 4755e6b Relax psa_wipe_key_slot to allow states other than SLOT_PENDING_DELETION by Ryan Everett · 1 year, 7 months ago
  34. 6a9c14b Update mbedtls_psa_get_stats by Ryan Everett · 1 year, 7 months ago
  35. 6cd2b8d Update psa_wipe_all_key_slots by Ryan Everett · 1 year, 7 months ago
  36. 1b70a07 Replace psa_unlock_key_slot calls in operations which act on FULL slots by Ryan Everett · 1 year, 7 months ago
  37. eb27dc0 Update psa_load_X_key_into_slot by Ryan Everett · 1 year, 7 months ago
  38. c70ce57 Update psa_destroy_key, psa_purge_key and psa_close_key by Ryan Everett · 1 year, 7 months ago
  39. 098c665 Update psa_get_and_lock_key_slot_X functions by Ryan Everett · 1 year, 7 months ago
  40. 2afb516 Update and rename psa_get_empty_key_slot by Ryan Everett · 1 year, 8 months ago
  41. 39cc9d7 Implement psa_register_read and psa_unregister_read by Ryan Everett · 1 year, 8 months ago
  42. 2a0d4e2 Revert "Refactor `psa_load_persistent_key_into_slot` to remove bad `goto`" by Ryan Everett · 1 year, 9 months ago
  43. d69f401 Refactor `psa_load_persistent_key_into_slot` to remove bad `goto` by Ryan Everett · 1 year, 9 months ago
  44. 9f176a2 Fix status assignments when loading persistent keys by Ryan Everett · 1 year, 9 months ago
  45. 975d411 Only set slot to OCCUPIED on successful key loading by Ryan Everett · 1 year, 9 months ago
  46. 5567e3a Make empty key slots explicit by Ryan Everett · 1 year, 9 months ago
  47. 16799db update headers by Dave Rodgman · 1 year, 9 months ago
  48. fe9666b Change the extension type of the file psa_crypto_driver_wrapper by Xiaokang Qian · 1 year, 11 months ago
  49. 9345b2e Move functions out of the static file by Xiaokang Qian · 1 year, 11 months ago
  50. 7046468 Define the psa wrapper functions as static inline by Thomas Daubney · 2 years, 1 month ago
  51. 164614a Reduce code-size to access key slots init flag by Dave Rodgman · 2 years ago
  52. b22b977 Move the ARRAY_LENGTH definition to common.h by Andrzej Kurek · 2 years, 2 months ago
  53. e6e6b75 psa: Remove MBEDTLS_PSA_CRYPTO_DRIVERS configuration option by Ronald Cron · 2 years, 7 months ago
  54. 449bd83 Switch to the new code style by Gilles Peskine · 2 years, 7 months ago
  55. 945b23c Include platform.h unconditionally: automatic part by Gilles Peskine · 2 years, 11 months ago
  56. 93cb611 Merge pull request #4878 from SiliconLabs/remove_dependency_4877 by Gilles Peskine · 3 years, 11 months ago
  57. 0dc86b5 Remove dependency of builtin keys on storage by Archana · 4 years, 1 month ago
  58. c9890e9 Rewording comments by TRodziewicz · 4 years, 1 month ago
  59. 18cddc0 Reverting comments deleted in previous PR by TRodziewicz · 4 years, 1 month ago
  60. 7871c2e Adding new macro for tests failing by TRodziewicz · 4 years, 1 month ago
  61. d9be652 Corrections to the new functions names and error message wording by TRodziewicz · 4 years, 1 month ago
  62. 053b99b Re-introduction of key slot chekcs by TRodziewicz · 4 years, 1 month ago
  63. 95180fe Fix comment by gabor-mezei-arm · 4 years, 1 month ago
  64. 43110b6 Do key usage policy extension when loading keys by gabor-mezei-arm · 4 years, 1 month ago
  65. 3698fa1 Merge pull request #4673 from gilles-peskine-arm/psa_crypto_spm-from_platform_h by Ronald Cron · 4 years, 1 month ago
  66. 87bc91c Forbid creating a read-only key by Gilles Peskine · 4 years, 4 months ago
  67. f5f07c8 Fix mbedtls_psa_get_stats for keys with fancy lifetimes by Gilles Peskine · 4 years, 4 months ago
  68. e96c585 Move the inclusion of crypto_spe.h to psa/crypto_platform.h by Gilles Peskine · 4 years, 2 months ago
  69. cc70741 Remove MBEDTLS_CHECK_PARAMS option by TRodziewicz · 4 years, 3 months ago
  70. 966db26 Minor code flow improvements by Steven Cooreman · 4 years, 4 months ago
  71. ce48702 Get a builtin key's attributes in order to correctly get its size by Steven Cooreman · 4 years, 4 months ago
  72. 7ddee7f Use remove_key_data_from_memory instead of wipe_key_slot by Steven Cooreman · 4 years, 4 months ago
  73. 7609b1f leverage psa_allocate_buffer_to_slot from slot management by Steven Cooreman · 4 years, 4 months ago
  74. 0bb6536 If no storage backend is available, don't even attempt key loading by Steven Cooreman · 4 years, 4 months ago
  75. b938b0b Documentation clarification after review by Steven Cooreman · 4 years, 4 months ago
  76. c8b9534 Change signature of mbedtls_psa_platform_get_builtin_key by Steven Cooreman · 4 years, 5 months ago
  77. e384252 Move include to top of file by Steven Cooreman · 4 years, 5 months ago
  78. 649a8f4 replace memcpy of structure with regular assignment by Steven Cooreman · 4 years, 5 months ago
  79. ffc7fc9 Move variable declarations to top of function by Steven Cooreman · 4 years, 5 months ago
  80. 85d554a Use different variables for buffer size and data length by Steven Cooreman · 4 years, 5 months ago
  81. 203bcbb Style fixes (typos, whitespace, 80 column limit) by Steven Cooreman · 4 years, 5 months ago
  82. e5e30859 Remove potentially unused exit label by Steven Cooreman · 4 years, 5 months ago
  83. 6801f08 Implement support for MBEDTLS_PSA_CRYPTO_BUILTIN_KEYS by Steven Cooreman · 4 years, 6 months ago
  84. 889828d Merge pull request #4279 from ronald-cron-arm/fix-invalid-id-error-code by Gilles Peskine · 4 years, 4 months ago
  85. 77e412c psa: Fix error code when creating/registering a key with invalid id by Ronald Cron · 4 years, 4 months ago
  86. c1bfcdd Fix:4162 Return correct error type for invalid key by Maulik Patel · 4 years, 5 months ago
  87. 863470a Rename PSA_KEY_SLOT_COUNT to MBEDTLS_PSA_KEY_SLOT_COUNT by Steven Cooreman · 4 years, 6 months ago
  88. d945871 Merge pull request #3872 from gabor-mezei-arm/3275_use_PSA_ERROR_DATA_INVALID_where_warranted by Gilles Peskine · 4 years, 6 months ago
  89. ea0f8a6 psa: se: Create key context in SE key slots by Ronald Cron · 4 years, 8 months ago
  90. d80e8a4 Check for existence of key material on store/load by Steven Cooreman · 4 years, 6 months ago
  91. ac3434f Apply review feedback by Steven Cooreman · 4 years, 7 months ago
  92. 98435dd Allow loading wrapped keys even when SE support is compiled in by Steven Cooreman · 4 years, 7 months ago
  93. fe30924 Use PSA_ERROR_DATA_INVALID error code by gabor-mezei-arm · 4 years, 9 months ago
  94. 1d12d87 Improve/fix documentation by Ronald Cron · 4 years, 9 months ago
  95. 1ad1eee psa stats: Count locked slots instead of unlocked ones by Ronald Cron · 4 years, 9 months ago
  96. 5c52292 psa: Rename functions to get a key slot by Ronald Cron · 4 years, 9 months ago
  97. cbf6a1d psa: slot mgmt: Add access counter overflow check by Ronald Cron · 4 years, 9 months ago
  98. 4640c15 psa: Remove error message output by Ronald Cron · 4 years, 9 months ago
  99. cbd7bea psa: slot mgmt: Simplify psa_validate_key_id by Ronald Cron · 4 years, 9 months ago
  100. f473d8b psa: slot mgmt: Improve psa_search_key_in_slots implementation by Ronald Cron · 4 years, 9 months ago