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