1. ed73355 Make \retval commands non-empty by Gilles Peskine · 2 years, 6 months ago
  2. 449bd83 Switch to the new code style by Gilles Peskine · 2 years, 7 months ago
  3. 77e412c psa: Fix error code when creating/registering a key with invalid id by Ronald Cron · 4 years, 4 months ago
  4. de825e6 psa: Fix psa_validate_key_persistence documentation by Ronald Cron · 4 years, 4 months ago
  5. 863470a Rename PSA_KEY_SLOT_COUNT to MBEDTLS_PSA_KEY_SLOT_COUNT by Steven Cooreman · 4 years, 6 months ago
  6. 1f968fd Define the user-configurable PSA config flag in config.h by Steven Cooreman · 4 years, 6 months ago
  7. 7976574 Allow tweaking PSA_KEY_SLOT_COUNT by Steven Cooreman · 4 years, 7 months ago
  8. 1d12d87 Improve/fix documentation by Ronald Cron · 4 years, 9 months ago
  9. 5c52292 psa: Rename functions to get a key slot by Ronald Cron · 4 years, 9 months ago
  10. cbf6a1d psa: slot mgmt: Add access counter overflow check by Ronald Cron · 4 years, 9 months ago
  11. cbd7bea psa: slot mgmt: Simplify psa_validate_key_id by Ronald Cron · 4 years, 9 months ago
  12. 7587ae4 Miscellaneous documentation improvements by Ronald Cron · 4 years, 9 months ago
  13. f95a2b1 psa: mgmt: Add key slot access counter by Ronald Cron · 4 years, 9 months ago
  14. 9678355 psa: Fix references to macros in comments by Ronald Cron · 4 years, 10 months ago
  15. 97c8ad5 Merge search of loaded volatile and persistent keys by Ronald Cron · 4 years, 10 months ago
  16. fc9c556 Forbid volatile key identifiers for non volatile keys by Ronald Cron · 4 years, 10 months ago
  17. c4d1b51 Define handles as key identifiers by Ronald Cron · 5 years ago
  18. 2a99315 Add volatile key identifiers by Ronald Cron · 5 years ago
  19. d2ed481 Split persistence and key id validation by Ronald Cron · 5 years ago
  20. 71016a9 psa: Rename psa_key_file_id_t to mbedtls_svc_key_id_t by Ronald Cron · 5 years ago
  21. 27238fc psa: Use psa_key_file_id_t as the key id type by Ronald Cron · 5 years ago
  22. 1e14827 Update copyright notices to use Linux Foundation guidance by Bence Szépkúti · 5 years ago
  23. 961914d Merge pull request #3382 from stevew817/feature/volatile-keys-in-SE by Gilles Peskine · 5 years ago
  24. 8c1e759 Documentation and new function signature update by Steven Cooreman · 5 years ago
  25. 74161ce Clarify behaviour of psa_validate_key_location by Steven Cooreman · 5 years ago
  26. 81fe7c3 Split 'validate persistent key parameters' into independent validation by Steven Cooreman · 5 years ago
  27. 8697465 Add Apache-2.0 headers to all source files by Bence Szépkúti · 5 years ago
  28. c59de6a Refactor lifetime checking to reflect split in location and persistence by Steven Cooreman · 5 years ago
  29. edbed56 Rename psa_internal_allocate_key_slot to psa_get_empty_key_slot by Gilles Peskine · 6 years ago
  30. 41e50d2 Remove "allocated" flag from key slots by Gilles Peskine · 6 years ago
  31. 8abe6a2 Driver table entries are now mutable by Gilles Peskine · 6 years ago
  32. 011e428 Look up the SE driver when creating a key by Gilles Peskine · 6 years ago
  33. bfcae2e Improve documentation of psa_internal_allocate_key_slot by Gilles Peskine · 6 years ago
  34. 267c656 Simplify key slot allocation by Gilles Peskine · 6 years ago
  35. f46f81c Remove obsolete key creation functions by Gilles Peskine · 6 years ago
  36. f966659 Implement and test the new key identifier range by Gilles Peskine · 6 years ago
  37. d167b94 Reject invalid key ids/lifetimes in attribute-based creation by Gilles Peskine · 6 years ago
  38. 0982903 Document some functions in internal headers by Gilles Peskine · 7 years ago
  39. fa4135b Move more slot management functions to the proper module by Gilles Peskine · 7 years ago
  40. 66fb126 Move the key slot array to the slot management module by Gilles Peskine · 7 years ago
  41. c5487a8 Drop support for psa_key_slot_t in psa_crypto.c by Gilles Peskine · 7 years ago
  42. 961849f Implement slot allocation by Gilles Peskine · 7 years ago