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