1. 27c36f0 Note that we keep going even if some tests fail by Gilles Peskine · 5 years ago
  2. dd7ea38 Exit with a failure status if some tests failed by Gilles Peskine · 5 years ago
  3. b048315 Merge pull request #3248 from gilles-peskine-arm/travis-rationalize-2.7 by Gilles Peskine · 5 years ago
  4. 81b60fb all.sh: on arm builds (GCC or Arm Compiler), show the code size by Gilles Peskine · 5 years ago
  5. 4fb7a2f all.sh: add a Cortex-M0+ build by Gilles Peskine · 5 years ago
  6. 009908b all.sh: build_arm_none_eabi_gcc: do optimize by Gilles Peskine · 5 years ago
  7. a27af6f all.sh: backport component_build_arm_none_eabi_gcc_arm5vte by Gilles Peskine · 5 years ago
  8. f1709bb Rename --arm-gcc-prefix to --arm-none-eabi-gcc-prefix by Gilles Peskine · 5 years ago
  9. adaaddb all.sh: reorganize testing around deprecated features by Gilles Peskine · 5 years ago
  10. 2717eaf Fix build failure with MBEDTLS_PLATFORM_NV_SEED_ALT by Gilles Peskine · 5 years ago
  11. a21c5e9 Document and fix the MBEDTLS_xxx_ALT logic for the full config by Gilles Peskine · 5 years ago
  12. 86e5816 check-files: support Windows .bat files by Gilles Peskine · 5 years ago
  13. cd7b042 all.sh: make the arm-gcc cross-compiler prefix configurable by Gilles Peskine · 5 years ago
  14. bfda033 all.sh: run selftest in the full config and with ASan by Gilles Peskine · 5 years ago
  15. 5d32e64 Merge pull request #3170 from gilles-peskine-arm/check-windows-files-2.7 by Gilles Peskine · 5 years ago
  16. bc8c513 Merge pull request #3185 from gilles-peskine-arm/pylint-up-to-2.4-2.7 by Gilles Peskine · 5 years ago
  17. 8aaf2c5 Merge pull request #3196 from piotr-now/max_pathlen_overflow_mbedtls-2.7 by Jaeden Amero · 5 years ago
  18. 3fd9297 Guard from undefined behaviour in case of an INT_MAX max_pathlen by Andrzej Kurek · 5 years ago
  19. e61988a Merge pull request #3165 from ronald-cron-arm/unmet-dependencies-buffer-overflow-fix-2.7 by Gilles Peskine · 5 years ago
  20. b5847d2 Pylint: abide by useless-object-inheritance warnings by Gilles Peskine · 5 years ago
  21. 558e26d Document more methods in Python scripts by Gilles Peskine · 5 years ago
  22. b4b458f Bump version to Mbed TLS 2.7.15 by Janos Follath · 5 years ago
  23. 70ef5c6 In Windows files, detect CR without LF as well as LF without CR by Gilles Peskine · 5 years ago
  24. 783da63 Check that Windows files have Windows line endings by Gilles Peskine · 5 years ago
  25. 227dfd4 Also check Windows files by Gilles Peskine · 5 years ago
  26. 318f15e Sort the list for easier maintenance by Gilles Peskine · 5 years ago
  27. c715322 List each item on a separate line for easier maintenance by Gilles Peskine · 5 years ago
  28. c251e0d Clarify confusion between file names and suffixes of file names by Gilles Peskine · 5 years ago
  29. 75d26b5 unit tests: Indicate missing unmet dependencies by Ronald Cron · 5 years ago
  30. 1d3eab6 unit tests: Fix potential buffer overflow by Ronald Cron · 5 years ago
  31. 59f2139 Prefer unsigned types for non-negative numbers by Ronald Cron · 5 years ago
  32. eb5d0e9 unit tests: Backport ARRAY_LENGTH macro by Ronald Cron · 5 years ago
  33. 29b7b95 Merge pull request #3145 from mpg/fix-reconnect-2.7 by Gilles Peskine · 5 years ago
  34. 6766550 Note that unmet_dependencies is only filled in verbose mode by Gilles Peskine · 5 years ago
  35. b1ee30b Adjust timeout of tests with "no resend" assertions by Manuel Pégourié-Gonnard · 6 years ago
  36. a58b046 Add negative test for hard reconnect cookie check by Manuel Pégourié-Gonnard · 5 years ago
  37. d6e4454 Improve some test names in ssl-opt.sh by Manuel Pégourié-Gonnard · 5 years ago
  38. eb22ad2 Merge pull request #2440 from andresag01/mbedtls-2.7-iotssl-2544-deprecate-record-accel by Manuel Pégourié-Gonnard · 5 years ago
  39. aa719e7 Align some timeouts with the 2.16 branch in ssl-opt.sh by Manuel Pégourié-Gonnard · 5 years ago
  40. 5e261e9 Fix possible close_notify/ClientHello confusion by Manuel Pégourié-Gonnard · 5 years ago
  41. bb13e3b Add test for MBEDTLS_SSL_HW_RECORD_ACCEL in all.sh by Andres Amaya Garcia · 7 years ago
  42. 0f22670 Bump version to Mbed TLS 2.7.14 by Janos Follath · 5 years ago
  43. 9c16ede Check for buffer overflow in test function by Manuel Pégourié-Gonnard · 5 years ago
  44. 355bbc0 Test each failure mode of pk_parse_key_pkcs1_der() by Manuel Pégourié-Gonnard · 5 years ago
  45. bfd0259 Clean up test function pk_parse_key by Manuel Pégourié-Gonnard · 5 years ago
  46. 37d0dfc Merge pull request #3030 from gilles-peskine-arm/test-opt-all-2.7 by Manuel Pégourié-Gonnard · 5 years ago
  47. 6cf5931 Merge pull request #3028 from gilles-peskine-arm/mpi_copy_shrink-2.7 by Manuel Pégourié-Gonnard · 6 years ago
  48. 5d11712 Merge pull request #3020 from mpg/fix-ssl-opt-gnutls-no-sha1-2.7 by Janos Follath · 6 years ago
  49. fa0e8b5 Test GCC and Clang with common build options by Gilles Peskine · 6 years ago
  50. c924712 Replace -O0 by -O1 or -Os in most components by Gilles Peskine · 6 years ago
  51. 261aea1 shrink tests: clearer description by Gilles Peskine · 6 years ago
  52. 84b8e25 Better coverage for copy and swap by Gilles Peskine · 6 years ago
  53. 6f43c60 Bignum copy/shrink: More precise test case descriptions by Gilles Peskine · 6 years ago
  54. 179c227 Fix CA encoding issue with gnutls-cli by Manuel Pégourié-Gonnard · 6 years ago
  55. 350823d Merge pull request #2976 from mpg/add-zlib-tests-2.7 by Manuel Pégourié-Gonnard · 6 years ago
  56. 37abf12 De-duplicate SHA1-independent test in ssl-opt.sh by Manuel Pégourié-Gonnard · 6 years ago
  57. a92990a Fix ssl-opt.sh for GnuTLS versions rejecting SHA-1 by Manuel Pégourié-Gonnard · 6 years ago
  58. a67508e Merge pull request #3002 from gilles-peskine-arm/coverity-20200115-2.7 into mbedtls-2.7 by Janos Follath · 6 years ago
  59. 2150fb2 Add detection for zlib headers to all.sh by Manuel Pégourié-Gonnard · 6 years ago
  60. 16ba09c Check that mbedtls_mpi_grow succeeds by Gilles Peskine · 6 years ago
  61. ee88f81 Bump version to Mbed TLS 2.7.13 by Janos Follath · 6 years ago
  62. d8180f8 Merge remote-tracking branch 'origin/mbedtls-2.7' into mbedtls-2.7-restricted by Jaeden Amero · 6 years ago mbedtls-2.7.13
  63. 4557551 Add test for record compression in ssl-opt.sh by Manuel Pégourié-Gonnard · 6 years ago
  64. 51e2494 Add all.sh components with ZLIB enabled by Manuel Pégourié-Gonnard · 6 years ago
  65. db64989 Merge pull request #2895 from gilles-peskine-arm/drbg-set_entropy_len-2.7 by Jaeden Amero · 6 years ago
  66. 02fbc08 Enable more test cases without MBEDTLS_MEMORY_DEBUG by Gilles Peskine · 6 years ago
  67. 786f068 More accurate test case description by Gilles Peskine · 6 years ago
  68. 04d45c9 Clarify that the "FATAL" message is expected by Gilles Peskine · 6 years ago
  69. f4482aa mpi_lt_mpi_ct: Add further tests by Janos Follath · 6 years ago
  70. a776aea mpi_lt_mpi_ct: Fix test numbering by Janos Follath · 6 years ago
  71. 1b86eeb mpi_lt_mpi_ct perform tests for both limb size by Janos Follath · 6 years ago
  72. 6adff06 mbedtls_mpi_lt_mpi_ct: add tests for 32 bit limbs by Janos Follath · 6 years ago
  73. 9332ece Add more tests for mbedtls_mpi_lt_mpi_ct by Janos Follath · 6 years ago
  74. aaa3f22 mpi_lt_mpi_ct test: hardcode base 16 by Janos Follath · 6 years ago
  75. c3b376e Change mbedtls_mpi_cmp_mpi_ct to check less than by Janos Follath · 6 years ago
  76. 883801d Add tests to constant time mpi comparison by Janos Follath · 6 years ago
  77. b729e1b CTR_DRBG: support set_entropy_len() before seed() by Gilles Peskine · 6 years ago
  78. c87a546 Merge pull request #2900 from gilles-peskine-arm/asan-test-fail-2.7 by Jaeden Amero · 6 years ago
  79. cc656ac Merge pull request #2872 from gilles-peskine-arm/test_malloc_0_null-2.7 by Jaeden Amero · 6 years ago
  80. 5ee14d7 'make test' must fail if Asan fails by Gilles Peskine · 6 years ago
  81. 4c2697f Asan make builds: avoid sanitizer recovery by Gilles Peskine · 6 years ago
  82. 260921d Use UBsan in addition to Asan with 'make test' by Gilles Peskine · 6 years ago
  83. c20a405 Unify ASan options in make builds by Gilles Peskine · 6 years ago
  84. 5cc748e Merge remote-tracking branch 'origin/pr/2866' into mbedtls-2.7 by Jaeden Amero · 6 years ago
  85. 2fc6cf5 Merge remote-tracking branch 'origin/pr/2704' into mbedtls-2.7 by Jaeden Amero · 6 years ago
  86. 0ab4092 Reduce stack usage of test_suite_pkcs1_v15 by Ron Eldor · 7 years ago
  87. dd4277f Reduce stack usage of test_suite_pkcs1_v21 by Ron Eldor · 7 years ago
  88. b3d3973 Reduce stack usage of test_suite_rsa by Ron Eldor · 7 years ago
  89. 6827d1c Reduce stack usage of test_suite_pk by Ron Eldor · 7 years ago
  90. 0981a5d Add a test component with malloc(0) returning NULL by Gilles Peskine · 6 years ago
  91. 9b1c248 Enable MBEDTLS_MEMORY_DEBUG in memory buffer alloc test in all.sh by Andrzej Kurek · 6 years ago
  92. 7eb7f8d Remove unnecessary memory buffer alloc unsets by Andrzej Kurek · 6 years ago
  93. 6addfdd Disable DTLS proxy tests for MEMORY_BUFFER_ALLOC test by Andrzej Kurek · 6 years ago
  94. 9a461a1 all.sh: restructure memory allocator tests by Andrzej Kurek · 6 years ago
  95. 7aad93c Add missing dependency in memory buffer alloc set in all.sh by Hanno Becker · 6 years ago
  96. 167ae43 Add all.sh run with full config and ASan enabled by Hanno Becker · 6 years ago
  97. f5baaaa Add all.sh run with MBEDTLS_MEMORY_BUFFER_ALLOC_C enabled by Hanno Becker · 6 years ago
  98. c7f97f1 Adapt all.sh to removal of buffer allocator from full config by Andrzej Kurek · 6 years ago
  99. d7bd10d Bump version to Mbed TLS 2.7.12 by Jaeden Amero · 6 years ago
  100. e1d93e5 Merge remote-tracking branch 'origin/mbedtls-2.7' into mbedtls-2.7-restricted by Jaeden Amero · 6 years ago