mbedtls/programs/test
Gilles Peskine ea5d3571b0 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-30 13:59:47 +02:00
..
benchmark.c Fix hmac_drbg failure in benchmark, with threading 2018-07-30 11:13:18 +03:00
CMakeLists.txt Remove ssl_cert_test sample app 2019-04-07 16:59:13 +03:00
selftest.c Add a calloc self-test 2019-09-30 13:59:47 +02:00
udp_proxy.c UDP proxy: Don't attempt to dissect dgram into records when dropping 2019-06-13 11:19:20 +01:00