1. ce5d854 Check only files checked into Git by Gilles Peskine · 5 years ago
  2. ffaef81 Exclude binary files from text checks by Gilles Peskine · 5 years ago
  3. e6f1f24 Regex mechanism for check-specific exemptions by Gilles Peskine · 5 years ago
  4. 125f89b Check all files by default by Gilles Peskine · 5 years ago
  5. e856ba1 More accurate variable name by Gilles Peskine · 5 years ago
  6. 8b34fef Merge pull request #2710 from k-stachowiak/unified-exit-in-examples-2.16 by Gilles Peskine · 5 years ago
  7. ff8ae11 Adjust the zeroization test to the new length of zeroize.c by k-stachowiak · 6 years ago
  8. 0f59341 Merge pull request #3247 from gilles-peskine-arm/travis-rationalize-2.16 by Gilles Peskine · 5 years ago
  9. e6c0c7d all.sh: on arm builds (GCC or Arm Compiler), show the code size by Gilles Peskine · 5 years ago
  10. dac156b all.sh: add a Cortex-M0+ build by Gilles Peskine · 5 years ago
  11. fcccfbc all.sh: build_arm_none_eabi_gcc: do optimize by Gilles Peskine · 5 years ago
  12. a3c6c8a Rename --arm-gcc-prefix to --arm-none-eabi-gcc-prefix by Gilles Peskine · 5 years ago
  13. 77b1f30 all.sh: reorganize testing around deprecated features by Gilles Peskine · 5 years ago
  14. 313bb50 Strict C99: check it in the full config by Gilles Peskine · 5 years ago
  15. df4f7c1 Document and fix the MBEDTLS_xxx_ALT logic for the full config by Gilles Peskine · 5 years ago
  16. 7c8c9c9 check-files: support Windows .bat files by Gilles Peskine · 5 years ago
  17. 67c3c3f all.sh: make the arm-gcc cross-compiler prefix configurable by Gilles Peskine · 5 years ago
  18. 5bd9f56 all.sh: run selftest in the full config and with ASan by Gilles Peskine · 5 years ago
  19. 15316fd Merge pull request #3169 from gilles-peskine-arm/check-windows-files-2.16 by Gilles Peskine · 5 years ago
  20. 399b82f Pylint: minor code simplifications by Gilles Peskine · 5 years ago
  21. 5d1dfd4 Pylint: abide by useless-object-inheritance warnings by Gilles Peskine · 5 years ago
  22. a1bb3f8 mbedtls_test.py: drop compatibility with Python 2 by Gilles Peskine · 5 years ago
  23. af67f8d Document more methods in Python scripts by Gilles Peskine · 5 years ago
  24. 8c3ad4b Make check_python_files non-optional in all.sh by Gilles Peskine · 5 years ago
  25. c373000 Make sure to use a Python 3 pylint by Gilles Peskine · 5 years ago
  26. 368ccd4 In Windows files, detect CR without LF as well as LF without CR by Gilles Peskine · 5 years ago
  27. 0d5b016 Check that Windows files have Windows line endings by Gilles Peskine · 5 years ago
  28. cecc726 Also check Windows files by Gilles Peskine · 5 years ago
  29. 1978b68 Sort the list for easier maintenance by Gilles Peskine · 5 years ago
  30. eb9929e List each item on a separate line for easier maintenance by Gilles Peskine · 5 years ago
  31. d69f51b Clarify confusion between file names and suffixes of file names by Gilles Peskine · 5 years ago
  32. 47f7287 Change the use of pylint to optionally use pylint3 by Simon Butcher · 5 years ago
  33. 9f3bdb8 Add test for MBEDTLS_SSL_HW_RECORD_ACCEL in all.sh by Andres Amaya Garcia · 7 years ago
  34. 0fe92c2 Test GCC and Clang with common build options by Gilles Peskine · 6 years ago
  35. 99d70d8 Replace -O0 by -O1 or -Os in most components by Gilles Peskine · 6 years ago
  36. 114d339 Add detection for zlib headers to all.sh by Manuel Pégourié-Gonnard · 6 years ago
  37. 4ef189d Add all.sh components with ZLIB enabled by Manuel Pégourié-Gonnard · 6 years ago
  38. 349a079 Fix some pylint warnings by Darryl Green · 6 years ago
  39. ec904e4 Merge pull request #2899 from gilles-peskine-arm/asan-test-fail-2.16 by Jaeden Amero · 6 years ago
  40. 33685f5 'make test' must fail if Asan fails by Gilles Peskine · 6 years ago
  41. ac47906 Asan make builds: avoid sanitizer recovery by Gilles Peskine · 6 years ago
  42. b1478e8 Use UBsan in addition to Asan with 'make test' by Gilles Peskine · 6 years ago
  43. ff26b04 Unify ASan options in make builds by Gilles Peskine · 6 years ago
  44. c6b0986 Add a test component with malloc(0) returning NULL by Gilles Peskine · 6 years ago
  45. 60ebd98 Enable MBEDTLS_MEMORY_DEBUG in memory buffer alloc test in all.sh by Andrzej Kurek · 6 years ago
  46. c73f857 Remove unnecessary memory buffer alloc and memory backtrace unsets by Andrzej Kurek · 6 years ago
  47. 1f5a596 Disable DTLS proxy tests for MEMORY_BUFFER_ALLOC test by Andrzej Kurek · 6 years ago
  48. 1d07082 all.sh: restructure memory allocator tests by Andrzej Kurek · 6 years ago
  49. d130b98 Add missing dependency in memory buffer alloc set in all.sh by Hanno Becker · 6 years ago
  50. f8799e8 Add all.sh run with full config and ASan enabled by Hanno Becker · 6 years ago
  51. 74b5e34 Add all.sh run with MBEDTLS_MEMORY_BUFFER_ALLOC_C enabled by Hanno Becker · 6 years ago
  52. a9c2a3b Adapt all.sh to removal of buffer allocator from full config by Andrzej Kurek · 6 years ago
  53. 6d079ba Merge remote-tracking branch 'upstream-restricted/mbedtls-2.16-proposed' into mbedtls-2.16-restricted by Gilles Peskine · 6 years ago
  54. 376d0d9 Merge remote-tracking branch 'upstream-public/pr/2736' into mbedtls-2.16 by Gilles Peskine · 6 years ago
  55. 560f332 Document the rationale for the armel build by Gilles Peskine · 6 years ago
  56. e07b9ff Switch armel build to -Os by Gilles Peskine · 6 years ago
  57. 0bd284d Add a build on ARMv5TE in ARM mode by Gilles Peskine · 6 years ago
  58. af4578f Merge remote-tracking branch 'origin/mbedtls-2.16' into mbedtls-2.16-restricted by Jaeden Amero · 6 years ago
  59. 7c52e22 Fix parsing issue when int parameter is in base 16 by Ron Eldor · 6 years ago
  60. 9d40da2 Make the script portable to both pythons by Ron Eldor · 6 years ago
  61. b43fe57 Update the test encoding to support python3 by Ron Eldor · 6 years ago
  62. 56b6e52 update the test script by Ron Eldor · 6 years ago
  63. d7ec086 Merge remote-tracking branch 'origin/mbedtls-2.16' into mbedtls-2.16-restricted by Jaeden Amero · 6 years ago
  64. dc25c32 Test that a shared library build produces a dynamically linked executable by Gilles Peskine · 6 years ago
  65. 2c47ffc Test that the shared library build with CMake works by Gilles Peskine · 6 years ago
  66. 87bf1b5 Add a test of MBEDTLS_CONFIG_FILE by Gilles Peskine · 6 years ago
  67. 47d7c2d Allow TODO in code by Gilles Peskine · 6 years ago
  68. 79cfef0 Use the docstring in the command line help by Gilles Peskine · 6 years ago
  69. 7b03e87 Merge remote-tracking branch 'restricted/pr/582' into mbedtls-2.16-restricted by Jaeden Amero · 6 years ago
  70. 5ecbd14 Merge remote-tracking branch 'origin/pr/2701' into mbedtls-2.16 by Jaeden Amero · 6 years ago
  71. a5ebd5f Merge remote-tracking branch 'origin/pr/2615' into mbedtls-2.16 by Jaeden Amero · 6 years ago
  72. 096bccf Merge remote-tracking branch 'origin/pr/2450' into mbedtls-2.16 by Jaeden Amero · 6 years ago
  73. dcab202 Add all.sh component that exercises invalid_param checks by Gilles Peskine · 6 years ago
  74. 8118e46 Pass -m32 to the linker as well by Gilles Peskine · 6 years ago
  75. 1adf212 Merge remote-tracking branch 'origin/pr/2497' into mbedtls-2.16 by Jaeden Amero · 6 years ago
  76. 11f38e2 Add a test for signing content with a long ECDSA key by k-stachowiak · 6 years ago
  77. ada3831 test: Always use `make clean` by itself by Jaeden Amero · 6 years ago
  78. e562e7d Add run to all.sh exercising !MBEDTLS_PEM_PARSE_C + !MBEDTLS_FS_IO by Hanno Becker · 6 years ago
  79. 39d7c58 list-symbols.sh: if the build fails, print the build transcript by Gilles Peskine · 6 years ago
  80. 902a1f3 Document "check-names.sh -v" by Gilles Peskine · 6 years ago
  81. 473f2d4 all.sh: invoke check-names.sh in print-trace-on-exit mode by Gilles Peskine · 6 years ago
  82. 5e525fb Print a command trace if the check-names.sh exits unexpectedly by Gilles Peskine · 6 years ago
  83. 6e6ae9b Use 'config.pl baremetal' in all.sh by Manuel Pégourié-Gonnard · 6 years ago
  84. 3997a6c Document the scripts behaviour further by Darryl Green · 6 years ago
  85. 3ef06d5 Add --internal option to list-identifiers.sh by Darryl Green · 6 years ago
  86. 0a47c4f Clarify comment mangled by an earlier refactoring by Gilles Peskine · 6 years ago
  87. 99a3310 Add an "out-of-box" component by Gilles Peskine · 6 years ago
  88. 7dd44b2 Run ssl-opt.sh on 32-bit runtime by Gilles Peskine · 6 years ago
  89. db8821c Merge remote-tracking branch 'origin/pr/2470' into mbedtls-2.16 by Jaeden Amero · 6 years ago
  90. b0abd1c Merge remote-tracking branch 'origin/pr/2388' into mbedtls-2.16 by Jaeden Amero · 6 years ago
  91. 6b79a11 Merge remote-tracking branch 'origin/pr/2293' into mbedtls-2.16 by Jaeden Amero · 6 years ago
  92. 37e0a8c Adjust DES exclude lists in test scripts by Andres Amaya Garcia · 6 years ago
  93. ac9c522 Exclude 3DES tests in test scripts by Andres Amaya Garcia · 7 years ago
  94. afd19dd Silence pylint by Gilles Peskine · 6 years ago
  95. 6fc5215 check-files.py: readability improvement in permission check by Gilles Peskine · 6 years ago
  96. 21e85f7 check-files.py: use class fields for class-wide constants by Gilles Peskine · 6 years ago
  97. d5240ec check-files.py: clean up class structure by Gilles Peskine · 6 years ago
  98. 7660549 check-files.py: document some classes and methods by Gilles Peskine · 6 years ago
  99. 7b9fcdc Fix pylint errors going uncaught by Gilles Peskine · 6 years ago
  100. e70c6dc Call pylint3, not pylint by Gilles Peskine · 6 years ago