1. 227dfd4 Also check Windows files by Gilles Peskine · 5 years ago
  2. 318f15e Sort the list for easier maintenance by Gilles Peskine · 5 years ago
  3. c715322 List each item on a separate line for easier maintenance by Gilles Peskine · 5 years ago
  4. c251e0d Clarify confusion between file names and suffixes of file names by Gilles Peskine · 5 years ago
  5. bb13e3b Add test for MBEDTLS_SSL_HW_RECORD_ACCEL in all.sh by Andres Amaya Garcia · 7 years ago
  6. fa0e8b5 Test GCC and Clang with common build options by Gilles Peskine · 6 years ago
  7. c924712 Replace -O0 by -O1 or -Os in most components by Gilles Peskine · 6 years ago
  8. 2150fb2 Add detection for zlib headers to all.sh by Manuel Pégourié-Gonnard · 6 years ago
  9. 51e2494 Add all.sh components with ZLIB enabled by Manuel Pégourié-Gonnard · 6 years ago
  10. c87a546 Merge pull request #2900 from gilles-peskine-arm/asan-test-fail-2.7 by Jaeden Amero · 6 years ago
  11. 5ee14d7 'make test' must fail if Asan fails by Gilles Peskine · 6 years ago
  12. 4c2697f Asan make builds: avoid sanitizer recovery by Gilles Peskine · 6 years ago
  13. 260921d Use UBsan in addition to Asan with 'make test' by Gilles Peskine · 6 years ago
  14. c20a405 Unify ASan options in make builds by Gilles Peskine · 6 years ago
  15. 0981a5d Add a test component with malloc(0) returning NULL by Gilles Peskine · 6 years ago
  16. 9b1c248 Enable MBEDTLS_MEMORY_DEBUG in memory buffer alloc test in all.sh by Andrzej Kurek · 6 years ago
  17. 7eb7f8d Remove unnecessary memory buffer alloc unsets by Andrzej Kurek · 6 years ago
  18. 6addfdd Disable DTLS proxy tests for MEMORY_BUFFER_ALLOC test by Andrzej Kurek · 6 years ago
  19. 9a461a1 all.sh: restructure memory allocator tests by Andrzej Kurek · 6 years ago
  20. 7aad93c Add missing dependency in memory buffer alloc set in all.sh by Hanno Becker · 6 years ago
  21. 167ae43 Add all.sh run with full config and ASan enabled by Hanno Becker · 6 years ago
  22. f5baaaa Add all.sh run with MBEDTLS_MEMORY_BUFFER_ALLOC_C enabled by Hanno Becker · 6 years ago
  23. c7f97f1 Adapt all.sh to removal of buffer allocator from full config by Andrzej Kurek · 6 years ago
  24. ad72522 Merge remote-tracking branch 'upstream-restricted/mbedtls-2.7-proposed' into mbedtls-2.7-restricted by Gilles Peskine · 6 years ago
  25. 0e08fff Merge remote-tracking branch 'upstream-public/pr/2737' into mbedtls-2.7 by Gilles Peskine · 6 years ago
  26. c455be6 Merge remote-tracking branch 'origin/mbedtls-2.7' into mbedtls-2.7-restricted by Jaeden Amero · 6 years ago
  27. 950de1e Test that a shared library build produces a dynamically linked executable by Gilles Peskine · 6 years ago
  28. 17ecb24 Test that the shared library build with CMake works by Gilles Peskine · 6 years ago
  29. f852f5f Add a test of MBEDTLS_CONFIG_FILE by Gilles Peskine · 6 years ago
  30. 570f7a2 Allow TODO in code by Gilles Peskine · 6 years ago
  31. 081daf0 Use the docstring in the command line help by Gilles Peskine · 6 years ago
  32. 1e61b0f Merge remote-tracking branch 'restricted/pr/581' into mbedtls-2.7-restricted by Jaeden Amero · 6 years ago
  33. c0ff88e Merge remote-tracking branch 'origin/pr/2702' into mbedtls-2.7 by Jaeden Amero · 6 years ago
  34. 54c800e Merge remote-tracking branch 'origin/pr/2616' into mbedtls-2.7 by Jaeden Amero · 6 years ago
  35. 0cf1776 Merge remote-tracking branch 'origin/pr/2451' into mbedtls-2.7 by Jaeden Amero · 6 years ago
  36. d535f4d Pass -m32 to the linker as well by Gilles Peskine · 6 years ago
  37. 45d0ba1 Add a test for signing content with a long ECDSA key by k-stachowiak · 6 years ago
  38. c03c6ac test: Always use `make clean` by itself by Jaeden Amero · 6 years ago
  39. 227ee24 list-symbols.sh: if the build fails, print the build transcript by Gilles Peskine · 6 years ago
  40. 017adc7 Document "check-names.sh -v" by Gilles Peskine · 6 years ago
  41. e952fdf all.sh: invoke check-names.sh in print-trace-on-exit mode by Gilles Peskine · 6 years ago
  42. ef39c49 Print a command trace if the check-names.sh exits unexpectedly by Gilles Peskine · 6 years ago
  43. 59bc9a1 Use 'config.pl baremetal' in all.sh by Manuel Pégourié-Gonnard · 6 years ago
  44. d0edbd5 Document the scripts behaviour further by Darryl Green · 6 years ago
  45. d830fef Add --internal option to list-identifiers.sh by Darryl Green · 6 years ago
  46. 26cae71 Clarify comment mangled by an earlier refactoring by Gilles Peskine · 6 years ago
  47. 1270d32 Add an "out-of-box" component by Gilles Peskine · 6 years ago
  48. 1106429 Run ssl-opt.sh on 32-bit runtime by Gilles Peskine · 6 years ago
  49. 698f287 Merge remote-tracking branch 'origin/pr/2471' into mbedtls-2.7 by Jaeden Amero · 6 years ago
  50. f921e8f Merge remote-tracking branch 'origin/pr/2387' into mbedtls-2.7 by Jaeden Amero · 6 years ago
  51. b9f12dc Merge remote-tracking branch 'origin/pr/2255' into mbedtls-2.7 by Jaeden Amero · 6 years ago
  52. de12823 check-files.py: readability improvement in permission check by Gilles Peskine · 6 years ago
  53. fb8c373 check-files.py: use class fields for class-wide constants by Gilles Peskine · 6 years ago
  54. 7194ecb check-files.py: clean up class structure by Gilles Peskine · 6 years ago
  55. 4fb6678 check-files.py: document some classes and methods by Gilles Peskine · 6 years ago
  56. fea3d0a Adjust DES exclude lists in test scripts by Andres Amaya Garcia · 6 years ago
  57. 8fd9156 Fix #2370, minor typos and spelling mistakes by Antonin Décimo · 7 years ago
  58. 0a0e5b1 Exclude 3DES tests in test scripts by Andres Amaya Garcia · 7 years ago
  59. 16015dd all.sh: Test MBEDTLS_MPI_WINDOW_SIZE=1 by Peter Kolbus · 7 years ago
  60. 9f55364 Rename test_memcheck to test_valgrind by Gilles Peskine · 7 years ago
  61. ff7238f Support wildcard patterns with a positive list of components to run by Gilles Peskine · 7 years ago
  62. 30bc385 Add missing protection on __aeabi_uldiv check under --keep-going by Gilles Peskine · 7 years ago
  63. c780095 Delete $OUT_OF_SOURCE_DIR under --force even without Yotta by Gilles Peskine · 7 years ago
  64. c9663b1 Fix sometimes-spurious warning about changed config.h by Gilles Peskine · 7 years ago
  65. 2906a0a all.sh: Update the maintainer documentation by Gilles Peskine · 7 years ago
  66. 541fb1e all.sh: only check tools that are going to be used by Gilles Peskine · 7 years ago
  67. 5308487 all.sh: only look for armcc if it is used by Gilles Peskine · 7 years ago
  68. b3241cb Add command line options to list available components by Gilles Peskine · 7 years ago
  69. eb39b9b Minor cleanups to component name gathering by Gilles Peskine · 7 years ago
  70. 3fbdd21 Add conditional component inclusion facility by Gilles Peskine · 7 years ago
  71. 7120f77 all.sh: fix MAKEFLAGS setting by Gilles Peskine · 7 years ago
  72. 770ad7e all.sh: don't insist on Linux; always run Valgrind by Gilles Peskine · 7 years ago
  73. 4e7b323 Use CMAKE_BUILD_TYPE to do Asan builds by Gilles Peskine · 7 years ago
  74. 72adb43 Back up and restore config.h systematically by Gilles Peskine · 7 years ago
  75. 11ddca6 Add the current component name to msg output and the final report by Gilles Peskine · 7 years ago
  76. 6e98423 Add --except mode: run all components except a list by Gilles Peskine · 7 years ago
  77. 91bd8b7 all.sh: with non-option arguments, run only these components by Gilles Peskine · 7 years ago
  78. 3484ed8 Move test-ref-configs into its own component by Gilles Peskine · 7 years ago
  79. 2f300db Remove duplicate component for RSA_NO_CRT by Gilles Peskine · 7 years ago
  80. 1a2ca72 Break up the tests into components by Gilles Peskine · 7 years ago
  81. 57db6ff Move the code into functions. No behavior change. by Gilles Peskine · 7 years ago
  82. bda9abf Add a facility to skip running some test suites by Gilles Peskine · 7 years ago
  83. 0626ebb run-test-suites: update the documentation by Gilles Peskine · 7 years ago
  84. e4cf723 Merge remote-tracking branch 'upstream-public/pr/2168' into mbedtls-2.7 by Jaeden Amero · 7 years ago
  85. 3ee5579 test: Make basic-build-test.sh see summary statuses by Jaeden Amero · 7 years ago
  86. da6ccfc check-files: detect merge artifacts by Gilles Peskine · 7 years ago
  87. 232fae3 Factor record_issue into its own method by Gilles Peskine · 7 years ago
  88. c379662 Merge remote-tracking branch 'public/pr/2080' into mbedtls-2.7-restricted-proposed by Simon Butcher · 7 years ago
  89. 9bd4904 test: Enable multiple levels of verbosity by Jaeden Amero · 7 years ago
  90. 4c880e4 test: Use GetOpt::Long for argument parsing by Jaeden Amero · 7 years ago
  91. 5758d8c test: Print verbosely on failures in verbose mode by Jaeden Amero · 7 years ago
  92. ec3f9c3 Merge remote-tracking branch 'public/pr/2032' into mbedtls-2.7 by Simon Butcher · 7 years ago
  93. 72311b4 Add test for MBEDTLS_PLATFORM_{CALLOC/FREE}_MACRO to all.sh by Hanno Becker · 7 years ago
  94. 3400b4d check-files: exclude .git and third-party files by Gilles Peskine · 7 years ago
  95. eb21939 Fix run-test-suites.pl to screen for files by Simon Butcher · 7 years ago
  96. d620f6f Adds a filter to run-test-suites.pl to exclude data files by Simon Butcher · 7 years ago
  97. b46c59e In keep-going mode, don't hard-fail on some tests by Gilles Peskine · 7 years ago
  98. 732826d In keep-going mode, don't hard-fail on some auxiliary script by Gilles Peskine · 7 years ago
  99. d7126d7 Merge remote-tracking branch 'public/pr/779' into mbedtls-2.7 by Simon Butcher · 7 years ago
  100. bd40916 Merge remote-tracking branch 'public/pr/1872' into mbedtls-2.7 by Simon Butcher · 7 years ago