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