1. 67c3c3f all.sh: make the arm-gcc cross-compiler prefix configurable by Gilles Peskine · 5 years ago
  2. 5bd9f56 all.sh: run selftest in the full config and with ASan by Gilles Peskine · 5 years ago
  3. ff87343 Merge pull request #3207 from mpg/check-bounds-of-test-intex-in-suites-2.16 by Gilles Peskine · 5 years ago
  4. 15316fd Merge pull request #3169 from gilles-peskine-arm/check-windows-files-2.16 by Gilles Peskine · 5 years ago
  5. 531b00b Make negative function_id value impossible in test suites by k-stachowiak · 6 years ago
  6. 12c299c Merge pull request #3184 from gilles-peskine-arm/pylint-up-to-2.4-2.16 by Gilles Peskine · 5 years ago
  7. da1d437 Merge pull request #3197 from piotr-now/max_pathlen_overflow_mbedtls-2.16 by Jaeden Amero · 5 years ago
  8. acf7f2c Guard from undefined behaviour in case of an INT_MAX max_pathlen by Andrzej Kurek · 5 years ago
  9. a8bc328 Merge pull request #3164 from ronald-cron-arm/unmet-dependencies-buffer-overflow-fix-2.16 by Gilles Peskine · 5 years ago
  10. 399b82f Pylint: minor code simplifications by Gilles Peskine · 5 years ago
  11. 5d1dfd4 Pylint: abide by useless-object-inheritance warnings by Gilles Peskine · 5 years ago
  12. a1bb3f8 mbedtls_test.py: drop compatibility with Python 2 by Gilles Peskine · 5 years ago
  13. af67f8d Document more methods in Python scripts by Gilles Peskine · 5 years ago
  14. 8c3ad4b Make check_python_files non-optional in all.sh by Gilles Peskine · 5 years ago
  15. c373000 Make sure to use a Python 3 pylint by Gilles Peskine · 5 years ago
  16. c04703c Bump version to Mbed TLS 2.16.6 by Janos Follath · 5 years ago
  17. 368ccd4 In Windows files, detect CR without LF as well as LF without CR by Gilles Peskine · 5 years ago
  18. 0d5b016 Check that Windows files have Windows line endings by Gilles Peskine · 5 years ago
  19. cecc726 Also check Windows files by Gilles Peskine · 5 years ago
  20. 1978b68 Sort the list for easier maintenance by Gilles Peskine · 5 years ago
  21. eb9929e List each item on a separate line for easier maintenance by Gilles Peskine · 5 years ago
  22. d69f51b Clarify confusion between file names and suffixes of file names by Gilles Peskine · 5 years ago
  23. b19ad11 unit tests: Indicate missing unmet dependencies by Ronald Cron · 5 years ago
  24. 69cc630 unit tests: Fix potential buffer overflow by Ronald Cron · 5 years ago
  25. bde4d30 Prefer unsigned types for non-negative numbers by Gilles Peskine · 6 years ago
  26. 07c83f2 unit tests: Backport ARRAY_LENGTH macro by Ronald Cron · 5 years ago
  27. 5e65619 Merge pull request #3142 from mpg/fix-reconnect-2.16 by Gilles Peskine · 5 years ago
  28. 901e87e Merge pull request #3124 from AndrzejKurek/typo_asn1_tests by Manuel Pégourié-Gonnard · 5 years ago
  29. e8caf26 Since unmet_dependencies stores integers, represent them as int by Gilles Peskine · 5 years ago
  30. 34cbf10 Adjust timeout of tests with "no resend" assertions by Manuel Pégourié-Gonnard · 6 years ago
  31. b85ce9e Add negative test for hard reconnect cookie check by Manuel Pégourié-Gonnard · 5 years ago
  32. 5c15847 Typo fix in test_suite_asn1write.function by Andrzej Kurek · 5 years ago
  33. 98a879a Improve some test names in ssl-opt.sh by Manuel Pégourié-Gonnard · 5 years ago
  34. 47f7287 Change the use of pylint to optionally use pylint3 by Simon Butcher · 5 years ago
  35. acfa368 Merge pull request #2439 from andresag01/mbedtls-2.16-iotssl-2544-deprecate-record-accel by Manuel Pégourié-Gonnard · 5 years ago
  36. 9f3bdb8 Add test for MBEDTLS_SSL_HW_RECORD_ACCEL in all.sh by Andres Amaya Garcia · 7 years ago
  37. 498e632 Fix possible close_notify/ClientHello confusion by Manuel Pégourié-Gonnard · 5 years ago
  38. 334cf59 Bump version to Mbed TLS 2.16.5 by Janos Follath · 5 years ago
  39. 96ed13e Test each failure mode of pk_parse_key_pkcs1_der() by Manuel Pégourié-Gonnard · 5 years ago
  40. 12fb9c3 Clean up test function pk_parse_key by Manuel Pégourié-Gonnard · 5 years ago
  41. a59988e Merge pull request #3029 from gilles-peskine-arm/test-opt-all-2.16 by Manuel Pégourié-Gonnard · 5 years ago
  42. 8d9b1c4 Merge pull request #3027 from gilles-peskine-arm/mpi_copy_shrink-2.16 by Manuel Pégourié-Gonnard · 5 years ago
  43. 82ebf51 Merge pull request #3019 from mpg/fix-ssl-opt-gnutls-no-sha1-2.16 by Janos Follath · 6 years ago
  44. 0fe92c2 Test GCC and Clang with common build options by Gilles Peskine · 6 years ago
  45. 99d70d8 Replace -O0 by -O1 or -Os in most components by Gilles Peskine · 6 years ago
  46. 8ece857 shrink tests: clearer description by Gilles Peskine · 6 years ago
  47. e0ced3a Move test functions from Lilliput to Blefuscu by Gilles Peskine · 6 years ago
  48. 8fe3b79 Better coverage for copy and swap by Gilles Peskine · 6 years ago
  49. e6cca7c Bignum copy/shrink: More precise test case descriptions by Gilles Peskine · 6 years ago
  50. a7b9007 Merge pull request #2972 from mpg/add-zlib-tests-2.16 by Manuel Pégourié-Gonnard · 6 years ago
  51. d20ae89 De-duplicate SHA1-independent test in ssl-opt.sh by Manuel Pégourié-Gonnard · 6 years ago
  52. 7c9add2 Fix ssl-opt.sh for GnuTLS versions rejecting SHA-1 by Manuel Pégourié-Gonnard · 6 years ago
  53. bac9f1b Merge pull request #3001 from from gilles-peskine-arm/coverity-20200115-2.16 into mbedtls-2.16 by Janos Follath · 6 years ago
  54. 114d339 Add detection for zlib headers to all.sh by Manuel Pégourié-Gonnard · 6 years ago
  55. 75aab52 Add missing return code check on calls to mbedtls_md() by Gilles Peskine · 6 years ago
  56. 1a30fbb Check that mbedtls_mpi_grow succeeds by Gilles Peskine · 6 years ago
  57. 32b0216 Bump version to Mbed TLS 2.16.4 by Janos Follath · 6 years ago
  58. 39e2c0e Merge remote-tracking branch 'origin/mbedtls-2.16' into mbedtls-2.16-restricted by Jaeden Amero · 6 years ago mbedtls-2.16.4
  59. 95a17fb Add test for record compression in ssl-opt.sh by Manuel Pégourié-Gonnard · 6 years ago
  60. 4ef189d Add all.sh components with ZLIB enabled by Manuel Pégourié-Gonnard · 6 years ago
  61. 349a079 Fix some pylint warnings by Darryl Green · 6 years ago
  62. c054643 Merge pull request #2894 from gilles-peskine-arm/drbg-set_entropy_len-2.16 by Jaeden Amero · 6 years ago
  63. 554d5d5 Enable more test cases without MBEDTLS_MEMORY_DEBUG by Gilles Peskine · 6 years ago
  64. 4a55e7c More accurate test case description by Gilles Peskine · 6 years ago
  65. 19baefa Clarify that the "FATAL" message is expected by Gilles Peskine · 6 years ago
  66. b159ae8 mpi_lt_mpi_ct: Add further tests by Janos Follath · 6 years ago
  67. b2fddfd mpi_lt_mpi_ct: Fix test numbering by Janos Follath · 6 years ago
  68. 1452862 mpi_lt_mpi_ct perform tests for both limb size by Janos Follath · 6 years ago
  69. 798e394 mbedtls_mpi_lt_mpi_ct: add tests for 32 bit limbs by Janos Follath · 6 years ago
  70. e1bf02a Add more tests for mbedtls_mpi_lt_mpi_ct by Janos Follath · 6 years ago
  71. 27d221a mpi_lt_mpi_ct test: hardcode base 16 by Janos Follath · 6 years ago
  72. 867a3ab Change mbedtls_mpi_cmp_mpi_ct to check less than by Janos Follath · 6 years ago
  73. e9ae630 Add tests to constant time mpi comparison by Janos Follath · 6 years ago
  74. 912ffe4 CTR_DRBG: support set_entropy_len() before seed() by Gilles Peskine · 6 years ago
  75. ec904e4 Merge pull request #2899 from gilles-peskine-arm/asan-test-fail-2.16 by Jaeden Amero · 6 years ago
  76. 8fedeaa Merge pull request #2871 from gilles-peskine-arm/test_malloc_0_null-2.16 by Jaeden Amero · 6 years ago
  77. 33685f5 'make test' must fail if Asan fails by Gilles Peskine · 6 years ago
  78. ac47906 Asan make builds: avoid sanitizer recovery by Gilles Peskine · 6 years ago
  79. b1478e8 Use UBsan in addition to Asan with 'make test' by Gilles Peskine · 6 years ago
  80. ff26b04 Unify ASan options in make builds by Gilles Peskine · 6 years ago
  81. b9fc079 Merge remote-tracking branch 'origin/pr/2864' into mbedtls-2.16 by Jaeden Amero · 6 years ago
  82. b0328ba Merge remote-tracking branch 'origin/pr/2323' into mbedtls-2.16 by Jaeden Amero · 6 years ago
  83. c6b0986 Add a test component with malloc(0) returning NULL by Gilles Peskine · 6 years ago
  84. ae9f2a2 Fix compilation error by Ron Eldor · 6 years ago
  85. 39512b4 Add const to variable by Ron Eldor · 6 years ago
  86. 6e76108 Fix endianity issue when reading uint32 by Ron Eldor · 6 years ago
  87. 2ad73aa Increase test suite timeout by Ron Eldor · 7 years ago
  88. 3adb981 Reduce stack usage of test_suite_pkcs1_v15 by Ron Eldor · 7 years ago
  89. 5d7254a Reduce stack usage of test_suite_pkcs1_v21 by Ron Eldor · 7 years ago
  90. e4c5fa7 Reduce stack usage of test_suite_rsa by Ron Eldor · 7 years ago
  91. 5533f4a Reduce stack usage of test_suite_pk by Ron Eldor · 7 years ago
  92. 60ebd98 Enable MBEDTLS_MEMORY_DEBUG in memory buffer alloc test in all.sh by Andrzej Kurek · 6 years ago
  93. c73f857 Remove unnecessary memory buffer alloc and memory backtrace unsets by Andrzej Kurek · 6 years ago
  94. 1f5a596 Disable DTLS proxy tests for MEMORY_BUFFER_ALLOC test by Andrzej Kurek · 6 years ago
  95. 1d07082 all.sh: restructure memory allocator tests by Andrzej Kurek · 6 years ago
  96. d130b98 Add missing dependency in memory buffer alloc set in all.sh by Hanno Becker · 6 years ago
  97. f8799e8 Add all.sh run with full config and ASan enabled by Hanno Becker · 6 years ago
  98. 74b5e34 Add all.sh run with MBEDTLS_MEMORY_BUFFER_ALLOC_C enabled by Hanno Becker · 6 years ago
  99. a9c2a3b Adapt all.sh to removal of buffer allocator from full config by Andrzej Kurek · 6 years ago
  100. fcb8711 Bump version to Mbed TLS 2.16.3 by Jaeden Amero · 6 years ago