1. 8844844 check_test_cases.py: use check_output to capture error and return by Yanray Wang · 2 years, 5 months ago
  2. 9412a46 check_test_cases.py: simplify how to store test case description by Yanray Wang · 2 years, 5 months ago
  3. 7e1c0c7 compat.sh: uniform test description by Yanray Wang · 2 years, 5 months ago
  4. baced97 check_test_cases.py: support checking test coverage in compat.sh by Yanray Wang · 2 years, 5 months ago
  5. 1cf437b Correct analyze_outcomes identation by Tomás González · 2 years ago
  6. 14b36ef Make non-executed tests that are not in the allow list an error by Tomás González · 2 years ago
  7. c895733 Add EdDSA and XTS to the allow list by Tomás González · 2 years ago
  8. 45d4959 Add a flag for requiring full coverage in coverage tests by Tomás González · 2 years ago
  9. 2fdd503 Add allow list for non-executed test cases by Tomás González · 2 years ago
  10. 7fbbb61 Merge remote-tracking branch 'mbedtls-2.28' into calloc-also-zeroizes-2-28 by Gilles Peskine · 2 years ago
  11. fb806b6 Merge pull request #7969 from gowthamsk-arm/use_earliest_latest_compilers_2.28 by Bence Szépkúti · 2 years ago gh-readonly-queue/mbedtls-2.28/pr-7969-e15b8d21d62a68ac602c4f8dbfd6cb17d04bf06c
  12. cc029af Update default variable values for compilers by Gowtham Suresh Kumar · 2 years ago
  13. 2afb24f Use variables for selecting compilers by Gowtham Suresh Kumar · 2 years ago
  14. 13850f3 Use compgen to gather components in all.sh by Gowtham Suresh Kumar · 2 years ago
  15. 53453cf Remove test_clang_opt check by Gowtham Suresh Kumar · 2 years ago
  16. 34d8bd3 Fix warnings from clang-16 by Gowtham Suresh Kumar · 2 years ago
  17. 1e3af24 Update test scripts to use latest/earliest compilers by Gowtham Suresh Kumar · 2 years, 1 month ago
  18. 55e8998 Test MBEDTLS_PSA_INJECT_ENTROPY by Gilles Peskine · 2 years, 3 months ago
  19. 6e4a9be Disable msan errors on null allocation in all.sh by Andrzej Kurek · 2 years, 1 month ago
  20. d95b8ed Disable asan errors on null allocation in all.sh by Andrzej Kurek · 2 years, 1 month ago
  21. 6762231 Use CONFIG_H variable rather than config file name by David Horstmann · 2 years, 6 months ago
  22. 175afbd all.sh component to test cmake custom config file by David Horstmann · 2 years, 7 months ago
  23. bf99828 Nicer formatting by Dave Rodgman · 2 years, 1 month ago
  24. 173227d Test combinations of macros for aes.o by Dave Rodgman · 2 years, 1 month ago
  25. c2e225b Add armclang build test by Dave Rodgman · 2 years, 2 months ago
  26. 43ea9ab Add build tests for Thumb and Thumb2 with clang by Dave Rodgman · 2 years, 2 months ago
  27. 5b673a8 Replace references to Mbed Crypto with Mbed TLS through-out documentation and comments. by Fredrik Hesse · 3 years, 10 months ago
  28. dca0501 Adjust code style for pointer types and casts by Gilles Peskine · 2 years, 3 months ago
  29. 47903b1 typo by Gilles Peskine · 2 years, 3 months ago
  30. c627917 Test the line number returned by parse_test_data by Gilles Peskine · 2 years, 5 months ago
  31. ba72662 Allow more signed integer types in test function arguments by Gilles Peskine · 2 years, 8 months ago
  32. 6494d92 Support larger integer test arguments: C part by Gilles Peskine · 2 years, 8 months ago
  33. 615be63 parse_function_arguments: stricter type parsing by Gilles Peskine · 2 years, 8 months ago
  34. 46476e0 Support (void) as an argument list of a test function by Gilles Peskine · 2 years, 8 months ago
  35. f153c56 parse_function_arguments: extract per-argument function by Gilles Peskine · 2 years, 8 months ago
  36. 3a37f19 parse_function_arguments: make local_vars a list by Gilles Peskine · 2 years, 8 months ago
  37. 9ad7bd3 Support different types in the parameter store by Gilles Peskine · 2 years, 8 months ago
  38. a299043 Simplify parsing of integers in .datax files by Gilles Peskine · 2 years, 8 months ago
  39. ab56a69 Factor get_function_info out of gen_from_test_data by Gilles Peskine · 2 years, 8 months ago
  40. f122aed Add line number to a few error messages by Gilles Peskine · 2 years, 8 months ago
  41. 366e685 Remove mbedtls_ prefix from bignum test cases by Gilles Peskine · 2 years, 3 months ago
  42. d216c04 all.sh: add support function for build_armcc by Pengyu Lv · 2 years, 5 months ago
  43. a19ce12 all.sh: Skip build_mingw correctly by Pengyu Lv · 2 years, 5 months ago
  44. 40d79ce Merge pull request #7199 from daverodgman/armclang-sha-warning-2.28 by Dave Rodgman · 2 years, 5 months ago
  45. 6cda3d3 Enable -Werror for armclang by Dave Rodgman · 2 years, 5 months ago
  46. b790c93 depends.py: remove symbols that are not present in 2.28 by Andrzej Kurek · 2 years, 6 months ago
  47. 3e7666b Improve tests/scripts/depends.py code by Andrzej Kurek · 2 years, 6 months ago
  48. 3ebe7d6 Improve tests/scripts/depends.py code by Andrzej Kurek · 2 years, 6 months ago
  49. 2432dc2 depends.py: improve expected argument type by Andrzej Kurek · 2 years, 6 months ago
  50. 2e1aeb1 depends.py: merge set/unset config option into one function by Andrzej Kurek · 2 years, 7 months ago
  51. cf39406 Use config.py as a module in depends.py by Andrzej Kurek · 2 years, 6 months ago
  52. da82903 Merge pull request #7053 from KloolK/typos-backport by Gilles Peskine · 2 years, 6 months ago
  53. bfe7903 Merge pull request #7021 from lpy4105/issue/backport-do-not-run-x86-tests-on-arm64 by Gilles Peskine · 2 years, 6 months ago
  54. 6d47550 Fix typos by Jan Bruckner · 2 years, 6 months ago
  55. b028531 Merge pull request #7013 from gilles-peskine-arm/build-without-certs-2.28.2 by Dave Rodgman · 2 years, 6 months ago
  56. a89b367 all.sh: test_m32_xx is not supported on arm64 host by Pengyu Lv · 2 years, 10 months ago
  57. 5619443 Test without MBEDTLS_CERTS_C by Gilles Peskine · 2 years, 6 months ago
  58. a9186f3 Allow whole Box Drawings range by Aditya Deshpande · 2 years, 6 months ago
  59. e76dc39 Modify comments to make them more inclusive by Aditya Deshpande · 2 years, 6 months ago
  60. ed514d3 Allow specific Box Drawing UTF characters that are used in Markdown trees in check_files.py by Aditya Deshpande · 2 years, 6 months ago
  61. 54be0fa Merge pull request #6968 from aditya-deshpande-arm/backport-check-names-exclusions by Manuel Pégourié-Gonnard · 2 years, 6 months ago
  62. 7d20bb4 Re-add empty lines that were accidentally omitted in the previous commit. by Aditya Deshpande · 2 years, 6 months ago
  63. 27276fc Merge pull request #6844 from gilles-peskine-arm/test_suite_psa_crypto_metadata-20221215-2.28 by Manuel Pégourié-Gonnard · 2 years, 6 months ago
  64. f57f3db Merge pull request #6931 from AndrzejKurek/timeless-selftest-waz-bad by Gilles Peskine · 2 years, 6 months ago
  65. 3a261a4 Add a selftest run for the TIMING_ALT test by Andrzej Kurek · 2 years, 6 months ago
  66. 94375c8 Update check_names.py so that identifiers in excluded files are still compared against the output of nm. by Aditya Deshpande · 2 years, 6 months ago
  67. 4fc7e0e Fix a missing type hint warning by David Horstmann · 2 years, 6 months ago
  68. 85f65f8 Merge pull request #6944 from AndrzejKurek/2.28-depends-py-kex-fixes by Manuel Pégourié-Gonnard · 2 years, 6 months ago
  69. ddf6260 Remove obsolete comment from depends.py by Andrzej Kurek · 2 years, 7 months ago
  70. 5fce4f6 Add regression test by Dave Rodgman · 2 years, 7 months ago
  71. de416fc depends.py: enable key exchange tests by Andrzej Kurek · 2 years, 9 months ago
  72. c890b22 Add a test for external alternate timing implementation by Andrzej Kurek · 2 years, 7 months ago
  73. a744681 Use `grep -E` instead of `egrep` by Ville Skyttä · 2 years, 7 months ago
  74. b9e56fb Switch code style check to enforcement mode by Gilles Peskine · 2 years, 8 months ago archive/new-code-style/mbedtls-2.28 archive/new-code-style/test/6844/target features/new-code-style/mbedtls-2.28 features/new-code-style/test/6844/target
  75. f8d190d Merge pull request #6901 from gilles-peskine-arm/check-files-unicode-2.28 by Gilles Peskine · 2 years, 7 months ago
  76. b60b7a3 Reject invalid UTF-8 and weird characters in text files by Gilles Peskine · 2 years, 7 months ago
  77. ff723d8 Pass line number to issue_with_line by Gilles Peskine · 2 years, 7 months ago
  78. 66548d1 Treat more *.bin files as binary by Gilles Peskine · 2 years, 7 months ago
  79. 89d4027 Use OPENSSL everywhere, not OPENSSL_CMD by Manuel Pégourié-Gonnard · 2 years, 8 months ago
  80. 1efe7fd Fix documentation by Gilles Peskine · 2 years, 8 months ago archive/new-code-style/test/6844/old features/new-code-style/test/6844/old
  81. 4fa76bd NotSupported is specifically about key types by Gilles Peskine · 2 years, 8 months ago
  82. 8ee18d3 Merge pull request #6798 from gilles-peskine-arm/check_test_cases-quiet_ci-2.28 by Manuel Pégourié-Gonnard · 2 years, 8 months ago
  83. 71e934f Merge pull request #6821 from gilles-peskine-arm/code-style-skip-generated-files-2.28 by Manuel Pégourié-Gonnard · 2 years, 8 months ago
  84. 38a4956 Simplify the coverage statistics summary by Gilles Peskine · 2 years, 8 months ago
  85. 4ca54d4 Don't touch the style of generated files by Gilles Peskine · 2 years, 8 months ago
  86. 2200f12 Merge pull request #6807 from mpg/doc-docker-from-ci-2.28 by Gilles Peskine · 2 years, 8 months ago
  87. e1e776c Fix an incorrect regex in check_names.py by David Horstmann · 2 years, 8 months ago
  88. 7314798 Point to docker images used in the CI by Manuel Pégourié-Gonnard · 2 years, 8 months ago
  89. 63c8be6 Merge pull request #6753 from mpg/restartable-docfix-2.28 by Gilles Peskine · 2 years, 8 months ago
  90. 5898796 Hide check_test_cases warnings on the CI by Gilles Peskine · 2 years, 8 months ago
  91. 4b3806e Merge pull request #6688 from gilles-peskine-arm/generate_test_code-function_comments-2.28 by Gilles Peskine · 2 years, 8 months ago
  92. 1d1baa7 Merge pull request #6586 from lpy4105/2.28-check-psa-name-typo by Manuel Pégourié-Gonnard · 2 years, 8 months ago
  93. df86cef Merge pull request #6693 from mpg/optimize-with-asan-2.28 by Manuel Pégourié-Gonnard · 2 years, 8 months ago
  94. 3dc7f23 Document that ECP_RESTARTABLE depends on ECP_C by Manuel Pégourié-Gonnard · 2 years, 8 months ago
  95. 0e0793f Merge pull request #6706 from davidhorstmann-arm/2.28-code-style-script-non-corrected by Manuel Pégourié-Gonnard · 2 years, 8 months ago
  96. e09c476 Add all.sh component to test with code style by David Horstmann · 2 years, 9 months ago
  97. 9889c66 Merge pull request #6710 from gilles-peskine-arm/valgrind-cf-skip-tests-2.28 by Dave Rodgman · 2 years, 8 months ago
  98. 49f99bc Fix typos prior to release by Tom Cosgrove · 2 years, 8 months ago
  99. 9603a44 Valgrind for constant flow: skip non-CF test suites by Gilles Peskine · 2 years, 8 months ago
  100. 619b73d Test MBEDTLS_USE_PSA_CRYPTO with Valgrind by Gilles Peskine · 2 years, 8 months ago