1. 071d144 Add memory poisoning framework by Gilles Peskine · 1 year, 9 months ago
  2. 87270e5 New files for memory-related test functions by Gilles Peskine · 1 year, 9 months ago
  3. 242e4ef Merge remote-tracking branch 'mbedtls-2.28' into mbedtls-2.28-restricted by Gilles Peskine · 1 year, 8 months ago
  4. ba77a66 Align forced ciphersuite with test description by Ronald Cron · 1 year, 8 months ago
  5. 6f2183f ssl-opt.sh: Remove unnecessary symmetric crypto dependencies by Ronald Cron · 1 year, 8 months ago
  6. 237e3f8 ssl-opt.sh: Fix some symmetric crypto dependencies by Ronald Cron · 1 year, 8 months ago
  7. a8b474f ssl-opt.sh: Add a check of the list of supported ciphersuites by Ronald Cron · 1 year, 8 months ago
  8. 46a660a ssl-opt.sh: Fix getting the list of supported ciphersuites. by Ronald Cron · 1 year, 9 months ago
  9. 806c27c Merge pull request #1126 from davidhorstmann-arm/psa-buffer-copy-fn-2.28 by Dave Rodgman · 1 year, 9 months ago
  10. c3a9bdb Detect enabled GCC/Clang sanitizers by Gilles Peskine · 1 year, 9 months ago
  11. 1a76ab1 Rename "output_copy" -> "local_output" by David Horstmann · 1 year, 9 months ago
  12. 81a0d57 Rename "input_copy" -> "local_input" by David Horstmann · 1 year, 9 months ago
  13. 48ffb93 De-abbreviate "len" -> "length" by David Horstmann · 1 year, 9 months ago
  14. 232ab25 Change psa_crypto_copy_output error code by David Horstmann · 1 year, 9 months ago
  15. 34c434a Add initializers for input / output copies by David Horstmann · 1 year, 9 months ago
  16. 37e3fc6 Remove unnecessary checks for NULL-ness of copies by David Horstmann · 1 year, 9 months ago
  17. d79d5e7 Check for len == 0 rather than buffer == NULL by David Horstmann · 1 year, 9 months ago
  18. 2d730c0 Compare buffers even for zero-length cases by David Horstmann · 1 year, 9 months ago
  19. 0ee4d18 Use TEST_CALLOC_NONNULL by David Horstmann · 1 year, 9 months ago
  20. e8a9222 Change data pattern to simpler one by David Horstmann · 1 year, 9 months ago
  21. df49355 Make copy functions static-testable by David Horstmann · 1 year, 9 months ago
  22. ba65bd7 Add output round-trip testcase by David Horstmann · 1 year, 9 months ago
  23. aca210d Add input round-trip testcase by David Horstmann · 1 year, 9 months ago
  24. 3bc1316 Add testcase for psa_crypto_output_copy_free() 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. 6790a6d Add testcase for psa_crypto_input_copy_free() by David Horstmann · 1 year, 9 months ago
  27. 89299c4 Add testcase for psa_crypto_input_copy_alloc() by David Horstmann · 1 year, 9 months ago
  28. cbdec9e Remove psa_crypto_alloc_and_copy() API by David Horstmann · 1 year, 9 months ago
  29. 93e08c6 Move buffer copy tests into new testsuite by David Horstmann · 1 year, 9 months ago
  30. 8684ad5 Switch error code to more appropriate value by David Horstmann · 1 year, 9 months ago
  31. 89b4caa Switch to TEST_CALLOC_NONNULL() by David Horstmann · 1 year, 9 months ago
  32. 113f2d4 Switch from ret to status as naming convention by David Horstmann · 1 year, 9 months ago
  33. 7a31ac0 Switch from int to psa_status_t for test args by David Horstmann · 1 year, 9 months ago
  34. 818b39d Remove psa_crypto_ prefix from test functions by David Horstmann · 1 year, 9 months ago
  35. 34342a2 Remove superfluous comment by David Horstmann · 1 year, 9 months ago
  36. f38eb76 Replace compound-initializers with memset by David Horstmann · 1 year, 9 months ago
  37. 121994f Refactor: move buffer pattern fills into helper by David Horstmann · 1 year, 9 months ago
  38. 5e0b4f8 Add full round-trip tests for buffer copying by David Horstmann · 1 year, 9 months ago
  39. 406d28b Add test case for overlapping buffers by David Horstmann · 1 year, 9 months ago
  40. 7131b8e Reject zero-lengths in psa_crypto_copy_and_free() by David Horstmann · 1 year, 9 months ago
  41. 0368d20 Reject NULL original_output with non-NULL output by David Horstmann · 1 year, 9 months ago
  42. 9ecd53d Add testcases for psa_crypto_copy_and_free() by David Horstmann · 1 year, 9 months ago
  43. 0e38180 Simplify zero-length buffers to always be NULL by David Horstmann · 1 year, 9 months ago
  44. ea08ab7 Zero-length test for psa_crypto_alloc_and_copy() by David Horstmann · 1 year, 9 months ago
  45. 41966d7 Add extra testcases for buffer copying by David Horstmann · 1 year, 9 months ago
  46. 0684069 Add testcases for psa_crypto_alloc_and_copy() by David Horstmann · 1 year, 9 months ago
  47. 438cd48 Add testcases for psa_crypto_copy_output() by David Horstmann · 1 year, 9 months ago
  48. b0a01b1 Add testcases for psa_crypto_copy_input() by David Horstmann · 1 year, 9 months ago
  49. b9c7058 Merge pull request #8222 from tgonzalezorlandoarm/tg/backport-psa-low-hash-mac-size by Dave Rodgman · 1 year, 9 months ago
  50. 181844f Merge pull request #8491 from mschulz-at-hilscher/mbedtls-2.28 by Gilles Peskine · 1 year, 9 months ago
  51. d4084fd Readability improvement by Gilles Peskine · 1 year, 9 months ago
  52. c41133b Add documentation by Gilles Peskine · 1 year, 9 months ago
  53. e38eb79 Add metatests for mutex usage by Gilles Peskine · 1 year, 9 months ago
  54. ee8af06 Run metatests in selected components by Gilles Peskine · 1 year, 9 months ago
  55. 6effdff Script to run all the metatests (with platform filtering) by Gilles Peskine · 1 year, 9 months ago
  56. 5fae560 Update new license headers by Tomás González · 1 year, 9 months ago
  57. ac5fcd4 Update license by Gilles Peskine · 1 year, 9 months ago
  58. bfc1844 Merge pull request #8480 from yuhaoth/backports/7649/add-command-for-server9-bad-saltlen by Gilles Peskine · 1 year, 9 months ago
  59. 79659cd Merge pull request #8469 from daverodgman/mbedtls-2.28.6-pr by Dave Rodgman · 1 year, 9 months ago
  60. a645708 Restore bump version by Dave Rodgman · 1 year, 9 months ago
  61. 9a0ad5c Changed the test to reflect mbedTLS's current behavior. by Matthias Schulz · 1 year, 9 months ago
  62. 5240ab0 Backported test cases from https://github.com/Mbed-TLS/mbedtls/pull/8378 by Matthias Schulz · 1 year, 9 months ago
  63. d6d43ec Merge pull request #8485 from gilles-peskine-arm/check-files-license-2.28 by Dave Rodgman · 1 year, 9 months ago
  64. 32ffbfd Pacify mypy by Gilles Peskine · 1 year, 9 months ago
  65. 1b4f036 Also complain if licenses are mentioned by Gilles Peskine · 1 year, 9 months ago
  66. 15db682 Check copyright statements and SPDX license identifier by Gilles Peskine · 1 year, 9 months ago
  67. 5136156 Sort imports by Gilles Peskine · 1 year, 9 months ago
  68. 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
  69. 0c835db move script to `tests/scripts` by Jerry Yu · 1 year, 10 months ago
  70. 8c31148 fix wrong typo and indent issue by Jerry Yu · 1 year, 10 months ago
  71. dbb7b46 Add server9-bad-saltlen generate command by Jerry Yu · 2 years, 2 months ago
  72. 6805037 Add build preset full_no_platform by Paul Elliott · 1 year, 9 months ago
  73. 7ff7965 Update headers by Dave Rodgman · 1 year, 9 months ago
  74. 1df57fc Merge pull request #8196 from tgonzalezorlandoarm/tg/check_test_cases by Dave Rodgman · 1 year, 9 months ago
  75. e25a619 Remove dead code by Gilles Peskine · 2 years ago
  76. 2bff1bf New test suite for the low-level hash interface by Tomás González · 1 year, 9 months ago
  77. 734d22c Move PSA information and dependency automation into their own module by Tomás González · 1 year, 9 months ago
  78. f29cc32 Merge pull request #8390 from gilles-peskine-arm/20231017-misc-cleanup-2.28 by Paul Elliott · 1 year, 9 months ago
  79. aaea3a3 check_test_cases: Unify walk_compat_sh and walk_opt_sh into one by Tomás González · 1 year, 11 months ago
  80. cbb2e45 ssl-opt: Introduce --list-test-cases option by Tomás González · 1 year, 11 months ago
  81. e3d1c76 Fix invocation with explicit .datax file by Gilles Peskine · 1 year, 10 months ago
  82. 290e008 Define try_chdir everywhere by Gilles Peskine · 1 year, 10 months ago
  83. 460cf76 Note about the lack of Windows support by Gilles Peskine · 1 year, 10 months ago
  84. 994efa2 Print a notice if chdir fails by Gilles Peskine · 1 year, 10 months ago
  85. 9cc1255 Support running unit tests from another directory by Gilles Peskine · 1 year, 10 months ago
  86. c6d5628 Merge pull request #8392 from lpy4105/backport-2.28/issue/support-cpuid-for-win32 by Tom Cosgrove · 1 year, 10 months ago gh-readonly-queue/mbedtls-2.28/pr-8392-7e36ad1f5cf884f8d0263bae266920c0be1cde2a
  87. e6cbec8 all.sh: build_mingw: test build default config without MBEDTLS_AESNI_C by Pengyu Lv · 1 year, 10 months ago
  88. fa27636 Close file on error path by Gilles Peskine · 1 year, 10 months ago
  89. bf85200 Use modern macros for calloc in test code by Gilles Peskine · 1 year, 10 months ago
  90. 3ca2f5c Make TEST_CALLOC_NONNULL more robust by Dave Rodgman · 1 year, 11 months ago
  91. 7e36ad1 Merge pull request #7983 from gilles-peskine-arm/sample-program-demos-2.28 by Gilles Peskine · 1 year, 10 months ago
  92. b2ca032 all.sh: build_mingw: test AESNI intrinsics by Pengyu Lv · 1 year, 10 months ago
  93. 72aa683 Introduce TEST_CALLOC_NONNULL by Dave Rodgman · 1 year, 11 months ago
  94. ce9c4f5 Remove redundant null check by Gilles Peskine · 1 year, 10 months ago
  95. 5b5da94 test: proper positioning of USE_PSA_INIT + fixed some exit labels by valerio · 2 years, 4 months ago
  96. 11f4179 Fix missing initializations on some error paths by Gilles Peskine · 1 year, 10 months ago
  97. 0ee9dac Merge pull request #8122 from gilles-peskine-arm/ssl-test-no-legacy-2.28 by Manuel Pégourié-Gonnard · 1 year, 10 months ago
  98. 0814a22 Correct styling of Mbed TLS in documentation by Thomas Daubney · 1 year, 10 months ago
  99. c7a8ea9 Bump version to 2.28.5 by Minos Galanakis · 1 year, 10 months ago
  100. 6d16994 Merge branch 'mbedtls-2.28-restricted' into mbedtls-2.28.5rc0-pr by Minos Galanakis · 1 year, 10 months ago