1. 806c27c Merge pull request #1126 from davidhorstmann-arm/psa-buffer-copy-fn-2.28 by Dave Rodgman · 1 year, 9 months ago
  2. 8e1f0d0 Improve description of psa_crypto_input_copy_alloc by David Horstmann · 1 year, 9 months ago
  3. 0d52c71 Use initializers in alloc functions by David Horstmann · 1 year, 9 months ago
  4. 45221ff Add casts to local input / output initializers by David Horstmann · 1 year, 9 months ago
  5. 1a76ab1 Rename "output_copy" -> "local_output" by David Horstmann · 1 year, 9 months ago
  6. 81a0d57 Rename "input_copy" -> "local_input" by David Horstmann · 1 year, 9 months ago
  7. 48ffb93 De-abbreviate "len" -> "length" by David Horstmann · 1 year, 9 months ago
  8. 232ab25 Change psa_crypto_copy_output error code by David Horstmann · 1 year, 9 months ago
  9. 34c434a Add initializers for input / output copies by David Horstmann · 1 year, 9 months ago
  10. 37e3fc6 Remove unnecessary checks for NULL-ness of copies by David Horstmann · 1 year, 9 months ago
  11. d79d5e7 Check for len == 0 rather than buffer == NULL by David Horstmann · 1 year, 9 months ago
  12. c3be8cb Fix code style in psa_crypto_core.h by David Horstmann · 1 year, 9 months ago
  13. 2d730c0 Compare buffers even for zero-length cases by David Horstmann · 1 year, 9 months ago
  14. 0ee4d18 Use TEST_CALLOC_NONNULL by David Horstmann · 1 year, 9 months ago
  15. e8a9222 Change data pattern to simpler one by David Horstmann · 1 year, 9 months ago
  16. 726bf05 Remove redundant NULL check by David Horstmann · 1 year, 9 months ago
  17. 660027f Skip call to memcpy if buffer length is zero by David Horstmann · 1 year, 9 months ago
  18. df49355 Make copy functions static-testable by David Horstmann · 1 year, 9 months ago
  19. 761761f Fix unintentional direct use of memcpy() by David Horstmann · 1 year, 9 months ago
  20. ba65bd7 Add output round-trip testcase by David Horstmann · 1 year, 9 months ago
  21. aca210d Add input round-trip testcase by David Horstmann · 1 year, 9 months ago
  22. aeeb274 Add psa_crypto_output_copy_free() implementation by David Horstmann · 1 year, 9 months ago
  23. 3bc1316 Add testcase for psa_crypto_output_copy_free() 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. 1acf7af Add testcase for psa_crypto_output_copy_alloc() by David Horstmann · 1 year, 9 months ago
  26. b80367e Add function prototypes for psa_crypto_output fns by David Horstmann · 1 year, 9 months ago
  27. fa2d75d Add implementation of psa_crypto_input_copy_free() by David Horstmann · 1 year, 9 months ago
  28. 6790a6d Add testcase for psa_crypto_input_copy_free() by David Horstmann · 1 year, 9 months ago
  29. 8d9d4fe Add psa_crypto_input_copy_alloc() implementation by David Horstmann · 1 year, 9 months ago
  30. 89299c4 Add testcase for psa_crypto_input_copy_alloc() by David Horstmann · 1 year, 9 months ago
  31. f0ec6e8 Add prototypes for psa_crypto_input_copy API by David Horstmann · 1 year, 9 months ago
  32. cbdec9e Remove psa_crypto_alloc_and_copy() API by David Horstmann · 1 year, 9 months ago
  33. 93e08c6 Move buffer copy tests into new testsuite by David Horstmann · 1 year, 9 months ago
  34. 8684ad5 Switch error code to more appropriate value by David Horstmann · 1 year, 9 months ago
  35. 89b4caa Switch to TEST_CALLOC_NONNULL() by David Horstmann · 1 year, 9 months ago
  36. 113f2d4 Switch from ret to status as naming convention by David Horstmann · 1 year, 9 months ago
  37. 7a31ac0 Switch from int to psa_status_t for test args by David Horstmann · 1 year, 9 months ago
  38. 818b39d Remove psa_crypto_ prefix from test functions by David Horstmann · 1 year, 9 months ago
  39. 34342a2 Remove superfluous comment by David Horstmann · 1 year, 9 months ago
  40. f38eb76 Replace compound-initializers with memset by David Horstmann · 1 year, 9 months ago
  41. 121994f Refactor: move buffer pattern fills into helper by David Horstmann · 1 year, 9 months ago
  42. 5e0b4f8 Add full round-trip tests for buffer copying by David Horstmann · 1 year, 9 months ago
  43. 406d28b Add test case for overlapping buffers by David Horstmann · 1 year, 9 months ago
  44. 7131b8e Reject zero-lengths in psa_crypto_copy_and_free() by David Horstmann · 1 year, 9 months ago
  45. 0368d20 Reject NULL original_output with non-NULL output by David Horstmann · 1 year, 9 months ago
  46. 5847b70 Add implementation of psa_crypto_copy_and_free() by David Horstmann · 1 year, 9 months ago
  47. 9ecd53d Add testcases for psa_crypto_copy_and_free() by David Horstmann · 1 year, 9 months ago
  48. 0e38180 Simplify zero-length buffers to always be NULL by David Horstmann · 1 year, 9 months ago
  49. ea08ab7 Zero-length test for psa_crypto_alloc_and_copy() by David Horstmann · 1 year, 9 months ago
  50. 41966d7 Add extra testcases for buffer copying by David Horstmann · 1 year, 9 months ago
  51. cc4dfa6 Add implementation of psa_crypto_alloc_and_copy() by David Horstmann · 1 year, 9 months ago
  52. 0684069 Add testcases for psa_crypto_alloc_and_copy() by David Horstmann · 1 year, 9 months ago
  53. a707a6f Add buffers struct and prototypes for alloc API by David Horstmann · 1 year, 9 months ago
  54. 2bd296e Add implementation of psa_crypto_copy_output() by David Horstmann · 1 year, 9 months ago
  55. 438cd48 Add testcases for psa_crypto_copy_output() by David Horstmann · 1 year, 9 months ago
  56. 957f980 Add implementation of psa_crypto_copy_input() by David Horstmann · 1 year, 9 months ago
  57. b0a01b1 Add testcases for psa_crypto_copy_input() by David Horstmann · 1 year, 9 months ago
  58. 1cc21c3 Add function prototypes for copying functions by David Horstmann · 1 year, 9 months ago
  59. 04a8d02 Merge pull request #8543 from gilles-peskine-arm/metatest-create-2.28 by Dave Rodgman · 1 year, 9 months ago
  60. e00255c Improve explanations of what bad thing a metatest does by Gilles Peskine · 1 year, 9 months ago
  61. 96c87c4 Uniformly use MBEDTLS_THREADING_C guards by Gilles Peskine · 1 year, 9 months ago
  62. d4084fd Readability improvement by Gilles Peskine · 1 year, 9 months ago
  63. c41133b Add documentation by Gilles Peskine · 1 year, 9 months ago
  64. efc57ca Uninitialized read: make the pointer non-volatile rather than the buffer by Gilles Peskine · 1 year, 9 months ago
  65. 226f1bc More consistent usage of volatile by Gilles Peskine · 1 year, 9 months ago
  66. 5383351 Strengthen against possible compiler optimizations by Gilles Peskine · 1 year, 9 months ago
  67. 2c04f57 programs/test/metatest indirectly includes library/common.h by Gilles Peskine · 1 year, 9 months ago
  68. 510c01c Add missing program to .gitignore by Gilles Peskine · 1 year, 9 months ago
  69. e38eb79 Add metatests for mutex usage by Gilles Peskine · 1 year, 9 months ago
  70. db2b5c9 Don't use %llx in printf by Gilles Peskine · 1 year, 9 months ago
  71. 6b3b7f8 Fix cast from pointer to integer of different size by Gilles Peskine · 1 year, 9 months ago
  72. 64c6c80 Don't cast a function pointer to a data pointer by Gilles Peskine · 1 year, 9 months ago
  73. 6289ccc Use casts when doing nonstandard pointer conversions by Gilles Peskine · 1 year, 9 months ago
  74. ee8af06 Run metatests in selected components by Gilles Peskine · 1 year, 9 months ago
  75. 967714d Strengthen against Clang optimizations by Gilles Peskine · 1 year, 9 months ago
  76. 970584f Metatests for basic Asan and Msan features by Gilles Peskine · 1 year, 9 months ago
  77. 6effdff Script to run all the metatests (with platform filtering) by Gilles Peskine · 1 year, 9 months ago
  78. 21d8d59 Metatests for null pointer dereference by Gilles Peskine · 1 year, 9 months ago
  79. 30380da Validate that test_fail causes a test failure by Gilles Peskine · 1 year, 9 months ago
  80. c33940d Add a metatest program by Gilles Peskine · 1 year, 9 months ago
  81. e44be6a Merge pull request #8503 from gilles-peskine-arm/fix-license-generate_server9_bad_saltlen by Dave Rodgman · 1 year, 9 months ago
  82. ac5fcd4 Update license by Gilles Peskine · 1 year, 9 months ago
  83. bfc1844 Merge pull request #8480 from yuhaoth/backports/7649/add-command-for-server9-bad-saltlen by Gilles Peskine · 1 year, 9 months ago
  84. 79659cd Merge pull request #8469 from daverodgman/mbedtls-2.28.6-pr by Dave Rodgman · 1 year, 9 months ago
  85. fd0f440 Add docs re Everest license by Dave Rodgman · 1 year, 9 months ago
  86. e74ac9e Update BRANCHES by Dave Rodgman · 1 year, 9 months ago
  87. a645708 Restore bump version by Dave Rodgman · 1 year, 9 months ago
  88. bfda7de Restore Changelog from 2.28.6 by Dave Rodgman · 1 year, 9 months ago
  89. 6097cdd Merge remote-tracking branch 'origin/mbedtls-2.28' into mbedtls-2.28.6-pr by Dave Rodgman · 1 year, 9 months ago
  90. 82b9f5e Revert back to 2.28.5 by Dave Rodgman · 1 year, 9 months ago
  91. 3a91dad Add docs re Everest license by Dave Rodgman · 1 year, 9 months ago mbedtls-2.28.6 v2.28.6
  92. d6d43ec Merge pull request #8485 from gilles-peskine-arm/check-files-license-2.28 by Dave Rodgman · 1 year, 9 months ago
  93. 32ffbfd Pacify mypy by Gilles Peskine · 1 year, 9 months ago
  94. 1b4f036 Also complain if licenses are mentioned by Gilles Peskine · 1 year, 9 months ago
  95. 15db682 Check copyright statements and SPDX license identifier by Gilles Peskine · 1 year, 9 months ago
  96. 5136156 Sort imports by Gilles Peskine · 1 year, 9 months ago
  97. 68142f1 Update BRANCHES by Dave Rodgman · 1 year, 9 months ago
  98. 8243ebf Merge pull request #8477 from paul-elliott-arm/full_no_platform_2_28 by Paul Elliott · 1 year, 9 months ago gh-readonly-queue/mbedtls-2.28/pr-8477-588feb858890c9d0b66a9e5dfb33fc8355d5903c
  99. 0c835db move script to `tests/scripts` by Jerry Yu · 1 year, 10 months ago
  100. 521ae84 improve document by Jerry Yu · 1 year, 10 months ago