1. ae59c52 Create configuration option to bypass the mbedtls_ssl_set_hostname check by Gilles Peskine · 6 months ago
  2. 20e964f Fix some typo for include folder by Wenxing Hou · 1 year, 2 months ago
  3. 9ebf9aa Merge pull request #9153 from gilles-peskine-arm/oid-limits-2.28 by Gilles Peskine · 1 year, 2 months ago
  4. a8cd2e6 Fix the build without check_config.h (inclusion of limits.h) by Gilles Peskine · 1 year, 3 months ago
  5. d4b3fe7 Merge branch 'mbedtls-2.28' into 'mbedtls-2.28-restricted' by Minos Galanakis · 1 year, 5 months ago
  6. 5bada22 Update generated files with inverted option by David Horstmann · 1 year, 5 months ago
  7. 7ebb3c5 Add metatests for failing TEST_EQUAL and TEST_LE_* by Paul Elliott · 1 year, 6 months ago
  8. 9d52c71 Merge remote-tracking branch 'restricted/mbedtls-2.28' into mbedtls-2.28-restricted by Dave Rodgman · 1 year, 6 months ago
  9. 1b421b1 Separate memory poisoning tests from generic ASan by David Horstmann · 1 year, 7 months ago
  10. d074a5a Only run memory poisoning metatests when poisoning by David Horstmann · 1 year, 7 months ago
  11. 3ce3e7a Add new config option to generated files by David Horstmann · 1 year, 8 months ago
  12. 05fde60 Fix potential double-free in calloc selftest by David Horstmann · 1 year, 8 months ago
  13. 7d68a19 Protect against compiler optimizations by Gilles Peskine · 1 year, 8 months ago
  14. 0c7d3ed Memory poisoning: meta-test writes as well as reads by Gilles Peskine · 1 year, 8 months ago
  15. d751406 Port to platforms where printf doesn't have %zu by Gilles Peskine · 1 year, 9 months ago
  16. ac8cd66 Fix MSVC build failure by Gilles Peskine · 1 year, 9 months ago
  17. 962c5da Fix memory poisoning with Asan on arbitrary byte boundaries by Gilles Peskine · 1 year, 9 months ago
  18. 071d144 Add memory poisoning framework by Gilles Peskine · 1 year, 9 months ago
  19. e9616fd Fix the build with gcc-12 -Wuse-after-free by Gilles Peskine · 1 year, 9 months ago
  20. e00255c Improve explanations of what bad thing a metatest does by Gilles Peskine · 1 year, 9 months ago
  21. 96c87c4 Uniformly use MBEDTLS_THREADING_C guards by Gilles Peskine · 1 year, 9 months ago
  22. c41133b Add documentation by Gilles Peskine · 1 year, 9 months ago
  23. efc57ca Uninitialized read: make the pointer non-volatile rather than the buffer by Gilles Peskine · 1 year, 9 months ago
  24. 226f1bc More consistent usage of volatile by Gilles Peskine · 1 year, 9 months ago
  25. 5383351 Strengthen against possible compiler optimizations by Gilles Peskine · 1 year, 9 months ago
  26. 2c04f57 programs/test/metatest indirectly includes library/common.h by Gilles Peskine · 1 year, 9 months ago
  27. e38eb79 Add metatests for mutex usage by Gilles Peskine · 1 year, 9 months ago
  28. db2b5c9 Don't use %llx in printf by Gilles Peskine · 1 year, 9 months ago
  29. 6b3b7f8 Fix cast from pointer to integer of different size by Gilles Peskine · 1 year, 9 months ago
  30. 64c6c80 Don't cast a function pointer to a data pointer by Gilles Peskine · 1 year, 9 months ago
  31. 6289ccc Use casts when doing nonstandard pointer conversions by Gilles Peskine · 1 year, 9 months ago
  32. 967714d Strengthen against Clang optimizations by Gilles Peskine · 1 year, 9 months ago
  33. 970584f Metatests for basic Asan and Msan features by Gilles Peskine · 1 year, 9 months ago
  34. 21d8d59 Metatests for null pointer dereference by Gilles Peskine · 1 year, 9 months ago
  35. 30380da Validate that test_fail causes a test failure by Gilles Peskine · 1 year, 9 months ago
  36. c33940d Add a metatest program by Gilles Peskine · 1 year, 9 months ago
  37. 7ff7965 Update headers by Dave Rodgman · 1 year, 9 months ago
  38. 7e36ad1 Merge pull request #7983 from gilles-peskine-arm/sample-program-demos-2.28 by Gilles Peskine · 1 year, 10 months ago
  39. c55060d benchmark: improve code readability by Yanray Wang · 1 year, 10 months ago
  40. c96db3b benchmark: add AES_CFB8 by Yanray Wang · 1 year, 11 months ago
  41. b382c2b benchmark: add AES_CFB128 by Yanray Wang · 1 year, 11 months ago
  42. e008890 Update generated files by Gilles Peskine · 1 year, 11 months ago
  43. 7fbbb61 Merge remote-tracking branch 'mbedtls-2.28' into calloc-also-zeroizes-2-28 by Gilles Peskine · 2 years ago
  44. 34d8bd3 Fix warnings from clang-16 by Gowtham Suresh Kumar · 2 years ago
  45. f5a2ce0 Skip dlopen demo in static builds by Gilles Peskine · 2 years ago
  46. 7f2b98c Use demo_common.sh in dlopen test script by Gilles Peskine · 2 years ago
  47. f35490e Move the overallocation test to test suites by Andrzej Kurek · 2 years, 1 month ago
  48. 8ca66a0 Add an mbedtls_calloc(SIZE_MAX/2, SIZE_MAX/2) test by Andrzej Kurek · 2 years, 1 month ago
  49. c8bf059 Add a calloc selftest for more than a page by Andrzej Kurek · 2 years, 3 months ago
  50. ba16859 Documentation and cosmetic fixes by Andrzej Kurek · 2 years, 1 month ago
  51. 5ffea9d Rework the calloc buffer initialization test in selftest.c by Andrzej Kurek · 2 years, 1 month ago
  52. 39aee12 Fix demo scripts for out-of-tree builds by David Horstmann · 3 years, 8 months ago
  53. 97cbff7 Add a test for calloc zeroization by Andrzej Kurek · 2 years, 3 months ago
  54. 9149e12 Stop selftest hanging when run on CI by Tom Cosgrove · 2 years, 5 months ago
  55. 56d9003 Fix more argc checks by Aditya Deshpande · 2 years, 6 months ago
  56. ec03b04 Update generated files by Gilles Peskine · 2 years, 7 months ago
  57. 1b6c09a Switch to the new code style by Gilles Peskine · 2 years, 7 months ago
  58. 49f99bc Fix typos prior to release by Tom Cosgrove · 2 years, 8 months ago
  59. b3b0ec9 Add missing dependencies by Andrzej Kurek · 2 years, 10 months ago
  60. 093a4aa Remove useless platform macro redefinitions: automatic part by Gilles Peskine · 2 years, 10 months ago
  61. 36f19b9 Include platform.h unconditionally: automatic part by Gilles Peskine · 2 years, 10 months ago
  62. eee5c8a Merge pull request #5982 from gilles-peskine-arm/selftest-calloc-pointer-comparison-fix-2.28 by Dave Rodgman · 3 years, 1 month ago
  63. 52396ef Remove largely useless bit of test log to silence GCC 12 by Gilles Peskine · 3 years, 1 month ago
  64. 0e7791f Redo of PR#5345. Fixed spelling and typographical errors found by CodeSpell. by Shaun Case · 3 years, 8 months ago
  65. f87d843 Merge pull request #5740 from gilles-peskine-arm/psa-crypto-config-file-2.28 by Gilles Peskine · 3 years, 3 months ago
  66. 8e9e1f6 Merge pull request #5744 from mpg/benchmark-ecc-heap-2.28 by Gilles Peskine · 3 years, 3 months ago
  67. db7d0d9 Update query_config by Gilles Peskine · 3 years, 4 months ago
  68. 6408495 Fix alignment in benchmark output by Manuel Pégourié-Gonnard · 3 years, 7 months ago
  69. 7c45b67 Fix the build when MBEDTLS_PLATFORM_C is unset by Gilles Peskine · 3 years, 5 months ago
  70. 7ece768 Seed the PRNG even if time() isn't available by Gilles Peskine · 3 years, 4 months ago
  71. 65f93d5 Fix udp_proxy dependency on MBEDTLS_HAVE_TIME by Andrzej Kurek · 3 years, 5 months ago
  72. 0e4a1aa programs/test: fix build without MBEDTLS_HAVE_TIME by David Horstmann · 3 years, 8 months ago
  73. 301db66 Do not include time.h without MBEDTLS_HAVE_TIME by Daniel Axtens · 5 years ago
  74. 5e41e0e Update generated file by Gilles Peskine · 3 years, 8 months ago
  75. 47569e0 fix help message issues by Jerry Yu · 3 years, 8 months ago
  76. 4f2dff4 Add list_config into query_comile_time_config by Jerry Yu · 3 years, 8 months ago
  77. 0abd677 Add list_config generation by Jerry Yu · 3 years, 8 months ago
  78. 6fa5c1d Use the normal idiom to support MBEDTLS_CONFIG_FILE by Gilles Peskine · 3 years, 8 months ago
  79. 8e8e965 Fix dynamic library extension on macOS by Gilles Peskine · 3 years, 9 months ago
  80. eea9c74 More explicit output for the test program by Gilles Peskine · 3 years, 9 months ago
  81. 3dbb3e7 Avoid undefined variable warning without MBEDTLS_MD_C by Gilles Peskine · 3 years, 9 months ago
  82. 99d8486 Use CMake's knowledge of what system library has dlopen() by Gilles Peskine · 3 years, 9 months ago
  83. 507c787 Don't build dlopen when building for Windows by Gilles Peskine · 3 years, 9 months ago
  84. 71fcb3c Only link with libdl on Linux by Gilles Peskine · 3 years, 9 months ago
  85. 27482f1 Run the dlopen test in shared library builds by Gilles Peskine · 3 years, 9 months ago
  86. e943353 New test app for dynamic loading of libmbed* with dlopen by Gilles Peskine · 3 years, 9 months ago
  87. d599dc7 Merge pull request #4932 from tom-daubney-arm/all.sh-subshells-2.x by Manuel Pégourié-Gonnard · 3 years, 9 months ago
  88. 95f2324 Merge pull request #4845 from mstarzyk-mobica/ecb-alt-ret-2.2x by Gilles Peskine · 3 years, 10 months ago
  89. 6eb8007 Add documentation by Gilles Peskine · 4 years ago
  90. 560e1dc Switch to 4-space indentation by Gilles Peskine · 4 years ago
  91. 9b35640 Generate cpp_dummy_build.cpp dynamically by Gilles Peskine · 4 years, 1 month ago
  92. 8ad54fa Update files generated from config.h by Gilles Peskine · 3 years, 10 months ago
  93. 377a310 Catch failures of AES or DES operations by Gilles Peskine · 4 years, 1 month ago
  94. b3d344c Remove MBEDTLS_TLS_DEFAULT_ALLOW_SHA1_IN_CERTIFICATES option. by Mateusz Starzyk · 4 years ago
  95. f87422f Merge pull request #4427 from gilles-peskine-arm/tls_ext_cid-config-2.x by Manuel Pégourié-Gonnard · 4 years ago
  96. 1413428 Fix bug with UDP proxy not forwarding enough by Manuel Pégourié-Gonnard · 4 years, 1 month ago
  97. 4e54f25 avoid "maybe-uninitialized" and "free-nonheap-object" errors/warnings with gcc11 by Shawn Carey · 4 years, 3 months ago
  98. 065a1c8 Allow configuring MBEDTLS_TLS_EXT_CID at compile time by Gilles Peskine · 4 years, 3 months ago
  99. 6801f08 Implement support for MBEDTLS_PSA_CRYPTO_BUILTIN_KEYS by Steven Cooreman · 4 years, 6 months ago
  100. d520037 Merge pull request #3512 from gilles-peskine-arm/ecp-alloc-202007 by Gilles Peskine · 4 years, 4 months ago