1. 6c97985 Remove generated files in all cmake_as_x tests by David Horstmann · 1 year, 10 months ago
  2. a722d0a Update CMake minimum version(s) to match main CMakeLists.txt by Paul Elliott · 1 year, 11 months ago
  3. eab2055 Fix query_config.c generation with CMake build system by Ronald Cron · 1 year, 11 months ago
  4. b9664ee Don't include configuration adjustment headers by Gilles Peskine · 1 year, 11 months ago
  5. 17d5081 Merge pull request #8099 from gilles-peskine-arm/split-config_psa-prepare by Tom Cosgrove · 2 years ago
  6. 796bc2b Merge pull request #7486 from AndrzejKurek/calloc-also-zeroizes by Gilles Peskine · 2 years ago
  7. 9af413b Don't try to include mbedtls/config_*.h by Gilles Peskine · 2 years, 3 months ago
  8. 186731b Fix warnings from clang-16 by Gowtham Suresh Kumar · 2 years ago
  9. 60de0b1 Move the overallocation test to test suites by Andrzej Kurek · 2 years, 3 months ago
  10. aae3208 Add an mbedtls_calloc(SIZE_MAX/2, SIZE_MAX/2) test by Andrzej Kurek · 2 years, 3 months ago
  11. e35f3a2 Add a calloc selftest for more than a page by Andrzej Kurek · 2 years, 3 months ago
  12. ecaf6fb Documentation and cosmetic fixes by Andrzej Kurek · 2 years, 3 months ago
  13. 9032711 Move the calloc buffer initialization test to selftest.c by Andrzej Kurek · 2 years, 3 months ago
  14. 05d71ff Merge remote-tracking branch 'origin/development' into sha3-updated by Dave Rodgman · 2 years, 2 months ago
  15. 4dfa368 Fix demo scripts for out-of-tree builds by David Horstmann · 3 years, 8 months ago
  16. d06c6fc Merge branch 'development' into sha3 by Pol Henarejos · 2 years, 3 months ago
  17. 417c4c8 Merge pull request #5770 from mstorsjo/win32-fallback-timer by Dave Rodgman · 2 years, 3 months ago
  18. f61d6c0 Merge branch 'development' into sha3 by Pol Henarejos · 2 years, 5 months ago
  19. df6e84a Test the PSA alternative header configuration macros by Gilles Peskine · 2 years, 5 months ago
  20. 5464773 Add checks to selftest by Dave Rodgman · 2 years, 6 months ago
  21. b3b220c Correct style. by Pol Henarejos · 2 years, 6 months ago
  22. a677928 Style. by Pol Henarejos · 2 years, 6 months ago
  23. 4e74733 Merge branch 'development' into sha3 by Pol Henarejos · 2 years, 6 months ago
  24. 9b45f6b Fix more argc checks by Aditya Deshpande · 2 years, 6 months ago
  25. 449bd83 Switch to the new code style by Gilles Peskine · 2 years, 7 months ago
  26. e3d8f31 Workaround Uncrustify parsing of "asm" by David Horstmann · 2 years, 7 months ago
  27. 7a389dd Merge pull request #6784 from valeriosetti/issue6702 by Manuel Pégourié-Gonnard · 2 years, 7 months ago
  28. d10e0a6 sha: fix minor issues/typos by Valerio Setti · 2 years, 8 months ago
  29. 7796cc4 Fix overflow in mbedtls_timing_hardclock by Dave Rodgman · 2 years, 8 months ago
  30. 46e8fd8 test: sha: test SHA224 and SHA256 separately by Valerio Setti · 2 years, 8 months ago
  31. 898e7a3 test: sha: test SHA384 and SHA512 separately by Valerio Setti · 2 years, 8 months ago
  32. ebf322d Merge pull request #6629 from concatime/cmake-config-dir by Manuel Pégourié-Gonnard · 2 years, 8 months ago
  33. 1797b05 Fix typos prior to release by Tom Cosgrove · 2 years, 8 months ago
  34. 760f3a0 Install CMake files in MbedTLS dir by Issam E. Maghni · 2 years, 9 months ago
  35. 6832774 Add missing dependencies by Andrzej Kurek · 2 years, 10 months ago
  36. c9754c3 Merge branch 'Mbed-TLS:development' into sha3 by Pol Henarejos · 2 years, 10 months ago
  37. e9b5592 Remove useless platform macro redefinitions: automatic part by Gilles Peskine · 2 years, 11 months ago
  38. 945b23c Include platform.h unconditionally: automatic part by Gilles Peskine · 2 years, 11 months ago
  39. 62c8763 Improve macro expansion help message by Jerry Yu · 3 years ago
  40. 08dccc1 Improve help message by Jerry Yu · 3 years ago
  41. 2fcb056 Add requires_{any,all}_configs_enabled functions by Jerry Yu · 3 years ago
  42. 0ff241a Remove largely useless bit of test log to silence GCC 12 by Gilles Peskine · 3 years, 1 month ago
  43. 7dbd5d1 Add self tests (taken from #1549). by Pol Henarejos · 3 years, 3 months ago
  44. ebb3640 Added SHA3 to benchmark. by Pol Henarejos · 3 years, 3 months ago
  45. d87e46f Merge pull request #3641 from okhowang/c99 by Dave Rodgman · 3 years, 3 months ago
  46. 9bc53a2 Merge pull request #5806 from josesimoes/fix-3031 by Manuel Pégourié-Gonnard · 3 years, 3 months ago
  47. 8b0ecbc Redo of PR#5345. Fixed spelling and typographical errors found by CodeSpell. by Shaun Case · 3 years, 8 months ago
  48. faef649 Fix Ubuntu compile error in udp_proxy.c by Dave Rodgman · 3 years, 3 months ago
  49. 2341956 Remove prompt to exit in all programs by josesimoes · 3 years, 3 months ago
  50. 72b99ed Merge pull request #5381 from mpg/benchmark-ecc-heap by Gilles Peskine · 3 years, 3 months ago
  51. 5c1479d Use QueryPerformanceCounter as fallback timer on non-x86 mingw by Martin Storsjö · 3 years, 3 months ago
  52. afbfed9 Merge pull request #5582 from gilles-peskine-arm/ssl-opt-auto-psk by Gilles Peskine · 3 years, 4 months ago
  53. ed35887 Merge pull request #2104 from hanno-arm/iotssl-2071 by Dave Rodgman · 3 years, 4 months ago
  54. 8f5a29a Improve fix for printf specifier by Dave Rodgman · 3 years, 4 months ago
  55. eaba723 Fix printf specifier by Dave Rodgman · 3 years, 4 months ago
  56. e2e7e94 Fail for types not of size 2, 4 or 8 by Dave Rodgman · 3 years, 4 months ago
  57. baae59c Improve documentation of absence-of-padding check by Hanno Becker · 7 years ago
  58. 0d7dd3c Check that size_t and ptrdiff_t don't have padding by Hanno Becker · 7 years ago
  59. 4ab3850 Check that integer types don't use padding bits in selftest by Hanno Becker · 7 years ago
  60. e756f64 Seed the PRNG even if time() isn't available by Gilles Peskine · 3 years, 4 months ago
  61. 6056e7a Fix benchmark and udp_proxy dependency on MBEDTLS_HAVE_TIME by Andrzej Kurek · 3 years, 5 months ago
  62. 5b9cb9e programs/test: fix build without MBEDTLS_HAVE_TIME by David Horstmann · 3 years, 8 months ago
  63. fd222da Fix the build when MBEDTLS_PLATFORM_C is unset by Gilles Peskine · 3 years, 5 months ago
  64. bf5b46c Fix alignment in benchmark output by Manuel Pégourié-Gonnard · 3 years, 7 months ago
  65. 6ced002 Count allocs without side-effects by Manuel Pégourié-Gonnard · 3 years, 7 months ago
  66. cd4ad0c No need to call a function to avoid a warning. by Manuel Pégourié-Gonnard · 3 years, 7 months ago
  67. 68322c4 Remove old useless function from benchmark by Manuel Pégourié-Gonnard · 3 years, 7 months ago
  68. c405544 Use alloc counters in memory benchmarking by Manuel Pégourié-Gonnard · 3 years, 7 months ago
  69. a93aa58 Fix build failure in benchmark in reduced configs by Manuel Pégourié-Gonnard · 3 years, 7 months ago
  70. 29ceb56 fix help message issues by Jerry Yu · 3 years, 8 months ago
  71. a15f3cc Add list_config into query_comile_time_config by Jerry Yu · 3 years, 8 months ago
  72. 84e63a7 Add list_config generation by Jerry Yu · 3 years, 8 months ago
  73. 834d229 Fix dynamic library extension on macOS by Gilles Peskine · 3 years, 9 months ago
  74. 7fb54c5 More explicit output for the test program by Gilles Peskine · 3 years, 9 months ago
  75. b6a0299 Avoid undefined variable warning without MBEDTLS_MD_C by Gilles Peskine · 3 years, 9 months ago
  76. 88e3e70 Use CMake's knowledge of what system library has dlopen() by Gilles Peskine · 3 years, 9 months ago
  77. f80a029 Don't build dlopen when building for Windows by Gilles Peskine · 3 years, 9 months ago
  78. 5dbee58 Only link with libdl on Linux by Gilles Peskine · 3 years, 9 months ago
  79. ca14459 Run the dlopen test in shared library builds by Gilles Peskine · 3 years, 9 months ago
  80. a7c247e New test app for dynamic loading of libmbed* with dlopen by Gilles Peskine · 3 years, 9 months ago
  81. a8d1406 Rename DEV_MODE to GEN_FILES by David Horstmann · 3 years, 10 months ago
  82. d64f4b2 Fix assorted spelling and wording issues by David Horstmann · 3 years, 10 months ago
  83. e90e405 Introduce "Dev mode" option by Manuel Pégourié-Gonnard · 4 years ago
  84. 86cfa6c Allow CMake to generate query_config.c by Manuel Pégourié-Gonnard · 4 years, 3 months ago
  85. 7820a57 Catch failures of AES or DES operations by Gilles Peskine · 4 years, 1 month ago
  86. 0bf740e Merge pull request #4765 from gilles-peskine-arm/all.sh-subshells-3.0 by Gilles Peskine · 4 years ago
  87. 91e890e Add documentation by Gilles Peskine · 4 years ago
  88. 3cbd69c Switch to 4-space indentation by Gilles Peskine · 4 years ago
  89. 03ab544 Generate cpp_cummy_build.cpp dynamically by Gilles Peskine · 4 years, 1 month ago
  90. 71ce4ef Fix bug with UDP proxy not forwarding enough by Manuel Pégourié-Gonnard · 4 years, 1 month ago
  91. 8682fae Merge pull request #4694 from gilles-peskine-arm/out_size-3.0 by Ronald Cron · 4 years, 1 month ago
  92. bb0cfeb Rename config.h to mbedtls_config.h by Bence Szépkúti · 4 years, 2 months ago
  93. c662b36 Replace all inclusions of config.h by Bence Szépkúti · 4 years, 2 months ago
  94. 10bda58 Merge pull request #4259 from CJKay/cmake-config by Dave Rodgman · 4 years, 1 month ago
  95. f00f152 Add output size parameter to signature functions by Gilles Peskine · 4 years, 1 month ago
  96. a805d57 Merge pull request #4588 from TRodziewicz/remove_MD2_MD4_RC4_Blowfish_and_XTEA by Manuel Pégourié-Gonnard · 4 years, 1 month ago
  97. 8c8166a Merge pull request #4640 from TRodziewicz/move_part_of_timing_module_out_of_the_library_and_to_test by Dave Rodgman · 4 years, 2 months ago
  98. 10e8cf5 Remove MD2, MD4, RC4, Blowfish and XTEA by TRodziewicz · 4 years, 2 months ago
  99. 17575dc Merge pull request #4629 from TRodziewicz/rename_functions_whose_deprecated_variants_have_been_removd by Gilles Peskine · 4 years, 2 months ago
  100. 9a9609e Make static all the functions moved to bechmark.c by TRodziewicz · 4 years, 2 months ago