1. 04e2b04 Explicitly document return behaviour by Ryan Everett · 1 year, 3 months ago
  2. d237190 Merge pull request #8773 from Ryan-Everett-arm/threadsafe-key-locking by Paul Elliott · 1 year, 5 months ago
  3. 3d8118d Revert psa_reserve_free_key_slot changes, lock in start_key_creation instead by Ryan Everett · 1 year, 6 months ago
  4. eb1722a Add a wrapper function for psa_unregister_read by Ryan Everett · 1 year, 6 months ago
  5. 16abd59 Update psa_wipe_all_key_slots and document non-thread safety by Ryan Everett · 1 year, 6 months ago
  6. 7aeacc1 Add empty line in register_read comment by Ryan Everett · 1 year, 7 months ago
  7. 558da2f Move key_slot_mutex to threading.h by Ryan Everett · 1 year, 7 months ago
  8. fb02d57 Document the thread safety of the primitive key slot functions by Ryan Everett · 1 year, 7 months ago
  9. 8468893 Initialize and free the key slot mutex by Ryan Everett · 1 year, 7 months ago
  10. dfe8bf8 Return CORRUPTION_DETECTED instead of BAD_SLOT when the slot's state is wrong by Ryan Everett · 1 year, 7 months ago
  11. 4755e6b Relax psa_wipe_key_slot to allow states other than SLOT_PENDING_DELETION by Ryan Everett · 1 year, 7 months ago
  12. 098c665 Update psa_get_and_lock_key_slot_X functions by Ryan Everett · 1 year, 7 months ago
  13. 2afb516 Update and rename psa_get_empty_key_slot by Ryan Everett · 1 year, 8 months ago
  14. 4a78277 Implement psa_key_slot_state_transition by Ryan Everett · 1 year, 7 months ago
  15. 39cc9d7 Implement psa_register_read and psa_unregister_read by Ryan Everett · 1 year, 8 months ago
  16. 16799db update headers by Dave Rodgman · 1 year, 9 months ago
  17. ed73355 Make \retval commands non-empty by Gilles Peskine · 2 years, 6 months ago
  18. 449bd83 Switch to the new code style by Gilles Peskine · 2 years, 7 months ago
  19. 77e412c psa: Fix error code when creating/registering a key with invalid id by Ronald Cron · 4 years, 4 months ago
  20. de825e6 psa: Fix psa_validate_key_persistence documentation by Ronald Cron · 4 years, 4 months ago
  21. 863470a Rename PSA_KEY_SLOT_COUNT to MBEDTLS_PSA_KEY_SLOT_COUNT by Steven Cooreman · 4 years, 6 months ago
  22. 1f968fd Define the user-configurable PSA config flag in config.h by Steven Cooreman · 4 years, 6 months ago
  23. 7976574 Allow tweaking PSA_KEY_SLOT_COUNT by Steven Cooreman · 4 years, 7 months ago
  24. 1d12d87 Improve/fix documentation by Ronald Cron · 4 years, 9 months ago
  25. 5c52292 psa: Rename functions to get a key slot by Ronald Cron · 4 years, 9 months ago
  26. cbf6a1d psa: slot mgmt: Add access counter overflow check by Ronald Cron · 4 years, 9 months ago
  27. cbd7bea psa: slot mgmt: Simplify psa_validate_key_id by Ronald Cron · 4 years, 9 months ago
  28. 7587ae4 Miscellaneous documentation improvements by Ronald Cron · 4 years, 9 months ago
  29. f95a2b1 psa: mgmt: Add key slot access counter by Ronald Cron · 4 years, 10 months ago
  30. 9678355 psa: Fix references to macros in comments by Ronald Cron · 4 years, 10 months ago
  31. 97c8ad5 Merge search of loaded volatile and persistent keys by Ronald Cron · 4 years, 10 months ago
  32. fc9c556 Forbid volatile key identifiers for non volatile keys by Ronald Cron · 4 years, 10 months ago
  33. c4d1b51 Define handles as key identifiers by Ronald Cron · 5 years ago
  34. 2a99315 Add volatile key identifiers by Ronald Cron · 5 years ago
  35. d2ed481 Split persistence and key id validation by Ronald Cron · 5 years ago
  36. 71016a9 psa: Rename psa_key_file_id_t to mbedtls_svc_key_id_t by Ronald Cron · 5 years ago
  37. 27238fc psa: Use psa_key_file_id_t as the key id type by Ronald Cron · 5 years ago
  38. 1e14827 Update copyright notices to use Linux Foundation guidance by Bence Szépkúti · 5 years ago
  39. 961914d Merge pull request #3382 from stevew817/feature/volatile-keys-in-SE by Gilles Peskine · 5 years ago
  40. 8c1e759 Documentation and new function signature update by Steven Cooreman · 5 years ago
  41. 74161ce Clarify behaviour of psa_validate_key_location by Steven Cooreman · 5 years ago
  42. 81fe7c3 Split 'validate persistent key parameters' into independent validation by Steven Cooreman · 5 years ago
  43. 8697465 Add Apache-2.0 headers to all source files by Bence Szépkúti · 5 years ago
  44. c59de6a Refactor lifetime checking to reflect split in location and persistence by Steven Cooreman · 5 years ago
  45. edbed56 Rename psa_internal_allocate_key_slot to psa_get_empty_key_slot by Gilles Peskine · 6 years ago
  46. 41e50d2 Remove "allocated" flag from key slots by Gilles Peskine · 6 years ago
  47. 8abe6a2 Driver table entries are now mutable by Gilles Peskine · 6 years ago
  48. 011e428 Look up the SE driver when creating a key by Gilles Peskine · 6 years ago
  49. bfcae2e Improve documentation of psa_internal_allocate_key_slot by Gilles Peskine · 6 years ago
  50. 267c656 Simplify key slot allocation by Gilles Peskine · 6 years ago
  51. f46f81c Remove obsolete key creation functions by Gilles Peskine · 6 years ago
  52. f966659 Implement and test the new key identifier range by Gilles Peskine · 6 years ago
  53. d167b94 Reject invalid key ids/lifetimes in attribute-based creation by Gilles Peskine · 6 years ago
  54. 0982903 Document some functions in internal headers by Gilles Peskine · 7 years ago
  55. fa4135b Move more slot management functions to the proper module by Gilles Peskine · 7 years ago
  56. 66fb126 Move the key slot array to the slot management module by Gilles Peskine · 7 years ago
  57. c5487a8 Drop support for psa_key_slot_t in psa_crypto.c by Gilles Peskine · 7 years ago
  58. 961849f Implement slot allocation by Gilles Peskine · 7 years ago