mbedtls/programs/test
Gilles Peskine 583afe47cc Add a calloc self-test
Add a very basic test of calloc to the selftest program. The selftest
program acts in its capacity as a platform compatibility checker rather
than in its capacity as a test of the library.

The main objective is to report whether calloc returns NULL for a size
of 0. Also observe whether a free/alloc sequence returns the address
that was just freed and whether a size overflow is properly detected.
2019-09-20 20:22:15 +02:00
..
cmake_subproject CMake: Add a subdirectory build regression test 2019-06-26 12:46:53 +01:00
benchmark.c Fix macros in benchmark.c 2019-08-19 13:37:46 +01:00
CMakeLists.txt programs, tests: Depend only on libmbedcrypto 2019-04-25 11:46:21 +01:00
cpp_dummy_build.cpp Revert "cpp_dummy_build: Remove dependency on compat-1.3.h" 2019-07-15 15:52:25 +01:00
query_compile_time_config.c Fix aligment in programs/test/query_compile_time_config.c 2019-02-07 10:38:22 +00:00
query_config.c Merge pull request #178 from mpg/sha512-smaller 2019-09-04 10:19:28 +01:00
selftest.c Add a calloc self-test 2019-09-20 20:22:15 +02:00
zeroize.c Fix coverity defects 2018-06-06 03:44:03 +01:00