1. d552630 Fix GCC warning about `test_snprintf` by Rodrigo Dias Correa · 4 years, 9 months ago
  2. fbd0110 Merge pull request #3746 from gilles-peskine-arm/verbosify-cmake-tests-2.16 by Ronald Cron · 4 years, 10 months ago
  3. b74e0d0 Merge pull request #3596 from gilles-peskine-arm/cert-gen-cleanup-202008-2.16 by Ronald Cron · 4 years, 10 months ago
  4. e944cac Merge pull request #3529 from ronald-cron-arm/common-mbedtls_param_failed-2.16 by Gilles Peskine · 4 years, 10 months ago
  5. bd1b89a all.sh: Enable verbose failure messages for CMake by Jaeden Amero · 6 years ago
  6. e39d14b Fix "make -C tests/data_files -f ..." by Gilles Peskine · 4 years, 11 months ago
  7. ad5c5a2 Merge pull request #3626 from gilles-peskine-arm/test-fail-report-first-2.16 by Gilles Peskine · 5 years ago
  8. 319ecf3 Initialize ret from test code by Gilles Peskine · 5 years ago
  9. dfb5cff Report the first failure, not the last one by Gilles Peskine · 5 years ago
  10. 1bfb580 Bump version to Mbed TLS 2.16.8 by Janos Follath · 5 years ago
  11. 36169d4 Merge branch 'mbedtls-2.16-restricted' by Janos Follath · 5 years ago
  12. 75475d8 Always revoke certificate on CRL by Raoul Strackx · 5 years ago
  13. f082847 Add an option to test constant-flow with valgrind by Manuel Pégourié-Gonnard · 5 years ago
  14. 590b2d9 Add mbedtls_ssl_cf_memcpy_offset() with tests by Manuel Pégourié-Gonnard · 5 years ago
  15. f0b469e Merge branch 'mbedtls-2.16' into mbedtls-2.16-restricted by Manuel Pégourié-Gonnard · 5 years ago
  16. 14cb46d Merge pull request #3598 from makise-homura/mbedtls-2.16 by Gilles Peskine · 5 years ago
  17. d69edda Merge pull request #3601 from gufe44/helpers-redirect-restore-output-2.16 by Gilles Peskine · 5 years ago
  18. 650ce76 Fix bug in redirection of unit test outputs by gufe44 · 5 years ago
  19. 50f6a19 Backport e2k support to mbedtls-2.7 by makise-homura · 5 years ago
  20. e6e812a Commit the intermediate files cert_md*.csr by Gilles Peskine · 5 years ago
  21. 6b739bb Fix "make -C tests/data_files" by Gilles Peskine · 5 years ago
  22. 300e1b3 compat.sh: stop using allow_sha1 by Manuel Pégourié-Gonnard · 5 years ago
  23. 91615cf compat.sh: quit using SHA-1 certificates by Manuel Pégourié-Gonnard · 5 years ago
  24. 0e7bdd1 compat.sh: enable CBC-SHA-2 suites for GnuTLS by Manuel Pégourié-Gonnard · 5 years ago
  25. 2645bcc Fix license header in pre-commit hook by Bence Szépkúti · 5 years ago
  26. a2947ac Update copyright notices to use Linux Foundation guidance by Bence Szépkúti · 5 years ago
  27. daba4f6 Merge pull request #3555 from mpg/x509-verify-non-dns-san-2.16 by Manuel Pégourié-Gonnard · 5 years ago
  28. 4ca6050 Merge pull request #734 from gilles-peskine-arm/x509parse_crl-empty_entry-2.16 by Gilles Peskine · 5 years ago
  29. 62870c9 Remove obsolete buildbot reference in compat.sh by Manuel Pégourié-Gonnard · 5 years ago
  30. a1919ad Fix misuse of printf in shell script by Manuel Pégourié-Gonnard · 5 years ago
  31. 7442f84 Fix added proxy command when IPv6 is used by Manuel Pégourié-Gonnard · 5 years ago
  32. 581af9f Simplify test syntax by Manuel Pégourié-Gonnard · 5 years ago
  33. bedcb3e Fix logic error in setting client port by Manuel Pégourié-Gonnard · 5 years ago
  34. cbd5c03 ssl-opt.sh: include test name in log files by Manuel Pégourié-Gonnard · 5 years ago
  35. e63fc6d ssl-opt.sh: remove old buildbot-specific condition by Manuel Pégourié-Gonnard · 5 years ago
  36. fcf6c16 ssl-opt.sh: add proxy to all DTLS tests by Manuel Pégourié-Gonnard · 5 years ago
  37. 9acf943 Merge pull request #3560 from gufe44/netbsd-rand-arc4random_buf-2.16 by Gilles Peskine · 5 years ago
  38. 3fa7c64 Use arc4random_buf instead of rand on NetBSD by gufe44 · 5 years ago
  39. 4ddfdbf Add the decomposition of the base case as a comment by Gilles Peskine · 5 years ago
  40. d8dc8e2 x509parse_crl: more negative test cases by Gilles Peskine · 5 years ago
  41. 58c8da2 Add test: DNS names should not match IP addresses by Manuel Pégourié-Gonnard · 5 years ago
  42. c703cf1 Add a pre-commit hook that checks generated files by Manuel Pégourié-Gonnard · 5 years ago
  43. 9ad5128 Add -u option to check-generated-files.sh by Manuel Pégourié-Gonnard · 5 years ago
  44. 681615a Remove obsolete comment about test dependency by Manuel Pégourié-Gonnard · 5 years ago
  45. 8e8898d tests: Replace "TEST_ASSERT(!memcmp ...)" by ASSERT_COMPARE by Ronald Cron · 5 years ago
  46. 4bdc13f tests: Remove usage of mbedtls_test_hexify for comparison by Ronald Cron · 5 years ago
  47. aea41df tests: suites: Remove `hex` in name of variables of type data_t by Ronald Cron · 5 years ago
  48. 9fde353 tests: Reformating due to hexcmp() renaming by Ronald Cron · 5 years ago
  49. d239794 tests: Add mbedtls_test_ prefix to hexcmp() by Ronald Cron · 5 years ago
  50. 2b80249 Add comment on memsan + constant-flow testing by Manuel Pégourié-Gonnard · 5 years ago
  51. 1e94128 Factor repeated condition to its own macro by Manuel Pégourié-Gonnard · 5 years ago
  52. 0dab12e Start testing cf_hmac() for constant flow by Manuel Pégourié-Gonnard · 5 years ago
  53. a237722 Add MBEDTLS_TEST_CONSTANT_FLOW_MEMSAN by Manuel Pégourié-Gonnard · 5 years ago
  54. fde7505 Add dummy constant-flow HMAC function with tests by Manuel Pégourié-Gonnard · 5 years ago
  55. a586099 Merge pull request #3475 from gilles-peskine-arm/rename-check_files-2.16 by Gilles Peskine · 5 years ago
  56. ee69477 Rename Python scripts to use '_' and not '-' by Gilles Peskine · 5 years ago
  57. 15a7cd1 Merge tag 'mbedtls-2.16.7' into merge-2.16.7-release-to-mbedtls-2.16 by Janos Follath · 5 years ago
  58. ef5f8fc Bump version to Mbed TLS 2.16.7 by Janos Follath · 5 years ago
  59. 14a5645 tests: Get rid of mbedtls_test_unhexify() in unit test code by Ronald Cron · 5 years ago
  60. 1d5ef29 tests: ccm: Prepare to char* to data_t* type change by Ronald Cron · 5 years ago
  61. b2eb38d tests: aes.ofb: Prepare to char* to data_t* type change by Ronald Cron · 5 years ago
  62. afbe3ee tests: nist_kw: Prepare to char* to data_t* type change by Ronald Cron · 5 years ago
  63. 7e8f1af tests: chacha20: Prepare to char* to data_t* type change by Ronald Cron · 5 years ago
  64. d7a4df8 tests: hkdf: Prepare to char* to data_t* type change by Ronald Cron · 5 years ago
  65. 6d1f0ad tests: aria: Prepare to char* to data_t* type change by Ronald Cron · 5 years ago
  66. 5b13a86 tests: Reformating due to *hexify functions renaming by Ronald Cron · 5 years ago
  67. a0c9ff3 tests: Add mbedtls_test_ prefix to *hexify functions by Ronald Cron · 5 years ago
  68. f69b919 Merge branch 'mbedtls-2.16-restricted' into mbedtls-2.16.7r0 by Janos Follath · 5 years ago
  69. 805b146 all.sh: clean up some uses of "local" variables by Manuel Pégourié-Gonnard · 5 years ago
  70. d2b5ad8 Use all.sh in pre-push hook by Manuel Pégourié-Gonnard · 5 years ago
  71. 1ee6850 Make check_generate_test_code more -q friendly by Manuel Pégourié-Gonnard · 5 years ago
  72. de4ad2d Add a --quiet option to all.sh by Manuel Pégourié-Gonnard · 5 years ago
  73. 1bff684 Adjust comments about SEED synchronisation by Manuel Pégourié-Gonnard · 5 years ago
  74. c2400d3 Make basic-build-test.sh deterministic by Manuel Pégourié-Gonnard · 5 years ago
  75. 2df5857 Remove SHA-1 as a fallback option by Manuel Pégourié-Gonnard · 5 years ago
  76. 72177e3 Add fall-back to hash-based KDF for internal ECP DRBG by Manuel Pégourié-Gonnard · 5 years ago
  77. 047986c Add support for RESTARTABLE with internal RNG by Manuel Pégourié-Gonnard · 5 years ago
  78. 23983f3 Add config.h option MBEDTLS_ECP_NO_INTERNAL_RNG by Manuel Pégourié-Gonnard · 5 years ago
  79. f744bd7 Update license headers to Apache-2.0 OR GPL-2.0-or-later by Bence Szépkúti · 5 years ago
  80. 51b41d5 Add Apache-2.0 headers to all scripts by Bence Szépkúti · 5 years ago
  81. 468a76f Add copyright dates to all scripts by Bence Szépkúti · 5 years ago
  82. cd6fd06 Remove hardcoded line number from the zeroize test by Bence Szépkúti · 5 years ago
  83. 74fc3be Remove superfluous include from zeroize.c by Bence Szépkúti · 5 years ago
  84. 471ae59 Merge pull request #3396 from danh-arm/dh/branch-cov-2.16 by Manuel Pégourié-Gonnard · 5 years ago
  85. 3a562d7 Merge pull request #3401 from mpg/fix-hmac-drbg-deps-2.16 by Manuel Pégourié-Gonnard · 5 years ago
  86. 62b293d Merge pull request #3352 from gilles-peskine-arm/fix-ecp-mul-memory-leak-2.16 by Manuel Pégourié-Gonnard · 5 years ago
  87. c5243c1 Add test for dependencies on HMAC_DRBG in all.sh by Manuel Pégourié-Gonnard · 5 years ago
  88. 8cb1981 Enable branch coverage in basic_build_test.sh by Dan Handley · 5 years ago
  89. 49d3dd0 Merge pull request #3384 from mpg/fix-ctr-drbg-deps-2.16 by Manuel Pégourié-Gonnard · 5 years ago
  90. 014ff5b Add test for building without CTR_DRBG by Manuel Pégourié-Gonnard · 5 years ago
  91. 503b79e Merge pull request #3375 from gilles-peskine-arm/basic-build-test-status-2.16 by Manuel Pégourié-Gonnard · 5 years ago
  92. f2c6e34 Fix undeclared deps on MBEDTLS_CTR_DRBG in tests by Manuel Pégourié-Gonnard · 5 years ago
  93. f25cd6b MBEDTLS_MEMORY_BACKTRACE is no longer included in the full config by Gilles Peskine · 5 years ago
  94. d9701ae Create a seedfile explicitly by Gilles Peskine · 5 years ago
  95. ed1f673 If 'make lcov' failed, exit immediately by Gilles Peskine · 5 years ago
  96. 8bfe12b Note that we keep going even if some tests fail by Gilles Peskine · 5 years ago
  97. f54a5de Exit with a failure status if some tests failed by Gilles Peskine · 5 years ago
  98. b648487 Finish the documentation of normalize_path by Gilles Peskine · 5 years ago
  99. 3c23c82 Run assemble_changelog.py in all.sh by Gilles Peskine · 5 years ago
  100. 43c74d2 Some .pem files are openssl output and have tabs and that's ok by Gilles Peskine · 5 years ago