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