1. b80e35a Tweak the behaviour of copy handling macros by David Horstmann · 1 year, 8 months ago
  2. 926193a Redesign local copy handling macros by David Horstmann · 1 year, 8 months ago
  3. 2b70a66 Put local output status in scope by David Horstmann · 1 year, 8 months ago
  4. f96ae67 Remove spaces around token-pasting macro operator by David Horstmann · 1 year, 8 months ago
  5. e800aa8 Make return statuses unique in FREE_LOCAL_OUTPUT() by David Horstmann · 1 year, 8 months ago
  6. 1f53213 Improve FREE_LOCAL_INPUT() and FREE_LOCAL_OUTPUT() by David Horstmann · 1 year, 8 months ago
  7. 114d824 Add more information to comment on test hooks by David Horstmann · 1 year, 8 months ago
  8. c0a2c30 Add MBEDTLS_PSA_COPY_CALLER_BUFFERS config option by David Horstmann · 1 year, 8 months ago
  9. 34980bd Use macros to manage buffer copies by David Horstmann · 1 year, 8 months ago
  10. 63f82f7 Change to use test-hook-based approach by David Horstmann · 1 year, 8 months ago
  11. d2ad886 Copy input and output in psa_cipher_encrypt() by David Horstmann · 1 year, 8 months ago
  12. 0760b15 Add memory poisoning hooks by David Horstmann · 1 year, 8 months ago
  13. 806c27c Merge pull request #1126 from davidhorstmann-arm/psa-buffer-copy-fn-2.28 by Dave Rodgman · 1 year, 8 months ago
  14. 0d52c71 Use initializers in alloc functions by David Horstmann · 1 year, 8 months ago
  15. 1a76ab1 Rename "output_copy" -> "local_output" by David Horstmann · 1 year, 9 months ago
  16. 81a0d57 Rename "input_copy" -> "local_input" by David Horstmann · 1 year, 9 months ago
  17. 48ffb93 De-abbreviate "len" -> "length" by David Horstmann · 1 year, 9 months ago
  18. 232ab25 Change psa_crypto_copy_output error code by David Horstmann · 1 year, 9 months ago
  19. 726bf05 Remove redundant NULL check by David Horstmann · 1 year, 9 months ago
  20. 660027f Skip call to memcpy if buffer length is zero by David Horstmann · 1 year, 9 months ago
  21. df49355 Make copy functions static-testable by David Horstmann · 1 year, 9 months ago
  22. 761761f Fix unintentional direct use of memcpy() by David Horstmann · 1 year, 9 months ago
  23. aeeb274 Add psa_crypto_output_copy_free() implementation by David Horstmann · 1 year, 9 months ago
  24. 953cd5b Add implementation of psa_crypto_output_alloc() by David Horstmann · 1 year, 9 months ago
  25. fa2d75d Add implementation of psa_crypto_input_copy_free() by David Horstmann · 1 year, 9 months ago
  26. 8d9d4fe Add psa_crypto_input_copy_alloc() implementation by David Horstmann · 1 year, 9 months ago
  27. cbdec9e Remove psa_crypto_alloc_and_copy() API by David Horstmann · 1 year, 9 months ago
  28. 8684ad5 Switch error code to more appropriate value by David Horstmann · 1 year, 9 months ago
  29. 7131b8e Reject zero-lengths in psa_crypto_copy_and_free() by David Horstmann · 1 year, 9 months ago
  30. 0368d20 Reject NULL original_output with non-NULL output by David Horstmann · 1 year, 9 months ago
  31. 5847b70 Add implementation of psa_crypto_copy_and_free() by David Horstmann · 1 year, 9 months ago
  32. 0e38180 Simplify zero-length buffers to always be NULL by David Horstmann · 1 year, 9 months ago
  33. cc4dfa6 Add implementation of psa_crypto_alloc_and_copy() by David Horstmann · 1 year, 9 months ago
  34. 2bd296e Add implementation of psa_crypto_copy_output() by David Horstmann · 1 year, 9 months ago
  35. 957f980 Add implementation of psa_crypto_copy_input() by David Horstmann · 1 year, 9 months ago
  36. 7ff7965 Update headers by Dave Rodgman · 1 year, 9 months ago
  37. 5161645 Merge pull request #7211 from sergio-nsk/patch-3 by Gilles Peskine · 1 year, 11 months ago
  38. e7eb805 Seperate declarations from function body by Agathiyan Bragadeesh · 2 years ago
  39. 7b0ee1e Fix control bypass warnings by Agathiyan Bragadeesh · 2 years ago
  40. 9a9d5ee Fix a build error when MBEDTLS_PSA_INJECT_ENTROPY is enabled by Gilles Peskine · 2 years, 3 months ago
  41. bdd01a7 Implement and use MBEDTLS_STATIC_ASSERT() by Tom Cosgrove · 2 years, 5 months ago
  42. 04eb7c0 Fix llvm error: variable 'default_iv_length' may be used uninitialized by Sergey · 2 years, 5 months ago
  43. ec1eff3 Make \retval commands non-empty by Gilles Peskine · 2 years, 6 months ago
  44. 1b6c09a Switch to the new code style by Gilles Peskine · 2 years, 7 months ago
  45. 49f99bc Fix typos prior to release by Tom Cosgrove · 2 years, 8 months ago
  46. 01bf631 Fix NULL+0 undefined behavior in ECB encryption and decryption by Gilles Peskine · 2 years, 8 months ago
  47. 093a4aa Remove useless platform macro redefinitions: automatic part by Gilles Peskine · 2 years, 10 months ago
  48. 42313fb psa_raw_key_agreement: return BUFFER_TOO_SMALL when warranted by Gilles Peskine · 3 years, 4 months ago
  49. 0e7791f Redo of PR#5345. Fixed spelling and typographical errors found by CodeSpell. by Shaun Case · 3 years, 8 months ago
  50. 4a83c10 Fix RC4 multipart PSA by Gilles Peskine · 3 years, 4 months ago
  51. bc79582 Fix psa_mac_verify() returning BUFFER_TOO_SMALL by Gilles Peskine · 3 years, 5 months ago
  52. 739c98c Make psa_key_derivation_setup return early if the key agreement is not supported by Gilles Peskine · 4 years, 3 months ago
  53. ea0d95e Make psa_key_derivation_setup return early if the hash is not supported by Gilles Peskine · 4 years, 3 months ago
  54. cdacf04 Simplify is_kdf_alg_supported in psa_key_derivation_setup_kdf by Gilles Peskine · 4 years, 3 months ago
  55. 08412e2 Merge remote-tracking branch 'restricted/development_2.x-restricted' into mbedtls-2.28.0rc0-pr by Dave Rodgman · 3 years, 8 months ago
  56. b3f4e5b PSA hash verification: zeroize expected hash on hash mismatch by Gilles Peskine · 3 years, 8 months ago
  57. c3319e7 Merge pull request #5189 from gilles-peskine-arm/struct_reordering_2.x by Manuel Pégourié-Gonnard · 3 years, 8 months ago
  58. 9ecdd97 psa: Fix obsolete code guard by Ronald Cron · 3 years, 9 months ago
  59. 088d5d0 psa: Add driver initialization and termination by Ronald Cron · 4 years, 4 months ago
  60. 7207d57 psa: asymmetric_encrypt/decrypt: Improve error code consistency by Ronald Cron · 4 years ago
  61. 3a95d2b psa: Fix the size of hash buffers by Ronald Cron · 3 years, 10 months ago
  62. 4bcccc6 tests: psa driver: Align RSA/ECP sign/verify hash dispatch by Ronald Cron · 4 years, 4 months ago
  63. 4c224fe psa: cipher: Fix invalid output buffer usage in psa_cipher_encrypt() by Ronald Cron · 4 years, 1 month ago
  64. a833169 psa: cipher: Add IV parameters to cipher_encrypt entry point by Ronald Cron · 4 years, 1 month ago
  65. 1637707 psa: cipher: Align APIs execution flow by Ronald Cron · 4 years, 1 month ago
  66. c423acb psa: cipher: Fix invalid output buffer usage in psa_cipher_generate_iv() by Ronald Cron · 4 years, 1 month ago
  67. f8f425d psa: Remove psa_key_slot_is_external() by Ronald Cron · 4 years ago
  68. 41e8006 psa: Remove buggy report of RSA public exponent for opaque keys by Ronald Cron · 4 years ago
  69. 0518f61 psa: Fix slot number key attribute by Ronald Cron · 4 years ago
  70. 8a0466a Clarify psa_get_and_lock_transparent_key_slot_with_policy() purpose by Ronald Cron · 4 years ago
  71. 021e724 Improve PSA error return code by Dave Rodgman · 3 years, 9 months ago
  72. b8006a6 PSA global data: move fields around to save code size by Gilles Peskine · 3 years, 9 months ago
  73. 8cb22c8 Untangle PSA_ALG_IS_HASH_AND_SIGN and PSA_ALG_IS_SIGN_HASH by Gilles Peskine · 3 years, 11 months ago
  74. d22362c Add missing PSA_ALG_IS_SIGN_HASH macro. by Mateusz Starzyk · 4 years ago
  75. 6295dcb Merge pull request #5051 from gilles-peskine-arm/psa-add-aria-2.x by Manuel Pégourié-Gonnard · 3 years, 9 months ago
  76. 8890f64 Add ARIA to the PSA API by Gilles Peskine · 3 years, 11 months ago
  77. 5b20a7e psa_generate_key(): return PSA_ERROR_INVALID_ARGUMENT for public key by Przemyslaw Stekiel · 3 years, 10 months ago
  78. dd55b25 Require MESSAGE flag in PSA MAC setup. by Mateusz Starzyk · 4 years ago
  79. 2bbafda Prefixed macros with MBEDTLS by Joe Subbiani · 4 years, 1 month ago
  80. ba486b0 Implement byte reading macros into library/ by Joe Subbiani · 4 years, 1 month ago
  81. ba940cc Merge pull request #4182 from gabor-mezei-arm/3258_implement_one-shot_MAC_and_cipher by Dave Rodgman · 4 years, 1 month ago
  82. 6f8d43d Remove invalid buffer overflow check by gabor-mezei-arm · 4 years, 1 month ago
  83. 78c601b Merge pull request #4717 from daverodgman/psa_cipher_and_mac_abort_on_error_2.x by Dave Rodgman · 4 years, 1 month ago
  84. 3fd792d Add checks for buffer size by gabor-mezei-arm · 4 years, 1 month ago
  85. 52ae871 Initialize output buffer length to 0 by gabor-mezei-arm · 4 years, 1 month ago
  86. 478ab54 Use more standard label name by Dave Rodgman · 4 years, 1 month ago
  87. 132e8c3 Merge pull request #4715 from gilles-peskine-arm/psa_crypto_spm-from_platform_h-2.x by Ronald Cron · 4 years, 1 month ago
  88. dad6f3b Remove confising comments by gabor-mezei-arm · 4 years, 1 month ago
  89. d73e1b0 Tidy up logic in psa_mac_sign_finish by Dave Rodgman · 4 years, 1 month ago
  90. db86179 Correct coding style issues by Dave Rodgman · 4 years, 1 month ago
  91. 22984de Remove comments by gabor-mezei-arm · 4 years, 1 month ago
  92. fa990b5 Dispatch cipher functions through the driver interface by gabor-mezei-arm · 4 years, 4 months ago
  93. 0ef3b85 Implement one-shot cipher by gabor-mezei-arm · 4 years, 5 months ago
  94. cccb05d Call abort on error in psa_mac/cipher setup by Dave Rodgman · 4 years, 1 month ago
  95. 4e0a82e Update multipart hash operations to abort on error by Dave Rodgman · 4 years, 1 month ago
  96. c88b0a5 Update cipher and mac functions to abort on error by Dave Rodgman · 4 years, 1 month ago
  97. eaacabf Merge pull request #4392 from gilles-peskine-arm/psa-storage-format-test-lifetimes by Ronald Cron · 4 years, 1 month ago
  98. 76dec15 Move the inclusion of crypto_spe.h to psa/crypto_platform.h by Gilles Peskine · 4 years, 2 months ago
  99. 4ed8368 psa: mac: Add driver delegation support for psa_mac_verify() by Ronald Cron · 4 years, 2 months ago
  100. ef0d8f1 psa: mac: Introduce psa_mac_compute_internal by Ronald Cron · 4 years, 2 months ago