1. ba77a66 Align forced ciphersuite with test description by Ronald Cron · 1 year, 8 months ago
  2. 6f2183f ssl-opt.sh: Remove unnecessary symmetric crypto dependencies by Ronald Cron · 1 year, 8 months ago
  3. 237e3f8 ssl-opt.sh: Fix some symmetric crypto dependencies by Ronald Cron · 1 year, 8 months ago
  4. a8b474f ssl-opt.sh: Add a check of the list of supported ciphersuites by Ronald Cron · 1 year, 8 months ago
  5. 46a660a ssl-opt.sh: Fix getting the list of supported ciphersuites. by Ronald Cron · 1 year, 9 months ago
  6. c3a9bdb Detect enabled GCC/Clang sanitizers by Gilles Peskine · 1 year, 9 months ago
  7. b9c7058 Merge pull request #8222 from tgonzalezorlandoarm/tg/backport-psa-low-hash-mac-size by Dave Rodgman · 1 year, 9 months ago
  8. 181844f Merge pull request #8491 from mschulz-at-hilscher/mbedtls-2.28 by Gilles Peskine · 1 year, 9 months ago
  9. d4084fd Readability improvement by Gilles Peskine · 1 year, 9 months ago
  10. c41133b Add documentation by Gilles Peskine · 1 year, 9 months ago
  11. e38eb79 Add metatests for mutex usage by Gilles Peskine · 1 year, 9 months ago
  12. ee8af06 Run metatests in selected components by Gilles Peskine · 1 year, 9 months ago
  13. 6effdff Script to run all the metatests (with platform filtering) by Gilles Peskine · 1 year, 9 months ago
  14. 5fae560 Update new license headers by Tomás González · 1 year, 9 months ago
  15. ac5fcd4 Update license by Gilles Peskine · 1 year, 9 months ago
  16. bfc1844 Merge pull request #8480 from yuhaoth/backports/7649/add-command-for-server9-bad-saltlen by Gilles Peskine · 1 year, 9 months ago
  17. 79659cd Merge pull request #8469 from daverodgman/mbedtls-2.28.6-pr by Dave Rodgman · 1 year, 9 months ago
  18. a645708 Restore bump version by Dave Rodgman · 1 year, 9 months ago
  19. 9a0ad5c Changed the test to reflect mbedTLS's current behavior. by Matthias Schulz · 1 year, 9 months ago
  20. 5240ab0 Backported test cases from https://github.com/Mbed-TLS/mbedtls/pull/8378 by Matthias Schulz · 1 year, 9 months ago
  21. d6d43ec Merge pull request #8485 from gilles-peskine-arm/check-files-license-2.28 by Dave Rodgman · 1 year, 9 months ago
  22. 32ffbfd Pacify mypy by Gilles Peskine · 1 year, 9 months ago
  23. 1b4f036 Also complain if licenses are mentioned by Gilles Peskine · 1 year, 9 months ago
  24. 15db682 Check copyright statements and SPDX license identifier by Gilles Peskine · 1 year, 9 months ago
  25. 5136156 Sort imports by Gilles Peskine · 1 year, 9 months ago
  26. 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
  27. 0c835db move script to `tests/scripts` by Jerry Yu · 1 year, 10 months ago
  28. 8c31148 fix wrong typo and indent issue by Jerry Yu · 1 year, 10 months ago
  29. dbb7b46 Add server9-bad-saltlen generate command by Jerry Yu · 2 years, 2 months ago
  30. 6805037 Add build preset full_no_platform by Paul Elliott · 1 year, 9 months ago
  31. 7ff7965 Update headers by Dave Rodgman · 1 year, 9 months ago
  32. 1df57fc Merge pull request #8196 from tgonzalezorlandoarm/tg/check_test_cases by Dave Rodgman · 1 year, 9 months ago
  33. e25a619 Remove dead code by Gilles Peskine · 2 years ago
  34. 2bff1bf New test suite for the low-level hash interface by Tomás González · 1 year, 9 months ago
  35. 734d22c Move PSA information and dependency automation into their own module by Tomás González · 1 year, 9 months ago
  36. f29cc32 Merge pull request #8390 from gilles-peskine-arm/20231017-misc-cleanup-2.28 by Paul Elliott · 1 year, 9 months ago
  37. aaea3a3 check_test_cases: Unify walk_compat_sh and walk_opt_sh into one by Tomás González · 1 year, 11 months ago
  38. cbb2e45 ssl-opt: Introduce --list-test-cases option by Tomás González · 1 year, 11 months ago
  39. e3d1c76 Fix invocation with explicit .datax file by Gilles Peskine · 1 year, 9 months ago
  40. 290e008 Define try_chdir everywhere by Gilles Peskine · 1 year, 9 months ago
  41. 460cf76 Note about the lack of Windows support by Gilles Peskine · 1 year, 10 months ago
  42. 994efa2 Print a notice if chdir fails by Gilles Peskine · 1 year, 10 months ago
  43. 9cc1255 Support running unit tests from another directory by Gilles Peskine · 1 year, 10 months ago
  44. 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
  45. e6cbec8 all.sh: build_mingw: test build default config without MBEDTLS_AESNI_C by Pengyu Lv · 1 year, 10 months ago
  46. fa27636 Close file on error path by Gilles Peskine · 1 year, 10 months ago
  47. bf85200 Use modern macros for calloc in test code by Gilles Peskine · 1 year, 10 months ago
  48. 3ca2f5c Make TEST_CALLOC_NONNULL more robust by Dave Rodgman · 1 year, 11 months ago
  49. 7e36ad1 Merge pull request #7983 from gilles-peskine-arm/sample-program-demos-2.28 by Gilles Peskine · 1 year, 10 months ago
  50. b2ca032 all.sh: build_mingw: test AESNI intrinsics by Pengyu Lv · 1 year, 10 months ago
  51. 72aa683 Introduce TEST_CALLOC_NONNULL by Dave Rodgman · 1 year, 11 months ago
  52. ce9c4f5 Remove redundant null check by Gilles Peskine · 1 year, 10 months ago
  53. 5b5da94 test: proper positioning of USE_PSA_INIT + fixed some exit labels by valerio · 2 years, 4 months ago
  54. 11f4179 Fix missing initializations on some error paths by Gilles Peskine · 1 year, 10 months ago
  55. 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
  56. 0814a22 Correct styling of Mbed TLS in documentation by Thomas Daubney · 1 year, 10 months ago
  57. c7a8ea9 Bump version to 2.28.5 by Minos Galanakis · 1 year, 10 months ago
  58. 6d16994 Merge branch 'mbedtls-2.28-restricted' into mbedtls-2.28.5rc0-pr by Minos Galanakis · 1 year, 10 months ago
  59. dc48f6e Test mbedtls_ssl_decrypt_buf(): stream cipher, negative cases by Gilles Peskine · 1 year, 11 months ago
  60. 2198cc5 Refactoring: create mbedtls_test_ssl_prepare_record_mac() by Gilles Peskine · 1 year, 11 months ago
  61. 027e1b4 Refactoring: prepare to create mbedtls_test_ssl_prepare_record_mac() by Gilles Peskine · 1 year, 11 months ago
  62. 9013b81 Move testing of mbedtls_ssl_decrypt_buf to a new test suite by Gilles Peskine · 1 year, 11 months ago
  63. f4cf4a6 Merge pull request #1070 from gilles-peskine-arm/merge-2.28-restricted-20230915 by Dave Rodgman · 1 year, 11 months ago
  64. 3591cc6 Merge pull request #8103 from gilles-peskine-arm/7961-2.28 by Gilles Peskine · 1 year, 11 months ago
  65. 9cacae3 Merge remote-tracking branch 'upstream-public/mbedtls-2.28' into HEAD by Gilles Peskine · 1 year, 11 months ago
  66. f919393 Return back to modifying input parameters in pkcs12_parse_pbe_params by Waleed Elmelegy · 1 year, 11 months ago
  67. 6060cf1 Add new mbedtls_pkcs12_pbe_ext function to replace old function by Waleed Elmelegy · 1 year, 11 months ago
  68. bd26a8d More spelling corrections by Gilles Peskine · 1 year, 11 months ago
  69. f08ca83 Update spelling "mbed TLS" to "Mbed TLS" by Gilles Peskine · 1 year, 11 months ago
  70. 6d5a5c1 Improve pkcs12 pbe tests by Waleed Elmelegy · 1 year, 11 months ago
  71. 38a89ad Improve & test legacy mbedtls_pkcs12_pbe by Waleed Elmelegy · 1 year, 11 months ago
  72. 525e355 Change pkcs5 test dependencies from MBEDTLS_SHA1_C to MBEDTLS_MD_CAN_SHA1 by Waleed Elmelegy · 1 year, 11 months ago
  73. d2a03cb Fix mbedtls_pkcs5_pbes test function failure by Waleed Elmelegy · 2 years ago
  74. dcad168 Improve mbedtls_pkcs5_pbes2_ext function test data by Waleed Elmelegy · 2 years ago
  75. d4e57c3 Fix unused parameters warnings when MBEDTLS_CIPHER_PADDING_PKCS7 is disabled by Waleed Elmelegy · 2 years ago
  76. 23ae416 Fix heap overflow issue in pkcs5_pbes2 testing functions by Waleed Elmelegy · 2 years ago
  77. b66cb65 Add new mbedtls_pkcs5_pbe2_ext function by Waleed Elmelegy · 2 years ago
  78. 894258f ssl-opt.sh doesn't actually use OPENSSL_LEGACY: remove unused function by Gilles Peskine · 2 years ago
  79. 9bb5d49 Detect GnuTLS support for TLS-RSA-WITH-NULL-SHA256 by Gilles Peskine · 2 years ago
  80. a240fe3 Fix code style by Tom Cosgrove · 1 year, 11 months ago
  81. ba3b14d For tests, rename TEST_BUFFERS_EQUAL() to TEST_MEMORY_COMPARE() by Tom Cosgrove · 1 year, 11 months ago
  82. cd5a7c7 Rename the length argument to TEST_CALLOC() to be the more accurate item_count by Tom Cosgrove · 2 years, 1 month ago
  83. 30ceb23 For tests, rename TEST_CALLOC_OR_FAIL() to just TEST_CALLOC() by Tom Cosgrove · 1 year, 11 months ago
  84. 20e27de For tests, rename ASSERT_ALLOC_WEAK() to TEST_CALLOC_OR_SKIP() by Tom Cosgrove · 1 year, 11 months ago
  85. 1357502 For tests, rename ASSERT_ALLOC() to TEST_CALLOC_OR_FAIL() by Tom Cosgrove · 1 year, 11 months ago
  86. f88ee8b For tests, rename ASSERT_COMPARE() to TEST_BUFFERS_EQUAL() by Tom Cosgrove · 1 year, 11 months ago
  87. 5ffb197 config-wrapper-zeroize-memset.h should be user-config-zeroize-memset.h and not include mbedtls_config.h by Tom Cosgrove · 1 year, 11 months ago
  88. 7f18f44 Move zeroize-as-memset into a config file under tests/ by Tom Cosgrove · 1 year, 11 months ago
  89. 5117062 Add a build to all.sh to check mbedtls_platform_zeroize() calls by Tom Cosgrove · 1 year, 11 months ago
  90. f7829b0 Fix incorrect use of mbedtls_platform_zeroize() in tests by Tom Cosgrove · 1 year, 11 months ago
  91. 12a2bfc Merge pull request #8096 from davidhorstmann-arm/2.28-initialize-struct-get-other-name by Paul Elliott · 1 year, 11 months ago
  92. 4ee11a0 Merge pull request #8132 from davidhorstmann-arm/2.28-fix-unnecessary-include-prefixes by Gilles Peskine · 2 years ago
  93. 1804a15 Fix unnecessary header prefix in tests by David Horstmann · 2 years ago
  94. 930cbee check_test_cases: add a comment to explain idx in walk_compat_sh by Yanray Wang · 2 years ago
  95. b2cd07c compat: list all test cases properly by Yanray Wang · 2 years ago
  96. 8aba83b compat.sh: return $? in option --list-test-case to handle error case by Yanray Wang · 2 years, 5 months ago
  97. 67fe264 check_test_cases.py: do not redirect stderr to stdout by Yanray Wang · 2 years, 5 months ago
  98. 8844844 check_test_cases.py: use check_output to capture error and return by Yanray Wang · 2 years, 5 months ago
  99. 9412a46 check_test_cases.py: simplify how to store test case description by Yanray Wang · 2 years, 5 months ago
  100. f0dbde1 compat.sh: uniform TITLE format for --list-test-case and run_client by Yanray Wang · 2 years, 5 months ago