1. 1d12d87 Improve/fix documentation by Ronald Cron · 4 years, 9 months ago
  2. 1ad1eee psa stats: Count locked slots instead of unlocked ones by Ronald Cron · 4 years, 9 months ago
  3. 5c52292 psa: Rename functions to get a key slot by Ronald Cron · 4 years, 9 months ago
  4. cbf6a1d psa: slot mgmt: Add access counter overflow check by Ronald Cron · 4 years, 9 months ago
  5. 4640c15 psa: Remove error message output by Ronald Cron · 4 years, 9 months ago
  6. cbd7bea psa: slot mgmt: Simplify psa_validate_key_id by Ronald Cron · 4 years, 9 months ago
  7. f473d8b psa: slot mgmt: Improve psa_search_key_in_slots implementation by Ronald Cron · 4 years, 9 months ago
  8. 19daca9 Prefer persistent over permanent by Ronald Cron · 4 years, 9 months ago
  9. a5b894f psa: mgmt: Add key slot reuse by Ronald Cron · 4 years, 10 months ago
  10. f291111 psa: Do not reset a key slot under access by Ronald Cron · 4 years, 9 months ago
  11. ddd3d05 psa: Add access counter check in slot wipe by Ronald Cron · 4 years, 9 months ago
  12. 0c3752a psa: slot mgmt: Add unaccessed slots counter in stats by Ronald Cron · 4 years, 9 months ago
  13. f95a2b1 psa: mgmt: Add key slot access counter by Ronald Cron · 4 years, 10 months ago
  14. d98059d psa: Fix tests/handling of lifetime incompatible with location by Ronald Cron · 4 years, 10 months ago
  15. 9678355 psa: Fix references to macros in comments by Ronald Cron · 4 years, 10 months ago
  16. 5134519 Fix close/purge of a key by Ronald Cron · 4 years, 10 months ago
  17. 97c8ad5 Merge search of loaded volatile and persistent keys by Ronald Cron · 4 years, 10 months ago
  18. fc9c556 Forbid volatile key identifiers for non volatile keys by Ronald Cron · 4 years, 10 months ago
  19. 277a85f Add psa_purge_key API by Ronald Cron · 5 years ago
  20. c4d1b51 Define handles as key identifiers by Ronald Cron · 5 years ago
  21. c26f8d4 Introduce psa_key_handle_is_null inline function by Ronald Cron · 5 years ago
  22. 91e9515 Introduce PSA_KEY_HANDLE_INIT macro by Ronald Cron · 5 years ago
  23. 98a54dd psa: slot mgmt: Don't use handles to loop through slot array by Ronald Cron · 5 years ago
  24. 2a99315 Add volatile key identifiers by Ronald Cron · 5 years ago
  25. d2ed481 Split persistence and key id validation by Ronald Cron · 5 years ago
  26. 162ec87 Detecting bit size is no longer required by Steven Cooreman · 4 years, 10 months ago
  27. 3ea0ce4 Separate 'import' from 'load into slot' by Steven Cooreman · 4 years, 10 months ago
  28. 162a110 Changes PSA key storage format to include key bits by Torstein Nesse · 4 years, 10 months ago
  29. 71016a9 psa: Rename psa_key_file_id_t to mbedtls_svc_key_id_t by Ronald Cron · 5 years ago
  30. 039a98b Define always psa_key_id_t as defined in PSA crypto spec by Ronald Cron · 5 years ago
  31. 27238fc psa: Use psa_key_file_id_t as the key id type by Ronald Cron · 5 years ago
  32. 1e14827 Update copyright notices to use Linux Foundation guidance by Bence Szépkúti · 5 years ago
  33. db09ef6 Include common.h instead of config.h in library source files by Gilles Peskine · 5 years ago
  34. 961914d Merge pull request #3382 from stevew817/feature/volatile-keys-in-SE by Gilles Peskine · 5 years ago
  35. fa68609 Declare unused parameter by Steven Cooreman · 5 years ago
  36. 8c1e759 Documentation and new function signature update by Steven Cooreman · 5 years ago
  37. 00106a1 Minor edit to comply with pointer naming standard by Steven Cooreman · 5 years ago
  38. 81fe7c3 Split 'validate persistent key parameters' into independent validation by Steven Cooreman · 5 years ago
  39. 8697465 Add Apache-2.0 headers to all source files by Bence Szépkúti · 5 years ago
  40. c59de6a Refactor lifetime checking to reflect split in location and persistence by Steven Cooreman · 5 years ago
  41. 1841cf4 Make psa_close_key(0) and psa_destroy_key(0) succeed by Gilles Peskine · 6 years ago
  42. 6fa62a5 psa: Use application key ID where necessary by Jaeden Amero · 6 years ago
  43. edbed56 Rename psa_internal_allocate_key_slot to psa_get_empty_key_slot by Gilles Peskine · 6 years ago
  44. 41e50d2 Remove "allocated" flag from key slots by Gilles Peskine · 6 years ago
  45. b46bef2 Store the key size in the slot in memory by Gilles Peskine · 6 years ago
  46. 2431859 Take advantage of psa_core_key_attributes_t internally: key loading by Gilles Peskine · 6 years ago
  47. 4ed0e6f Switch storage functions over to psa_core_key_attributes_t by Gilles Peskine · 6 years ago
  48. 8e33870 Use psa_core_key_attributes_t in key slots in memory by Gilles Peskine · 6 years ago
  49. 7e0cff9 Move attribute fields to a substructure by Gilles Peskine · 6 years ago
  50. e60d1d0 SE keys: save the bit size in storage by Gilles Peskine · 6 years ago
  51. 1df83d4 SE keys: implement persistent storage by Gilles Peskine · 6 years ago
  52. bfd322f Use a key attribute structure in the internal storage interface by Gilles Peskine · 6 years ago
  53. 8abe6a2 Driver table entries are now mutable by Gilles Peskine · 6 years ago
  54. 011e428 Look up the SE driver when creating a key by Gilles Peskine · 6 years ago
  55. 4bac9a4 New function to get key slot statistics by Gilles Peskine · 6 years ago
  56. 70e085a Simplify psa_open_key by Gilles Peskine · 6 years ago
  57. 267c656 Simplify key slot allocation by Gilles Peskine · 6 years ago
  58. f46f81c Remove obsolete key creation functions by Gilles Peskine · 6 years ago
  59. 4b3eb69 Rename PSA_ERROR_TAMPERING_DETECTED to ..._CORRUPTION_DETECTED by Gilles Peskine · 6 years ago
  60. e2f62ba Fix unused variable in builds without storage by Gilles Peskine · 6 years ago
  61. f9fbc38 Declare key id 0 as invalid by Gilles Peskine · 6 years ago
  62. f966659 Implement and test the new key identifier range by Gilles Peskine · 6 years ago
  63. 225010f Remove lifetime parameter from psa_open_key by Gilles Peskine · 6 years ago
  64. 30afafd Fix build errors with MBEDTLS_PSA_CRYPTO_STORAGE_C disabled by Gilles Peskine · 6 years ago
  65. d167b94 Reject invalid key ids/lifetimes in attribute-based creation by Gilles Peskine · 6 years ago
  66. 72f40c6 Merge pull request #59 from gilles-peskine-arm/psa-its-64_bit_internal_key_id by Jaeden Amero · 6 years ago
  67. 5b229a0 Support encoding an owner in key file IDs by Gilles Peskine · 6 years ago
  68. e988a66 Fix PSA_MAX_PERSISTENT_KEY_IDENTIFIER to mean what it says by Gilles Peskine · 6 years ago
  69. c8569bc Move key id validity check into its own function by Gilles Peskine · 6 years ago
  70. 7723ab1 Add common header for crypto service integration by itayzafrir · 6 years ago
  71. b4ecc27 Replace PSA error code definitions with the ones defined in PSA spec by David Saada · 6 years ago
  72. cfb7ae9 Merge pull request #16 from itayzafrir/spm-support-crypto-handles-api by Jaeden Amero · 7 years ago
  73. d40c1fb Don't require a type and size when creating a key slot by Gilles Peskine · 7 years ago
  74. 99974e3 SPM integration update due to crypto API changes by itayzafrir · 7 years ago
  75. 2e14bd3 Add missing static on file-scope variable by Gilles Peskine · 7 years ago
  76. 23fd2bd Update some documentation related to key slots by Gilles Peskine · 7 years ago
  77. fa4135b Move more slot management functions to the proper module by Gilles Peskine · 7 years ago
  78. 66fb126 Move the key slot array to the slot management module by Gilles Peskine · 7 years ago
  79. 961849f Implement slot allocation by Gilles Peskine · 7 years ago