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