1. 05fde60 Fix potential double-free in calloc selftest by David Horstmann · 1 year, 8 months ago
  2. e9616fd Fix the build with gcc-12 -Wuse-after-free by Gilles Peskine · 1 year, 9 months ago
  3. e00255c Improve explanations of what bad thing a metatest does by Gilles Peskine · 1 year, 9 months ago
  4. 96c87c4 Uniformly use MBEDTLS_THREADING_C guards by Gilles Peskine · 1 year, 9 months ago
  5. c41133b Add documentation by Gilles Peskine · 1 year, 9 months ago
  6. efc57ca Uninitialized read: make the pointer non-volatile rather than the buffer by Gilles Peskine · 1 year, 9 months ago
  7. 226f1bc More consistent usage of volatile by Gilles Peskine · 1 year, 9 months ago
  8. 5383351 Strengthen against possible compiler optimizations by Gilles Peskine · 1 year, 9 months ago
  9. 2c04f57 programs/test/metatest indirectly includes library/common.h by Gilles Peskine · 1 year, 9 months ago
  10. e38eb79 Add metatests for mutex usage by Gilles Peskine · 1 year, 9 months ago
  11. db2b5c9 Don't use %llx in printf by Gilles Peskine · 1 year, 9 months ago
  12. 6b3b7f8 Fix cast from pointer to integer of different size by Gilles Peskine · 1 year, 9 months ago
  13. 64c6c80 Don't cast a function pointer to a data pointer by Gilles Peskine · 1 year, 9 months ago
  14. 6289ccc Use casts when doing nonstandard pointer conversions by Gilles Peskine · 1 year, 9 months ago
  15. 967714d Strengthen against Clang optimizations by Gilles Peskine · 1 year, 9 months ago
  16. 970584f Metatests for basic Asan and Msan features by Gilles Peskine · 1 year, 9 months ago
  17. 21d8d59 Metatests for null pointer dereference by Gilles Peskine · 1 year, 9 months ago
  18. 30380da Validate that test_fail causes a test failure by Gilles Peskine · 1 year, 9 months ago
  19. c33940d Add a metatest program by Gilles Peskine · 1 year, 9 months ago
  20. 7ff7965 Update headers by Dave Rodgman · 1 year, 9 months ago
  21. 7e36ad1 Merge pull request #7983 from gilles-peskine-arm/sample-program-demos-2.28 by Gilles Peskine · 1 year, 10 months ago
  22. c55060d benchmark: improve code readability by Yanray Wang · 1 year, 10 months ago
  23. c96db3b benchmark: add AES_CFB8 by Yanray Wang · 1 year, 11 months ago
  24. b382c2b benchmark: add AES_CFB128 by Yanray Wang · 1 year, 11 months ago
  25. e008890 Update generated files by Gilles Peskine · 1 year, 11 months ago
  26. 7fbbb61 Merge remote-tracking branch 'mbedtls-2.28' into calloc-also-zeroizes-2-28 by Gilles Peskine · 2 years ago
  27. 34d8bd3 Fix warnings from clang-16 by Gowtham Suresh Kumar · 2 years ago
  28. f5a2ce0 Skip dlopen demo in static builds by Gilles Peskine · 2 years ago
  29. 7f2b98c Use demo_common.sh in dlopen test script by Gilles Peskine · 2 years ago
  30. f35490e Move the overallocation test to test suites by Andrzej Kurek · 2 years, 1 month ago
  31. 8ca66a0 Add an mbedtls_calloc(SIZE_MAX/2, SIZE_MAX/2) test by Andrzej Kurek · 2 years, 1 month ago
  32. c8bf059 Add a calloc selftest for more than a page by Andrzej Kurek · 2 years, 3 months ago
  33. ba16859 Documentation and cosmetic fixes by Andrzej Kurek · 2 years, 1 month ago
  34. 5ffea9d Rework the calloc buffer initialization test in selftest.c by Andrzej Kurek · 2 years, 1 month ago
  35. 39aee12 Fix demo scripts for out-of-tree builds by David Horstmann · 3 years, 8 months ago
  36. 97cbff7 Add a test for calloc zeroization by Andrzej Kurek · 2 years, 3 months ago
  37. 9149e12 Stop selftest hanging when run on CI by Tom Cosgrove · 2 years, 5 months ago
  38. 56d9003 Fix more argc checks by Aditya Deshpande · 2 years, 6 months ago
  39. ec03b04 Update generated files by Gilles Peskine · 2 years, 7 months ago
  40. 1b6c09a Switch to the new code style by Gilles Peskine · 2 years, 7 months ago
  41. 49f99bc Fix typos prior to release by Tom Cosgrove · 2 years, 8 months ago
  42. b3b0ec9 Add missing dependencies by Andrzej Kurek · 2 years, 10 months ago
  43. 093a4aa Remove useless platform macro redefinitions: automatic part by Gilles Peskine · 2 years, 10 months ago
  44. 36f19b9 Include platform.h unconditionally: automatic part by Gilles Peskine · 2 years, 10 months ago
  45. eee5c8a Merge pull request #5982 from gilles-peskine-arm/selftest-calloc-pointer-comparison-fix-2.28 by Dave Rodgman · 3 years, 1 month ago
  46. 52396ef Remove largely useless bit of test log to silence GCC 12 by Gilles Peskine · 3 years, 1 month ago
  47. 0e7791f Redo of PR#5345. Fixed spelling and typographical errors found by CodeSpell. by Shaun Case · 3 years, 8 months ago
  48. f87d843 Merge pull request #5740 from gilles-peskine-arm/psa-crypto-config-file-2.28 by Gilles Peskine · 3 years, 3 months ago
  49. 8e9e1f6 Merge pull request #5744 from mpg/benchmark-ecc-heap-2.28 by Gilles Peskine · 3 years, 3 months ago
  50. db7d0d9 Update query_config by Gilles Peskine · 3 years, 4 months ago
  51. 6408495 Fix alignment in benchmark output by Manuel Pégourié-Gonnard · 3 years, 7 months ago
  52. 7c45b67 Fix the build when MBEDTLS_PLATFORM_C is unset by Gilles Peskine · 3 years, 5 months ago
  53. 7ece768 Seed the PRNG even if time() isn't available by Gilles Peskine · 3 years, 4 months ago
  54. 65f93d5 Fix udp_proxy dependency on MBEDTLS_HAVE_TIME by Andrzej Kurek · 3 years, 5 months ago
  55. 0e4a1aa programs/test: fix build without MBEDTLS_HAVE_TIME by David Horstmann · 3 years, 8 months ago
  56. 301db66 Do not include time.h without MBEDTLS_HAVE_TIME by Daniel Axtens · 5 years ago
  57. 5e41e0e Update generated file by Gilles Peskine · 3 years, 8 months ago
  58. 47569e0 fix help message issues by Jerry Yu · 3 years, 8 months ago
  59. 4f2dff4 Add list_config into query_comile_time_config by Jerry Yu · 3 years, 8 months ago
  60. 0abd677 Add list_config generation by Jerry Yu · 3 years, 8 months ago
  61. 6fa5c1d Use the normal idiom to support MBEDTLS_CONFIG_FILE by Gilles Peskine · 3 years, 8 months ago
  62. 8e8e965 Fix dynamic library extension on macOS by Gilles Peskine · 3 years, 9 months ago
  63. eea9c74 More explicit output for the test program by Gilles Peskine · 3 years, 9 months ago
  64. 3dbb3e7 Avoid undefined variable warning without MBEDTLS_MD_C by Gilles Peskine · 3 years, 9 months ago
  65. 99d8486 Use CMake's knowledge of what system library has dlopen() by Gilles Peskine · 3 years, 9 months ago
  66. 507c787 Don't build dlopen when building for Windows by Gilles Peskine · 3 years, 9 months ago
  67. 71fcb3c Only link with libdl on Linux by Gilles Peskine · 3 years, 9 months ago
  68. 27482f1 Run the dlopen test in shared library builds by Gilles Peskine · 3 years, 9 months ago
  69. e943353 New test app for dynamic loading of libmbed* with dlopen by Gilles Peskine · 3 years, 9 months ago
  70. d599dc7 Merge pull request #4932 from tom-daubney-arm/all.sh-subshells-2.x by Manuel Pégourié-Gonnard · 3 years, 9 months ago
  71. 95f2324 Merge pull request #4845 from mstarzyk-mobica/ecb-alt-ret-2.2x by Gilles Peskine · 3 years, 10 months ago
  72. 6eb8007 Add documentation by Gilles Peskine · 4 years ago
  73. 560e1dc Switch to 4-space indentation by Gilles Peskine · 4 years ago
  74. 9b35640 Generate cpp_dummy_build.cpp dynamically by Gilles Peskine · 4 years, 1 month ago
  75. 8ad54fa Update files generated from config.h by Gilles Peskine · 3 years, 10 months ago
  76. 377a310 Catch failures of AES or DES operations by Gilles Peskine · 4 years, 1 month ago
  77. b3d344c Remove MBEDTLS_TLS_DEFAULT_ALLOW_SHA1_IN_CERTIFICATES option. by Mateusz Starzyk · 4 years ago
  78. f87422f Merge pull request #4427 from gilles-peskine-arm/tls_ext_cid-config-2.x by Manuel Pégourié-Gonnard · 4 years ago
  79. 1413428 Fix bug with UDP proxy not forwarding enough by Manuel Pégourié-Gonnard · 4 years, 1 month ago
  80. 4e54f25 avoid "maybe-uninitialized" and "free-nonheap-object" errors/warnings with gcc11 by Shawn Carey · 4 years, 3 months ago
  81. 065a1c8 Allow configuring MBEDTLS_TLS_EXT_CID at compile time by Gilles Peskine · 4 years, 3 months ago
  82. 6801f08 Implement support for MBEDTLS_PSA_CRYPTO_BUILTIN_KEYS by Steven Cooreman · 4 years, 6 months ago
  83. d520037 Merge pull request #3512 from gilles-peskine-arm/ecp-alloc-202007 by Gilles Peskine · 4 years, 4 months ago
  84. 5fd5747 Add missing header to cpp_dummy_build.cpp test by David Brown · 4 years, 6 months ago
  85. bb86d0c Merge pull request #3995 from stevew817/feature/psa_configurable_static_ram_usage by Gilles Peskine · 4 years, 6 months ago
  86. ea8d387 Fix config query file by Steven Cooreman · 4 years, 6 months ago
  87. 3768ac1 Add MBEDTLS_PSA_CRYPTO_CLIENT configuration option by Ronald Cron · 4 years, 6 months ago
  88. 53943ca Merge pull request #3992 from stevew817/feature/ecp_no_fallback by Gilles Peskine · 4 years, 6 months ago
  89. ddb3bd5 Merge pull request #3897 from d3zd3z/fix-cmake28 by Ronald Cron · 4 years, 6 months ago
  90. 2427d15 Merge pull request #3986 from gilles-peskine-arm/ssl_test_lib-create by paul-elliott-arm · 4 years, 7 months ago
  91. c772b18 Move the declaration of query_config() to a dedicated header file by Gilles Peskine · 4 years, 7 months ago
  92. 97b4984 Add a flag for disabling fallback in ecp.c by Steven Cooreman · 4 years, 7 months ago
  93. a51e1db Merge pull request #3895 from gilles-peskine-arm/psa-external-random by Gilles Peskine · 4 years, 7 months ago
  94. a27a4e2 Merge pull request #3929 from gilles-peskine-arm/psa-driver-remove-old-accel by Manuel Pégourié-Gonnard · 4 years, 8 months ago
  95. 28f62f6 Support running the benchmark with a single curve by Gilles Peskine · 5 years ago
  96. db6b03b Remove old-style accelerator and entropy driver interfaces by Gilles Peskine · 4 years, 8 months ago
  97. 80448aa Fix GCC warning about `test_snprintf` by Rodrigo Dias Correa · 4 years, 9 months ago
  98. ed03890 PSA: allow the configuration to favor HMAC_DRBG by Gilles Peskine · 4 years, 9 months ago
  99. f08b3f8 Autonomous random driver: create configuration option by Gilles Peskine · 4 years, 9 months ago
  100. a8e309e cmake: Fix added sources to targets by David Brown · 4 years, 9 months ago