- e8199f5 Dynamic key store: implementation by Gilles Peskine · 1 year, 2 months ago
- 47ad2f7 psa_key_slot_t: different fields in free vs occupied slots by Gilles Peskine · 1 year, 2 months ago
- 3b41e1d Merge pull request #9403 from gilles-peskine-arm/psa-keystore-dynamic-prep-3.6 by Gilles Peskine · 12 months ago
- 4a85ff3 Rename one more deprecated identifier by Gilles Peskine · 1 year ago
- 52504f8 Rename internal function psa_key_production_parameters_are_default by Gilles Peskine · 1 year, 1 month ago
- f36d785 Implement psa_generate_key_custom by Gilles Peskine · 1 year, 2 months ago
- d72ad73 Prevent mbedtls_psa_register_se_key with volatile keys by Gilles Peskine · 1 year, 2 months ago
- b47c3b3 psa_cipher_decrypt CCM*: fix rejection of messages shorter than 3 bytes by Gilles Peskine · 1 year, 1 month ago
- 51e96ad Merge pull request #9074 from Ryan-Everett-arm/8357-fix-3.6 by Gilles Peskine · 1 year, 3 months ago
- b5a20d3 Fix error handling for secure element keys in `psa_start_key_creation` by Ryan Everett · 1 year, 9 months ago
- 304766f Add early exit if zero length AEAD AD passed in. by Paul Elliott · 1 year, 3 months ago
- b70f0fd Merge branch 'development' into 'development-restricted' by Minos Galanakis · 1 year, 4 months ago
- b24e36d Add explanatory comment for init flags by Paul Elliott · 1 year, 5 months ago
- d35dce6 Add comments about RNG mutex requirements by Paul Elliott · 1 year, 5 months ago
- 0db6a90 Start subsystem IDs at 1 instead of 0 by Paul Elliott · 1 year, 5 months ago
- 7827996 Fix minor style issues by Paul Elliott · 1 year, 5 months ago
- 4a48bec Invert and rename config option by David Horstmann · 1 year, 5 months ago
- 91f7e07 Merge pull request #1196 from davidhorstmann-arm/buffer-sharing-merge by Gilles Peskine · 1 year, 5 months ago
- 47cee8e Add mbedtls_psa_crypto_init_subsystem() by Paul Elliott · 1 year, 5 months ago
- dca796b Remove further instance of LOCAL_OUTPUT_WITH_COPY by Thomas Daubney · 1 year, 5 months ago
- 4bc77c4 Remove LOCAL_OUTPUT_ALLOC_WITH_COPY by Thomas Daubney · 1 year, 5 months ago
- 692fb3c Fix missing semicolon by Thomas Daubney · 1 year, 5 months ago
- c2ac51e Fix removed space in merge resolution by David Horstmann · 1 year, 5 months ago
- db90914 Change goto exit into direct return by David Horstmann · 1 year, 5 months ago
- 3581652 Protect PSA drivers_initialized with mutex by Paul Elliott · 1 year, 5 months ago
- 8e15153 Protect PSA global rng data with mutex. by Paul Elliott · 1 year, 5 months ago
- 600472b Protect PSA global initialized flag with mutex. by Paul Elliott · 1 year, 5 months ago
- 93fa4e1 Merge branch 'development' into buffer-sharing-merge by David Horstmann · 1 year, 5 months ago
- c5064c8 Do not attempt to wipe output buffer if it is NULL by David Horstmann · 1 year, 5 months ago
- 0fea6a5 Add buffer copying to psa_verify_hash_start() by David Horstmann · 1 year, 5 months ago
- 4a523a6 Add buffer copying to psa_sign_hash_start/complete by David Horstmann · 1 year, 5 months ago
- 63dfb45 Merge pull request #1181 from tom-daubney-arm/key_agreement_buffer_protection by David Horstmann · 1 year, 5 months ago
- a09b01b Merge pull request #8912 from Ryan-Everett-arm/double-destroy-key-bugfix by Paul Elliott · 1 year, 5 months ago gh-readonly-queue/development/pr-8912-af3e574f5ff29bb56531c022ec7a551cfc8570f6
- af3e574 Merge pull request #8862 from valeriosetti/issue8825 by Manuel Pégourié-Gonnard · 1 year, 5 months ago
- d868b74 Fix potential bug in psa_destroy_key where multiple threads can return PSA_SUCCESS by Ryan Everett · 1 year, 5 months ago
- a812e0f Merge pull request #8883 from mfischer/fix_shared_secret by Janos Follath · 1 year, 5 months ago
- d4c57c0 Merge branch 'development-restricted' into key_agreement_buffer_protection by tom-daubney-arm · 1 year, 5 months ago
- a517563 Merge branch 'development-restricted' into copying-pake by David Horstmann · 1 year, 5 months ago
- 967f8cd library: psa_crypto: Explicitly initialize shared_secret by Moritz Fischer · 1 year, 5 months ago
- 1b5b58d Fix merge by Gabor Mezei · 1 year, 5 months ago
- 716cf2d Merge branch 'development-restricted' into buffer_protection_for_cipher by Gábor Mezei · 1 year, 5 months ago
- c5688a2 Merge branch 'development-restricted' into generate-random-buffer-protection by David Horstmann · 1 year, 5 months ago
- 0b04116 Do not copy the content to the local output buffer with allocation by Gabor Mezei · 1 year, 5 months ago
- 840dfe8 Merge branch 'development-restricted' into asymmetric_encrypt_buffer_protection by tom-daubney-arm · 1 year, 5 months ago
- 358eb21 Fix buffer protection handling for `cipher_generate_iv` by Gabor Mezei · 1 year, 6 months ago
- 7abf8ee Add buffer protection for `cipher_generate_iv` and `cipher_set_iv` by Gabor Mezei · 1 year, 6 months ago
- 8b8e485 Move local buffer allocation just before usage by Gabor Mezei · 1 year, 6 months ago
- 4892d75 Add `LOCAL_OUTPUT_ALLOC_WITH_COPY` macro if buffer protection is disabled by Gabor Mezei · 1 year, 6 months ago
- 212eb08 Add buffer protection for cipher functions by Gabor Mezei · 1 year, 6 months ago
- e097bbd Add missing guards around exit label by David Horstmann · 1 year, 5 months ago
- 718180c psa_crypto_random_impl: minor fixes by Valerio Setti · 1 year, 5 months ago
- e92796e Get rid of flags in attributes by Gilles Peskine · 1 year, 5 months ago
- 972539c In attributes, keep track of slot number through a dedicated field by Gilles Peskine · 1 year, 5 months ago
- 2f107ae Don't access psa_key_attributes_t.core by Gilles Peskine · 1 year, 5 months ago
- 7a5d920 Get rid of intermediate full-attributes local variables by Gilles Peskine · 1 year, 5 months ago
- 7fad3ef Switch key slots to psa_key_attributes_t by Gilles Peskine · 1 year, 5 months ago
- 0f40a41 psa_key_attributes_t: move slot_number to core structure by Gilles Peskine · 1 year, 5 months ago
- 6e99bb2 Add buffer copying to psa_generate_random() by David Horstmann · 1 year, 6 months ago
- e22f6a9 Finish cleaning up override that's no longer needed by Gilles Peskine · 1 year, 5 months ago
- 97c0b2f Remove domain parameters from psa_key_attributes_t by Gilles Peskine · 1 year, 6 months ago
- 061d4e4 psa: simplify management of mbedtls_psa_drbg_context_t by Valerio Setti · 1 year, 5 months ago
- a53e7a5 psa: let mbedtls_psa_get_random() always use psa_generate_random() by Valerio Setti · 1 year, 5 months ago
- 4c32b69 Ignore domain parameters in RSA key generation by Gilles Peskine · 1 year, 6 months ago
- bb91bcd psa: move mbedtls_psa_get_random() to psa_util.c by Valerio Setti · 1 year, 5 months ago
- 0f63028 Merge pull request #8815 from gilles-peskine-arm/psa_generate_key_ext-prototype by Gilles Peskine · 1 year, 5 months ago
- 5cd611d Merge branch 'development-restricted' into mac_buffer_protection by tom-daubney-arm · 1 year, 5 months ago
- 5390aca Decouple if statements in psa_raw_key_agreement exit. by Thomas Daubney · 1 year, 5 months ago
- 9af70e5 Make multi-part AEAD operations thread-safe by Ryan Everett · 1 year, 6 months ago
- bbedfce Make multi-part PAKE operations thread-safe by Ryan Everett · 1 year, 6 months ago
- 5ac6fa7 Make multi-part key derivation operations thread-safe by Ryan Everett · 1 year, 6 months ago
- c0053cc Make multi-part cipher operations thread-safe by Ryan Everett · 1 year, 6 months ago
- 291267f Make restartable signature verifications thread-safe by Ryan Everett · 1 year, 6 months ago
- dcc03d5 Make restartable signature operations thread-safe by Ryan Everett · 1 year, 6 months ago
- fb9857f Make multi-part MAC operations thread-safe by Ryan Everett · 1 year, 6 months ago
- 0576a6a Revise how output allocation is checked by Thomas Daubney · 1 year, 5 months ago
- d237190 Merge pull request #8773 from Ryan-Everett-arm/threadsafe-key-locking by Paul Elliott · 1 year, 5 months ago
- 89d8c2a Rework check for failed output allocation by Thomas Daubney · 1 year, 5 months ago
- 93cea57 Clarify which unregister operation needs to be used by Ryan Everett · 1 year, 5 months ago
- cf3457e Merge pull request #1132 from davidhorstmann-arm/copying-aead by David Horstmann · 1 year, 5 months ago
- 092ce51 Rename "key generation method" to "key production parameters" by Gilles Peskine · 1 year, 5 months ago
- d997e7a Check output allocated before randomising by Thomas Daubney · 1 year, 5 months ago
- 50f58fc Conditionally include exit label by Thomas Daubney · 1 year, 6 months ago
- 9739ac0 Add buffer protection to psa_key_derivation_key_agreement by Thomas Daubney · 1 year, 6 months ago
- 81899ab Add buffer protection to psa_raw_key_agreement by Thomas Daubney · 1 year, 6 months ago
- b539126 Merge pull request #1156 from Ryan-Everett-arm/key-derivation-buffer-protection by David Horstmann · 1 year, 6 months ago
- 69f11c8 generate key ext: skip driver invocation with non-default method by Gilles Peskine · 1 year, 6 months ago
- c81393b generate/derive key ext: pass method_data_length rather than method_length by Gilles Peskine · 1 year, 6 months ago
- 7a18f96 psa_generate_key_ext: RSA: support custom public exponent by Gilles Peskine · 1 year, 6 months ago
- f0765fa Implement psa_generate_key_ext, psa_key_derivation_output_key_ext by Gilles Peskine · 1 year, 6 months ago
- 73feaf2 Comment on locking strategy in psa_fail_key_creation by Ryan Everett · 1 year, 6 months ago
- 3d8118d Revert psa_reserve_free_key_slot changes, lock in start_key_creation instead by Ryan Everett · 1 year, 6 months ago
- b710144 Make psa_fail_key_creation thread safe by Ryan Everett · 1 year, 6 months ago
- 91ffe5b Make psa_finish_key_creation thread safe by Ryan Everett · 1 year, 6 months ago
- 6adbb2a Implement safe buffer copying in asymm. encryption by Thomas Daubney · 1 year, 6 months ago
- 03f1ea3 Change condition on wiping tag buffer by Thomas Daubney · 1 year, 6 months ago
- 1ffc5cb Modify allocation and buffer wiping in sign_finish by Thomas Daubney · 1 year, 6 months ago
- 7480a74 Fix code style by Thomas Daubney · 1 year, 6 months ago
- c6705c6 Conditionally include exit label by Thomas Daubney · 1 year, 6 months ago
- 8db8d1a Implement safe buffer copying in MAC API by Thomas Daubney · 1 year, 6 months ago
- d241156 Fix code style by Thomas Daubney · 1 year, 6 months ago