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