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