1. c0a2c30 Add MBEDTLS_PSA_COPY_CALLER_BUFFERS config option by David Horstmann · 1 year, 8 months ago
  2. 34980bd Use macros to manage buffer copies by David Horstmann · 1 year, 8 months ago
  3. f24151a Remove write check in driver wrappers tests by David Horstmann · 1 year, 8 months ago
  4. 63f82f7 Change to use test-hook-based approach by David Horstmann · 1 year, 8 months ago
  5. d2ad886 Copy input and output in psa_cipher_encrypt() by David Horstmann · 1 year, 8 months ago
  6. 96f4d4c Create memory poisoning wrapper for cipher encrypt by David Horstmann · 1 year, 8 months ago
  7. 96a18f2 Add explicit UNPOISON calls to memory tests by David Horstmann · 1 year, 9 months ago
  8. 0760b15 Add memory poisoning hooks by David Horstmann · 1 year, 9 months ago
  9. e369fcb Disable check_mbedtls_calloc overallocation under ASan by David Horstmann · 1 year, 8 months ago
  10. 95b54f3 Merge pull request #1129 from gilles-peskine-arm/psa-buffers-test-poison-2.28 by David Horstmann · 1 year, 8 months ago
  11. 7d68a19 Protect against compiler optimizations by Gilles Peskine · 1 year, 9 months ago
  12. 0c7d3ed Memory poisoning: meta-test writes as well as reads by Gilles Peskine · 1 year, 9 months ago
  13. 014d89b Avoid unused variable warnings in some plausible usage by Gilles Peskine · 1 year, 9 months ago
  14. 5e87405 Use the existing definition of MBEDTLS_TEST_HAVE_ASAN by Gilles Peskine · 1 year, 9 months ago
  15. d751406 Port to platforms where printf doesn't have %zu by Gilles Peskine · 1 year, 9 months ago
  16. ac8cd66 Fix MSVC build failure by Gilles Peskine · 1 year, 9 months ago
  17. 721a644 Basic functional test for memory poisoning by Gilles Peskine · 1 year, 9 months ago
  18. 962c5da Fix memory poisoning with Asan on arbitrary byte boundaries by Gilles Peskine · 1 year, 9 months ago
  19. 071d144 Add memory poisoning framework by Gilles Peskine · 1 year, 9 months ago
  20. 87270e5 New files for memory-related test functions by Gilles Peskine · 1 year, 9 months ago
  21. 242e4ef Merge remote-tracking branch 'mbedtls-2.28' into mbedtls-2.28-restricted by Gilles Peskine · 1 year, 8 months ago
  22. 7655fd2 Merge pull request #8570 from yuhaoth/pr/fix-ciphersuite-list-wrong-for-mbedtls-2.28 by Gilles Peskine · 1 year, 8 months ago gh-readonly-queue/mbedtls-2.28/pr-8570-60dcdd1686dbde47f2a8dfbe177a372541c37111
  23. ba77a66 Align forced ciphersuite with test description by Ronald Cron · 1 year, 8 months ago
  24. 6f2183f ssl-opt.sh: Remove unnecessary symmetric crypto dependencies by Ronald Cron · 1 year, 8 months ago
  25. 237e3f8 ssl-opt.sh: Fix some symmetric crypto dependencies by Ronald Cron · 1 year, 8 months ago
  26. a8b474f ssl-opt.sh: Add a check of the list of supported ciphersuites by Ronald Cron · 1 year, 8 months ago
  27. 46a660a ssl-opt.sh: Fix getting the list of supported ciphersuites. by Ronald Cron · 1 year, 9 months ago
  28. 806c27c Merge pull request #1126 from davidhorstmann-arm/psa-buffer-copy-fn-2.28 by Dave Rodgman · 1 year, 9 months ago
  29. 8e1f0d0 Improve description of psa_crypto_input_copy_alloc by David Horstmann · 1 year, 9 months ago
  30. 0d52c71 Use initializers in alloc functions by David Horstmann · 1 year, 9 months ago
  31. 45221ff Add casts to local input / output initializers by David Horstmann · 1 year, 9 months ago
  32. 60dcdd1 Merge pull request #8558 from gilles-peskine-arm/MBEDTLS_TEST_HAVE_xSAN-2.28 by Dave Rodgman · 1 year, 9 months ago
  33. 20e7613 Merge pull request #8557 from gilles-peskine-arm/metatest-gcc-12-2.28 by Paul Elliott · 1 year, 9 months ago
  34. c3a9bdb Detect enabled GCC/Clang sanitizers by Gilles Peskine · 1 year, 9 months ago
  35. e9616fd Fix the build with gcc-12 -Wuse-after-free by Gilles Peskine · 1 year, 9 months ago
  36. 1a76ab1 Rename "output_copy" -> "local_output" by David Horstmann · 1 year, 9 months ago
  37. 81a0d57 Rename "input_copy" -> "local_input" by David Horstmann · 1 year, 9 months ago
  38. 48ffb93 De-abbreviate "len" -> "length" by David Horstmann · 1 year, 9 months ago
  39. 232ab25 Change psa_crypto_copy_output error code by David Horstmann · 1 year, 9 months ago
  40. 34c434a Add initializers for input / output copies by David Horstmann · 1 year, 9 months ago
  41. 37e3fc6 Remove unnecessary checks for NULL-ness of copies by David Horstmann · 1 year, 9 months ago
  42. d79d5e7 Check for len == 0 rather than buffer == NULL by David Horstmann · 1 year, 9 months ago
  43. c3be8cb Fix code style in psa_crypto_core.h by David Horstmann · 1 year, 9 months ago
  44. 2d730c0 Compare buffers even for zero-length cases by David Horstmann · 1 year, 9 months ago
  45. 0ee4d18 Use TEST_CALLOC_NONNULL by David Horstmann · 1 year, 9 months ago
  46. e8a9222 Change data pattern to simpler one by David Horstmann · 1 year, 9 months ago
  47. 726bf05 Remove redundant NULL check by David Horstmann · 1 year, 9 months ago
  48. 660027f Skip call to memcpy if buffer length is zero by David Horstmann · 1 year, 9 months ago
  49. df49355 Make copy functions static-testable by David Horstmann · 1 year, 9 months ago
  50. 761761f Fix unintentional direct use of memcpy() by David Horstmann · 1 year, 9 months ago
  51. ba65bd7 Add output round-trip testcase by David Horstmann · 1 year, 9 months ago
  52. aca210d Add input round-trip testcase by David Horstmann · 1 year, 9 months ago
  53. aeeb274 Add psa_crypto_output_copy_free() implementation by David Horstmann · 1 year, 9 months ago
  54. 3bc1316 Add testcase for psa_crypto_output_copy_free() by David Horstmann · 1 year, 9 months ago
  55. 953cd5b Add implementation of psa_crypto_output_alloc() by David Horstmann · 1 year, 9 months ago
  56. 1acf7af Add testcase for psa_crypto_output_copy_alloc() by David Horstmann · 1 year, 9 months ago
  57. b80367e Add function prototypes for psa_crypto_output fns by David Horstmann · 1 year, 9 months ago
  58. fa2d75d Add implementation of psa_crypto_input_copy_free() by David Horstmann · 1 year, 9 months ago
  59. 6790a6d Add testcase for psa_crypto_input_copy_free() by David Horstmann · 1 year, 9 months ago
  60. 8d9d4fe Add psa_crypto_input_copy_alloc() implementation by David Horstmann · 1 year, 9 months ago
  61. 89299c4 Add testcase for psa_crypto_input_copy_alloc() by David Horstmann · 1 year, 9 months ago
  62. f0ec6e8 Add prototypes for psa_crypto_input_copy API by David Horstmann · 1 year, 9 months ago
  63. cbdec9e Remove psa_crypto_alloc_and_copy() API by David Horstmann · 1 year, 9 months ago
  64. 93e08c6 Move buffer copy tests into new testsuite by David Horstmann · 1 year, 9 months ago
  65. 8684ad5 Switch error code to more appropriate value by David Horstmann · 1 year, 9 months ago
  66. 89b4caa Switch to TEST_CALLOC_NONNULL() by David Horstmann · 1 year, 9 months ago
  67. 113f2d4 Switch from ret to status as naming convention by David Horstmann · 1 year, 9 months ago
  68. 7a31ac0 Switch from int to psa_status_t for test args by David Horstmann · 1 year, 9 months ago
  69. 818b39d Remove psa_crypto_ prefix from test functions by David Horstmann · 1 year, 9 months ago
  70. 34342a2 Remove superfluous comment by David Horstmann · 1 year, 9 months ago
  71. f38eb76 Replace compound-initializers with memset by David Horstmann · 1 year, 9 months ago
  72. 121994f Refactor: move buffer pattern fills into helper by David Horstmann · 1 year, 9 months ago
  73. 5e0b4f8 Add full round-trip tests for buffer copying by David Horstmann · 1 year, 9 months ago
  74. 406d28b Add test case for overlapping buffers by David Horstmann · 1 year, 9 months ago
  75. 7131b8e Reject zero-lengths in psa_crypto_copy_and_free() by David Horstmann · 1 year, 9 months ago
  76. 0368d20 Reject NULL original_output with non-NULL output by David Horstmann · 1 year, 9 months ago
  77. 5847b70 Add implementation of psa_crypto_copy_and_free() by David Horstmann · 1 year, 9 months ago
  78. 9ecd53d Add testcases for psa_crypto_copy_and_free() by David Horstmann · 1 year, 9 months ago
  79. 0e38180 Simplify zero-length buffers to always be NULL by David Horstmann · 1 year, 9 months ago
  80. ea08ab7 Zero-length test for psa_crypto_alloc_and_copy() by David Horstmann · 1 year, 9 months ago
  81. 41966d7 Add extra testcases for buffer copying by David Horstmann · 1 year, 9 months ago
  82. cc4dfa6 Add implementation of psa_crypto_alloc_and_copy() by David Horstmann · 1 year, 9 months ago
  83. 0684069 Add testcases for psa_crypto_alloc_and_copy() by David Horstmann · 1 year, 9 months ago
  84. a707a6f Add buffers struct and prototypes for alloc API by David Horstmann · 1 year, 9 months ago
  85. 2bd296e Add implementation of psa_crypto_copy_output() by David Horstmann · 1 year, 9 months ago
  86. 438cd48 Add testcases for psa_crypto_copy_output() by David Horstmann · 1 year, 9 months ago
  87. 957f980 Add implementation of psa_crypto_copy_input() by David Horstmann · 1 year, 9 months ago
  88. b0a01b1 Add testcases for psa_crypto_copy_input() by David Horstmann · 1 year, 9 months ago
  89. 1cc21c3 Add function prototypes for copying functions by David Horstmann · 1 year, 9 months ago
  90. b9c7058 Merge pull request #8222 from tgonzalezorlandoarm/tg/backport-psa-low-hash-mac-size by Dave Rodgman · 1 year, 9 months ago
  91. feb98cc Merge pull request #8497 from ronald-cron-arm/remove-cocci-files-2.28 by Gilles Peskine · 1 year, 9 months ago
  92. 181844f Merge pull request #8491 from mschulz-at-hilscher/mbedtls-2.28 by Gilles Peskine · 1 year, 9 months ago
  93. 04a8d02 Merge pull request #8543 from gilles-peskine-arm/metatest-create-2.28 by Dave Rodgman · 1 year, 9 months ago
  94. e00255c Improve explanations of what bad thing a metatest does by Gilles Peskine · 1 year, 9 months ago
  95. 96c87c4 Uniformly use MBEDTLS_THREADING_C guards by Gilles Peskine · 1 year, 9 months ago
  96. d4084fd Readability improvement by Gilles Peskine · 1 year, 9 months ago
  97. c41133b Add documentation by Gilles Peskine · 1 year, 9 months ago
  98. efc57ca Uninitialized read: make the pointer non-volatile rather than the buffer by Gilles Peskine · 1 year, 9 months ago
  99. 226f1bc More consistent usage of volatile by Gilles Peskine · 1 year, 9 months ago
  100. 5383351 Strengthen against possible compiler optimizations by Gilles Peskine · 1 year, 9 months ago