1. 8e8898d tests: Replace "TEST_ASSERT(!memcmp ...)" by ASSERT_COMPARE by Ronald Cron · 5 years ago
  2. 4bdc13f tests: Remove usage of mbedtls_test_hexify for comparison by Ronald Cron · 5 years ago
  3. aea41df tests: suites: Remove `hex` in name of variables of type data_t by Ronald Cron · 5 years ago
  4. 9fde353 tests: Reformating due to hexcmp() renaming by Ronald Cron · 5 years ago
  5. d239794 tests: Add mbedtls_test_ prefix to hexcmp() by Ronald Cron · 5 years ago
  6. a586099 Merge pull request #3475 from gilles-peskine-arm/rename-check_files-2.16 by Gilles Peskine · 5 years ago
  7. ee69477 Rename Python scripts to use '_' and not '-' by Gilles Peskine · 5 years ago
  8. 15a7cd1 Merge tag 'mbedtls-2.16.7' into merge-2.16.7-release-to-mbedtls-2.16 by Janos Follath · 5 years ago
  9. ef5f8fc Bump version to Mbed TLS 2.16.7 by Janos Follath · 5 years ago
  10. 14a5645 tests: Get rid of mbedtls_test_unhexify() in unit test code by Ronald Cron · 5 years ago
  11. 1d5ef29 tests: ccm: Prepare to char* to data_t* type change by Ronald Cron · 5 years ago
  12. b2eb38d tests: aes.ofb: Prepare to char* to data_t* type change by Ronald Cron · 5 years ago
  13. afbe3ee tests: nist_kw: Prepare to char* to data_t* type change by Ronald Cron · 5 years ago
  14. 7e8f1af tests: chacha20: Prepare to char* to data_t* type change by Ronald Cron · 5 years ago
  15. d7a4df8 tests: hkdf: Prepare to char* to data_t* type change by Ronald Cron · 5 years ago
  16. 6d1f0ad tests: aria: Prepare to char* to data_t* type change by Ronald Cron · 5 years ago
  17. 5b13a86 tests: Reformating due to *hexify functions renaming by Ronald Cron · 5 years ago
  18. a0c9ff3 tests: Add mbedtls_test_ prefix to *hexify functions by Ronald Cron · 5 years ago
  19. f69b919 Merge branch 'mbedtls-2.16-restricted' into mbedtls-2.16.7r0 by Janos Follath · 5 years ago
  20. 805b146 all.sh: clean up some uses of "local" variables by Manuel Pégourié-Gonnard · 5 years ago
  21. d2b5ad8 Use all.sh in pre-push hook by Manuel Pégourié-Gonnard · 5 years ago
  22. 1ee6850 Make check_generate_test_code more -q friendly by Manuel Pégourié-Gonnard · 5 years ago
  23. de4ad2d Add a --quiet option to all.sh by Manuel Pégourié-Gonnard · 5 years ago
  24. 1bff684 Adjust comments about SEED synchronisation by Manuel Pégourié-Gonnard · 5 years ago
  25. c2400d3 Make basic-build-test.sh deterministic by Manuel Pégourié-Gonnard · 5 years ago
  26. 2df5857 Remove SHA-1 as a fallback option by Manuel Pégourié-Gonnard · 5 years ago
  27. 72177e3 Add fall-back to hash-based KDF for internal ECP DRBG by Manuel Pégourié-Gonnard · 5 years ago
  28. 047986c Add support for RESTARTABLE with internal RNG by Manuel Pégourié-Gonnard · 5 years ago
  29. 23983f3 Add config.h option MBEDTLS_ECP_NO_INTERNAL_RNG by Manuel Pégourié-Gonnard · 5 years ago
  30. f744bd7 Update license headers to Apache-2.0 OR GPL-2.0-or-later by Bence Szépkúti · 5 years ago
  31. 51b41d5 Add Apache-2.0 headers to all scripts by Bence Szépkúti · 5 years ago
  32. 468a76f Add copyright dates to all scripts by Bence Szépkúti · 5 years ago
  33. cd6fd06 Remove hardcoded line number from the zeroize test by Bence Szépkúti · 5 years ago
  34. 74fc3be Remove superfluous include from zeroize.c by Bence Szépkúti · 5 years ago
  35. 471ae59 Merge pull request #3396 from danh-arm/dh/branch-cov-2.16 by Manuel Pégourié-Gonnard · 5 years ago
  36. 3a562d7 Merge pull request #3401 from mpg/fix-hmac-drbg-deps-2.16 by Manuel Pégourié-Gonnard · 5 years ago
  37. 62b293d Merge pull request #3352 from gilles-peskine-arm/fix-ecp-mul-memory-leak-2.16 by Manuel Pégourié-Gonnard · 5 years ago
  38. c5243c1 Add test for dependencies on HMAC_DRBG in all.sh by Manuel Pégourié-Gonnard · 5 years ago
  39. 8cb1981 Enable branch coverage in basic_build_test.sh by Dan Handley · 5 years ago
  40. 49d3dd0 Merge pull request #3384 from mpg/fix-ctr-drbg-deps-2.16 by Manuel Pégourié-Gonnard · 5 years ago
  41. 014ff5b Add test for building without CTR_DRBG by Manuel Pégourié-Gonnard · 5 years ago
  42. 503b79e Merge pull request #3375 from gilles-peskine-arm/basic-build-test-status-2.16 by Manuel Pégourié-Gonnard · 5 years ago
  43. f2c6e34 Fix undeclared deps on MBEDTLS_CTR_DRBG in tests by Manuel Pégourié-Gonnard · 5 years ago
  44. f25cd6b MBEDTLS_MEMORY_BACKTRACE is no longer included in the full config by Gilles Peskine · 5 years ago
  45. d9701ae Create a seedfile explicitly by Gilles Peskine · 5 years ago
  46. ed1f673 If 'make lcov' failed, exit immediately by Gilles Peskine · 5 years ago
  47. 8bfe12b Note that we keep going even if some tests fail by Gilles Peskine · 5 years ago
  48. f54a5de Exit with a failure status if some tests failed by Gilles Peskine · 5 years ago
  49. b648487 Finish the documentation of normalize_path by Gilles Peskine · 5 years ago
  50. 3c23c82 Run assemble_changelog.py in all.sh by Gilles Peskine · 5 years ago
  51. 43c74d2 Some .pem files are openssl output and have tabs and that's ok by Gilles Peskine · 5 years ago
  52. 4018251 .dsw files are Visual Studio stuff by Gilles Peskine · 5 years ago
  53. 66de311 Permit empty files by Gilles Peskine · 5 years ago
  54. cd29f86 Normalize line endings by Gilles Peskine · 5 years ago
  55. ce5d854 Check only files checked into Git by Gilles Peskine · 5 years ago
  56. ffaef81 Exclude binary files from text checks by Gilles Peskine · 5 years ago
  57. e6f1f24 Regex mechanism for check-specific exemptions by Gilles Peskine · 5 years ago
  58. 125f89b Check all files by default by Gilles Peskine · 5 years ago
  59. e856ba1 More accurate variable name by Gilles Peskine · 5 years ago
  60. c98ca37 Add test cases to check rng failure by Jonas · 5 years ago
  61. 8b34fef Merge pull request #2710 from k-stachowiak/unified-exit-in-examples-2.16 by Gilles Peskine · 5 years ago
  62. ff8ae11 Adjust the zeroization test to the new length of zeroize.c by k-stachowiak · 6 years ago
  63. 0f59341 Merge pull request #3247 from gilles-peskine-arm/travis-rationalize-2.16 by Gilles Peskine · 5 years ago
  64. e6c0c7d all.sh: on arm builds (GCC or Arm Compiler), show the code size by Gilles Peskine · 5 years ago
  65. dac156b all.sh: add a Cortex-M0+ build by Gilles Peskine · 5 years ago
  66. fcccfbc all.sh: build_arm_none_eabi_gcc: do optimize by Gilles Peskine · 5 years ago
  67. a3c6c8a Rename --arm-gcc-prefix to --arm-none-eabi-gcc-prefix by Gilles Peskine · 5 years ago
  68. 77b1f30 all.sh: reorganize testing around deprecated features by Gilles Peskine · 5 years ago
  69. 313bb50 Strict C99: check it in the full config by Gilles Peskine · 5 years ago
  70. 5ac9793 Strict C99: make sure that fileno() is declared by Gilles Peskine · 5 years ago
  71. 1e557b7 Fix build failure with MBEDTLS_PLATFORM_NV_SEED_ALT by Gilles Peskine · 5 years ago
  72. df4f7c1 Document and fix the MBEDTLS_xxx_ALT logic for the full config by Gilles Peskine · 5 years ago
  73. 7c8c9c9 check-files: support Windows .bat files by Gilles Peskine · 5 years ago
  74. 67c3c3f all.sh: make the arm-gcc cross-compiler prefix configurable by Gilles Peskine · 5 years ago
  75. 5bd9f56 all.sh: run selftest in the full config and with ASan by Gilles Peskine · 5 years ago
  76. ff87343 Merge pull request #3207 from mpg/check-bounds-of-test-intex-in-suites-2.16 by Gilles Peskine · 5 years ago
  77. 15316fd Merge pull request #3169 from gilles-peskine-arm/check-windows-files-2.16 by Gilles Peskine · 5 years ago
  78. 531b00b Make negative function_id value impossible in test suites by k-stachowiak · 6 years ago
  79. 12c299c Merge pull request #3184 from gilles-peskine-arm/pylint-up-to-2.4-2.16 by Gilles Peskine · 5 years ago
  80. da1d437 Merge pull request #3197 from piotr-now/max_pathlen_overflow_mbedtls-2.16 by Jaeden Amero · 5 years ago
  81. acf7f2c Guard from undefined behaviour in case of an INT_MAX max_pathlen by Andrzej Kurek · 5 years ago
  82. a8bc328 Merge pull request #3164 from ronald-cron-arm/unmet-dependencies-buffer-overflow-fix-2.16 by Gilles Peskine · 5 years ago
  83. 399b82f Pylint: minor code simplifications by Gilles Peskine · 5 years ago
  84. 5d1dfd4 Pylint: abide by useless-object-inheritance warnings by Gilles Peskine · 5 years ago
  85. a1bb3f8 mbedtls_test.py: drop compatibility with Python 2 by Gilles Peskine · 5 years ago
  86. af67f8d Document more methods in Python scripts by Gilles Peskine · 5 years ago
  87. 8c3ad4b Make check_python_files non-optional in all.sh by Gilles Peskine · 5 years ago
  88. c373000 Make sure to use a Python 3 pylint by Gilles Peskine · 5 years ago
  89. c04703c Bump version to Mbed TLS 2.16.6 by Janos Follath · 5 years ago
  90. 368ccd4 In Windows files, detect CR without LF as well as LF without CR by Gilles Peskine · 5 years ago
  91. 0d5b016 Check that Windows files have Windows line endings by Gilles Peskine · 5 years ago
  92. cecc726 Also check Windows files by Gilles Peskine · 5 years ago
  93. 1978b68 Sort the list for easier maintenance by Gilles Peskine · 5 years ago
  94. eb9929e List each item on a separate line for easier maintenance by Gilles Peskine · 5 years ago
  95. d69f51b Clarify confusion between file names and suffixes of file names by Gilles Peskine · 5 years ago
  96. b19ad11 unit tests: Indicate missing unmet dependencies by Ronald Cron · 5 years ago
  97. 69cc630 unit tests: Fix potential buffer overflow by Ronald Cron · 5 years ago
  98. bde4d30 Prefer unsigned types for non-negative numbers by Gilles Peskine · 6 years ago
  99. 07c83f2 unit tests: Backport ARRAY_LENGTH macro by Ronald Cron · 5 years ago
  100. 5e65619 Merge pull request #3142 from mpg/fix-reconnect-2.16 by Gilles Peskine · 5 years ago