1. 498e632 Fix possible close_notify/ClientHello confusion by Manuel Pégourié-Gonnard · 5 years ago
  2. 334cf59 Bump version to Mbed TLS 2.16.5 by Janos Follath · 5 years ago
  3. 96ed13e Test each failure mode of pk_parse_key_pkcs1_der() by Manuel Pégourié-Gonnard · 5 years ago
  4. 12fb9c3 Clean up test function pk_parse_key by Manuel Pégourié-Gonnard · 5 years ago
  5. a59988e Merge pull request #3029 from gilles-peskine-arm/test-opt-all-2.16 by Manuel Pégourié-Gonnard · 5 years ago
  6. 8d9b1c4 Merge pull request #3027 from gilles-peskine-arm/mpi_copy_shrink-2.16 by Manuel Pégourié-Gonnard · 5 years ago
  7. 82ebf51 Merge pull request #3019 from mpg/fix-ssl-opt-gnutls-no-sha1-2.16 by Janos Follath · 6 years ago
  8. 0fe92c2 Test GCC and Clang with common build options by Gilles Peskine · 6 years ago
  9. 99d70d8 Replace -O0 by -O1 or -Os in most components by Gilles Peskine · 6 years ago
  10. 8ece857 shrink tests: clearer description by Gilles Peskine · 6 years ago
  11. e0ced3a Move test functions from Lilliput to Blefuscu by Gilles Peskine · 6 years ago
  12. 8fe3b79 Better coverage for copy and swap by Gilles Peskine · 6 years ago
  13. e6cca7c Bignum copy/shrink: More precise test case descriptions by Gilles Peskine · 6 years ago
  14. a7b9007 Merge pull request #2972 from mpg/add-zlib-tests-2.16 by Manuel Pégourié-Gonnard · 6 years ago
  15. d20ae89 De-duplicate SHA1-independent test in ssl-opt.sh by Manuel Pégourié-Gonnard · 6 years ago
  16. 7c9add2 Fix ssl-opt.sh for GnuTLS versions rejecting SHA-1 by Manuel Pégourié-Gonnard · 6 years ago
  17. bac9f1b Merge pull request #3001 from from gilles-peskine-arm/coverity-20200115-2.16 into mbedtls-2.16 by Janos Follath · 6 years ago
  18. 114d339 Add detection for zlib headers to all.sh by Manuel Pégourié-Gonnard · 6 years ago
  19. 75aab52 Add missing return code check on calls to mbedtls_md() by Gilles Peskine · 6 years ago
  20. 1a30fbb Check that mbedtls_mpi_grow succeeds by Gilles Peskine · 6 years ago
  21. 32b0216 Bump version to Mbed TLS 2.16.4 by Janos Follath · 6 years ago
  22. 39e2c0e Merge remote-tracking branch 'origin/mbedtls-2.16' into mbedtls-2.16-restricted by Jaeden Amero · 6 years ago mbedtls-2.16.4
  23. 95a17fb Add test for record compression in ssl-opt.sh by Manuel Pégourié-Gonnard · 6 years ago
  24. 4ef189d Add all.sh components with ZLIB enabled by Manuel Pégourié-Gonnard · 6 years ago
  25. 349a079 Fix some pylint warnings by Darryl Green · 6 years ago
  26. c054643 Merge pull request #2894 from gilles-peskine-arm/drbg-set_entropy_len-2.16 by Jaeden Amero · 6 years ago
  27. 554d5d5 Enable more test cases without MBEDTLS_MEMORY_DEBUG by Gilles Peskine · 6 years ago
  28. 4a55e7c More accurate test case description by Gilles Peskine · 6 years ago
  29. 19baefa Clarify that the "FATAL" message is expected by Gilles Peskine · 6 years ago
  30. b159ae8 mpi_lt_mpi_ct: Add further tests by Janos Follath · 6 years ago
  31. b2fddfd mpi_lt_mpi_ct: Fix test numbering by Janos Follath · 6 years ago
  32. 1452862 mpi_lt_mpi_ct perform tests for both limb size by Janos Follath · 6 years ago
  33. 798e394 mbedtls_mpi_lt_mpi_ct: add tests for 32 bit limbs by Janos Follath · 6 years ago
  34. e1bf02a Add more tests for mbedtls_mpi_lt_mpi_ct by Janos Follath · 6 years ago
  35. 27d221a mpi_lt_mpi_ct test: hardcode base 16 by Janos Follath · 6 years ago
  36. 867a3ab Change mbedtls_mpi_cmp_mpi_ct to check less than by Janos Follath · 6 years ago
  37. e9ae630 Add tests to constant time mpi comparison by Janos Follath · 6 years ago
  38. 912ffe4 CTR_DRBG: support set_entropy_len() before seed() by Gilles Peskine · 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. 8fedeaa Merge pull request #2871 from gilles-peskine-arm/test_malloc_0_null-2.16 by Jaeden Amero · 6 years ago
  41. 33685f5 'make test' must fail if Asan fails by Gilles Peskine · 6 years ago
  42. ac47906 Asan make builds: avoid sanitizer recovery by Gilles Peskine · 6 years ago
  43. b1478e8 Use UBsan in addition to Asan with 'make test' by Gilles Peskine · 6 years ago
  44. ff26b04 Unify ASan options in make builds by Gilles Peskine · 6 years ago
  45. b9fc079 Merge remote-tracking branch 'origin/pr/2864' into mbedtls-2.16 by Jaeden Amero · 6 years ago
  46. b0328ba Merge remote-tracking branch 'origin/pr/2323' into mbedtls-2.16 by Jaeden Amero · 6 years ago
  47. c6b0986 Add a test component with malloc(0) returning NULL by Gilles Peskine · 6 years ago
  48. ae9f2a2 Fix compilation error by Ron Eldor · 6 years ago
  49. 39512b4 Add const to variable by Ron Eldor · 6 years ago
  50. 6e76108 Fix endianity issue when reading uint32 by Ron Eldor · 6 years ago
  51. 2ad73aa Increase test suite timeout by Ron Eldor · 7 years ago
  52. 3adb981 Reduce stack usage of test_suite_pkcs1_v15 by Ron Eldor · 7 years ago
  53. 5d7254a Reduce stack usage of test_suite_pkcs1_v21 by Ron Eldor · 7 years ago
  54. e4c5fa7 Reduce stack usage of test_suite_rsa by Ron Eldor · 7 years ago
  55. 5533f4a Reduce stack usage of test_suite_pk by Ron Eldor · 7 years ago
  56. 60ebd98 Enable MBEDTLS_MEMORY_DEBUG in memory buffer alloc test in all.sh by Andrzej Kurek · 6 years ago
  57. c73f857 Remove unnecessary memory buffer alloc and memory backtrace unsets by Andrzej Kurek · 6 years ago
  58. 1f5a596 Disable DTLS proxy tests for MEMORY_BUFFER_ALLOC test by Andrzej Kurek · 6 years ago
  59. 1d07082 all.sh: restructure memory allocator tests by Andrzej Kurek · 6 years ago
  60. d130b98 Add missing dependency in memory buffer alloc set in all.sh by Hanno Becker · 6 years ago
  61. f8799e8 Add all.sh run with full config and ASan enabled by Hanno Becker · 6 years ago
  62. 74b5e34 Add all.sh run with MBEDTLS_MEMORY_BUFFER_ALLOC_C enabled by Hanno Becker · 6 years ago
  63. a9c2a3b Adapt all.sh to removal of buffer allocator from full config by Andrzej Kurek · 6 years ago
  64. fcb8711 Bump version to Mbed TLS 2.16.3 by Jaeden Amero · 6 years ago
  65. 8940867 Merge remote-tracking branch 'origin/mbedtls-2.16' into mbedtls-2.16-restricted by Jaeden Amero · 6 years ago
  66. 43dc0d6 ssl-opt.sh: wait for proxy to start before running the script further by Unknown · 6 years ago
  67. 6d079ba Merge remote-tracking branch 'upstream-restricted/mbedtls-2.16-proposed' into mbedtls-2.16-restricted by Gilles Peskine · 6 years ago
  68. 4d7c748 Merge remote-tracking branch 'upstream-restricted/pr/503' into mbedtls-2.16-restricted by Gilles Peskine · 6 years ago
  69. 33f66ba Merge remote-tracking branch 'upstream-restricted/pr/556' into mbedtls-2.16-restricted by Gilles Peskine · 6 years ago
  70. 3a93065 Merge remote-tracking branch 'upstream-restricted/pr/613' into mbedtls-2.16-restricted by Gilles Peskine · 6 years ago
  71. 376d0d9 Merge remote-tracking branch 'upstream-public/pr/2736' into mbedtls-2.16 by Gilles Peskine · 6 years ago
  72. c1b621c Merge remote-tracking branch 'upstream-public/pr/2754' into mbedtls-2.16 by Gilles Peskine · 6 years ago
  73. 7a93214 Merge remote-tracking branch 'upstream-public/pr/2778' into mbedtls-2.16 by Gilles Peskine · 6 years ago
  74. e30c091 Exclude DTLS 1.2 only with older OpenSSL by Gilles Peskine · 6 years ago
  75. 560f332 Document the rationale for the armel build by Gilles Peskine · 6 years ago
  76. e07b9ff Switch armel build to -Os by Gilles Peskine · 6 years ago
  77. 0bd284d Add a build on ARMv5TE in ARM mode by Gilles Peskine · 6 years ago
  78. c3c738e Merge pull request #639 from ARMmbed/mbedtls-2.16-proposed by Gilles Peskine · 6 years ago
  79. a60dc25 Merge pull request #2419 from RonEld/Backport2.16_2734 by Gilles Peskine · 6 years ago
  80. 1e3eb28 Merge pull request #2735 from hanno-arm/skip_test-2.16 by Gilles Peskine · 6 years ago
  81. 756b3f2 entropy_nv_seed: cope with SHA-256 by Gilles Peskine · 6 years ago
  82. 0450eec entropy_nv_seed: clean up properly by Gilles Peskine · 6 years ago
  83. fc41bd7 Don't call memset after calloc by Gilles Peskine · 6 years ago
  84. af4578f Merge remote-tracking branch 'origin/mbedtls-2.16' into mbedtls-2.16-restricted by Jaeden Amero · 6 years ago
  85. cb686a1 Merge remote-tracking branch 'origin/pr/2743' into mbedtls-2.16 by Jaeden Amero · 6 years ago
  86. 7c52e22 Fix parsing issue when int parameter is in base 16 by Ron Eldor · 6 years ago
  87. e81ff54 Refactor receive_uint32() by Ron Eldor · 6 years ago
  88. 3dd7790 Refactor get_byte function by Ron Eldor · 6 years ago
  89. 9d40da2 Make the script portable to both pythons by Ron Eldor · 6 years ago
  90. b43fe57 Update the test encoding to support python3 by Ron Eldor · 6 years ago
  91. 56b6e52 update the test script by Ron Eldor · 6 years ago
  92. 3650392 Update certificates to expire in 2029 by Ron Eldor · 6 years ago
  93. 9647bc5 Update soon to be expired crl by Ron Eldor · 6 years ago
  94. a258ccd tests: Limit each log to 10 GiB by Jaeden Amero · 6 years ago
  95. d7ec086 Merge remote-tracking branch 'origin/mbedtls-2.16' into mbedtls-2.16-restricted by Jaeden Amero · 6 years ago
  96. ad1836a Add a test for mlaformed ECJPAKE context by k-stachowiak · 6 years ago
  97. dc25c32 Test that a shared library build produces a dynamically linked executable by Gilles Peskine · 6 years ago
  98. 2c47ffc Test that the shared library build with CMake works by Gilles Peskine · 6 years ago
  99. 87bf1b5 Add a test of MBEDTLS_CONFIG_FILE by Gilles Peskine · 6 years ago
  100. d3369f6 Add TEST_ASSUME macro to allow skipping tests at runtime by Hanno Becker · 6 years ago