1. d69bfb904d Merge remote-tracking branch 'upstream/mbedtls-2.28' into pre-2.28.9-upstream-merge by Minos Galanakis · 5 months ago
  2. 23981ad Merge pull request #10026 from waleed-elmelegy-arm/mbedtls-2.28-fix-key-deriv-bad-state-error by Gilles Peskine · 5 months ago
  3. 254cada Replace zero by PSA_ALG_NONE in key derivation internal functions by Waleed Elmelegy · 5 months ago
  4. 466ebe8 Zeroize temporary heap buffers used in PSA operations by Gilles Peskine · 5 months ago
  5. e014887 Fix code style for key derivation input function by Waleed Elmelegy · 5 months ago
  6. c8c89ed Fix psa_key_derivation_input_integer() not detecting bad state by Waleed Elmelegy · 5 months ago
  7. 36548ee Merge pull request #9256 from gilles-peskine-arm/psa-keystore-dynamic-backport-2.28 by Gilles Peskine · 12 months ago
  8. 37a4fcc Prevent mbedtls_psa_register_se_key with volatile keys by Gilles Peskine · 1 year, 2 months ago
  9. f555a4e MBEDTLS_STATIC_ASSERT: make it work outside of a function by Gilles Peskine · 1 year, 2 months ago
  10. f514f25 Merge pull request #9025 from gilles-peskine-arm/psa-storage-test-cases-never-supported-2.28 by Gilles Peskine · 1 year, 2 months ago
  11. 7913311 Merge pull request #8544 from Ryan-Everett-arm/8537-2.28 by Gilles Peskine · 1 year, 3 months ago
  12. b6e362b PSA sign/verify: more uniform error on an unsupported hash by Gilles Peskine · 1 year, 4 months ago
  13. 4201533 Invert and rename config option by David Horstmann · 1 year, 5 months ago
  14. 28fe665 Remove LOCAL_OUTPUT_ALLOC_WITH_COPY by Thomas Daubney · 1 year, 5 months ago
  15. ca92831 Add missing semicolon by Thomas Daubney · 1 year, 5 months ago
  16. f06494d Merge branch 'mbedtls-2.28' into buffer-sharing-merge-2.28 by David Horstmann · 1 year, 5 months ago
  17. 7c89d1f Merge branch 'mbedtls-2.28-restricted' into backport_key_agreement_buffer_protection by tom-daubney-arm · 1 year, 5 months ago
  18. f3c3504 Fix merge by Gabor Mezei · 1 year, 5 months ago
  19. 26bbd8d Merge branch 'mbedtls-2.28-restricted' into bp228_buffer_protection_for_cipher by Gábor Mezei · 1 year, 5 months ago
  20. ff783e0 Do not copy the content to the local output buffer with allocation by Gabor Mezei · 1 year, 5 months ago
  21. 8677edd Fix buffer protection handling for `cipher_generate_iv` by Gabor Mezei · 1 year, 6 months ago
  22. 282bb53 Add buffer protection for `cipher_generate_iv` and `cipher_set_iv` by Gabor Mezei · 1 year, 6 months ago
  23. ed96d68 Move local buffer allocation just before usage by Gabor Mezei · 1 year, 6 months ago
  24. 69f680a Add `LOCAL_OUTPUT_ALLOC_WITH_COPY` macro if buffer protection is disabled by Gabor Mezei · 1 year, 6 months ago
  25. 13a15c2 Add buffer protection for cipher functions by Gabor Mezei · 1 year, 6 months ago
  26. 98397f0 Merge branch 'mbedtls-2.28-restricted' into generate-random-buffer-protection-backport by David Horstmann · 1 year, 5 months ago
  27. 24d60ad Merge branch 'mbedtls-2.28-restricted' into backport_asymmetric_encrypt_buffer_protection by tom-daubney-arm · 1 year, 5 months ago
  28. 10e44f3 Add missing guards around exit label by David Horstmann · 1 year, 5 months ago
  29. 65bf12c Add buffer copying to psa_generate_random() by David Horstmann · 1 year, 6 months ago
  30. 8eafe15 Merge branch 'mbedtls-2.28-restricted' into backport_mac_buffer_protection by tom-daubney-arm · 1 year, 5 months ago
  31. 09cf4f2 Decouple if statement in psa_raw_key_agreement exit. by Thomas Daubney · 1 year, 5 months ago
  32. 2ea8d8f Revise how output allocation is checked by Thomas Daubney · 1 year, 5 months ago
  33. 0736df3 Check for output allocation before randomising by Thomas Daubney · 1 year, 5 months ago
  34. 0ce9589 Merge pull request #1133 from davidhorstmann-arm/copying-aead-2.28 by David Horstmann · 1 year, 5 months ago
  35. 26d1c43 Check output allocated before randomising by Thomas Daubney · 1 year, 5 months ago
  36. 3c0c6b1 Conditionally include exit label by Thomas Daubney · 1 year, 6 months ago
  37. 9da359f Add buffer protection to psa_key_derivation_key_agreement by Thomas Daubney · 1 year, 6 months ago
  38. 4304276 Add buffer protection to psa_raw_key_agreement by Thomas Daubney · 1 year, 6 months ago
  39. a9cc4cd Merge pull request #1179 from Ryan-Everett-arm/key-derivation-buffer-protection-backport by David Horstmann · 1 year, 6 months ago
  40. 1a6137b Implement safe buffer copying in asymm. encryption by Thomas Daubney · 1 year, 7 months ago
  41. 480347d Add mac not NULL check before calling memset by Thomas Daubney · 1 year, 6 months ago
  42. 301491d Modify allocation in sign_finish by Thomas Daubney · 1 year, 6 months ago
  43. f298f65 Fix code style by Thomas Daubney · 1 year, 6 months ago
  44. 2bb3a1f Conditionally include exit label by Thomas Daubney · 1 year, 6 months ago
  45. 324f7de Implement safe buffer copying in MAC API by Thomas Daubney · 1 year, 7 months ago
  46. cbf0921 Fix code style by Thomas Daubney · 1 year, 6 months ago
  47. 5e6b84a Conditionally include exit label by Thomas Daubney · 1 year, 6 months ago
  48. 62cb36a Implement safe buffer copying in hash API by Thomas Daubney · 1 year, 7 months ago
  49. d0d12fb Conditionally guard exit label to deter unused label error by Ryan Everett · 1 year, 6 months ago
  50. 6f68206 Add buffer copying to psa_key_derivation_input_bytes by Ryan Everett · 1 year, 6 months ago
  51. 08bd246 Add buffer copying to psa_key_derivation_output_bytes by Ryan Everett · 1 year, 6 months ago
  52. bfa27e3 Fix kdf incorrect initial capacity by Kusumit Ghoderao · 1 year, 6 months ago
  53. 3a4153a Conditionally guard exit label to stop unused label error by Ryan Everett · 1 year, 6 months ago
  54. 3082791 Protect buffer in psa_export_public_key by Ryan Everett · 1 year, 7 months ago
  55. e3e760c Protect buffer in psa_export_key by Ryan Everett · 1 year, 7 months ago
  56. 6b97025 Protect buffer in psa_import_key by Ryan Everett · 1 year, 7 months ago
  57. f446b89 Conditionally include exit label by Thomas Daubney · 1 year, 6 months ago
  58. 290aac4 Implement safe buffer copying in asymmetric signature API by Thomas Daubney · 1 year, 7 months ago
  59. 3b0c371 Add allocate and copy style output buffer handling by Gabor Mezei · 1 year, 6 months ago
  60. 6baf6e9 Add buffer copying to psa_aead_decrypt() by David Horstmann · 1 year, 8 months ago
  61. 21c1a94 Copy buffers in psa_aead_encrypt() by David Horstmann · 1 year, 8 months ago
  62. b80e35a Tweak the behaviour of copy handling macros by David Horstmann · 1 year, 8 months ago
  63. 926193a Redesign local copy handling macros by David Horstmann · 1 year, 8 months ago
  64. 2b70a66 Put local output status in scope by David Horstmann · 1 year, 8 months ago
  65. f96ae67 Remove spaces around token-pasting macro operator by David Horstmann · 1 year, 8 months ago
  66. e800aa8 Make return statuses unique in FREE_LOCAL_OUTPUT() by David Horstmann · 1 year, 8 months ago
  67. 1f53213 Improve FREE_LOCAL_INPUT() and FREE_LOCAL_OUTPUT() by David Horstmann · 1 year, 8 months ago
  68. 114d824 Add more information to comment on test hooks by David Horstmann · 1 year, 8 months ago
  69. c0a2c30 Add MBEDTLS_PSA_COPY_CALLER_BUFFERS config option by David Horstmann · 1 year, 8 months ago
  70. 34980bd Use macros to manage buffer copies by David Horstmann · 1 year, 8 months ago
  71. 63f82f7 Change to use test-hook-based approach by David Horstmann · 1 year, 8 months ago
  72. d2ad886 Copy input and output in psa_cipher_encrypt() by David Horstmann · 1 year, 8 months ago
  73. 0760b15 Add memory poisoning hooks by David Horstmann · 1 year, 8 months ago
  74. 806c27c Merge pull request #1126 from davidhorstmann-arm/psa-buffer-copy-fn-2.28 by Dave Rodgman · 1 year, 8 months ago
  75. 0d52c71 Use initializers in alloc functions by David Horstmann · 1 year, 8 months ago
  76. 1a76ab1 Rename "output_copy" -> "local_output" by David Horstmann · 1 year, 9 months ago
  77. 81a0d57 Rename "input_copy" -> "local_input" by David Horstmann · 1 year, 9 months ago
  78. 48ffb93 De-abbreviate "len" -> "length" by David Horstmann · 1 year, 9 months ago
  79. 232ab25 Change psa_crypto_copy_output error code by David Horstmann · 1 year, 9 months ago
  80. 726bf05 Remove redundant NULL check by David Horstmann · 1 year, 9 months ago
  81. 660027f Skip call to memcpy if buffer length is zero by David Horstmann · 1 year, 9 months ago
  82. df49355 Make copy functions static-testable by David Horstmann · 1 year, 9 months ago
  83. 761761f Fix unintentional direct use of memcpy() by David Horstmann · 1 year, 9 months ago
  84. aeeb274 Add psa_crypto_output_copy_free() implementation by David Horstmann · 1 year, 9 months ago
  85. 953cd5b Add implementation of psa_crypto_output_alloc() by David Horstmann · 1 year, 9 months ago
  86. fa2d75d Add implementation of psa_crypto_input_copy_free() by David Horstmann · 1 year, 9 months ago
  87. 8d9d4fe Add psa_crypto_input_copy_alloc() implementation by David Horstmann · 1 year, 9 months ago
  88. cbdec9e Remove psa_crypto_alloc_and_copy() API by David Horstmann · 1 year, 9 months ago
  89. 8684ad5 Switch error code to more appropriate value by David Horstmann · 1 year, 9 months ago
  90. 7131b8e Reject zero-lengths in psa_crypto_copy_and_free() by David Horstmann · 1 year, 9 months ago
  91. 0368d20 Reject NULL original_output with non-NULL output by David Horstmann · 1 year, 9 months ago
  92. 5847b70 Add implementation of psa_crypto_copy_and_free() by David Horstmann · 1 year, 9 months ago
  93. 0e38180 Simplify zero-length buffers to always be NULL by David Horstmann · 1 year, 9 months ago
  94. cc4dfa6 Add implementation of psa_crypto_alloc_and_copy() by David Horstmann · 1 year, 9 months ago
  95. 2bd296e Add implementation of psa_crypto_copy_output() by David Horstmann · 1 year, 9 months ago
  96. 957f980 Add implementation of psa_crypto_copy_input() by David Horstmann · 1 year, 9 months ago
  97. 167ecba Fix indentation causing code style failure by Ryan Everett · 1 year, 9 months ago
  98. 68a85e2 Fix secure element key error handling by Ryan Everett · 1 year, 9 months ago
  99. 7ff7965 Update headers by Dave Rodgman · 1 year, 9 months ago
  100. 5161645 Merge pull request #7211 from sergio-nsk/patch-3 by Gilles Peskine · 1 year, 11 months ago