mbedtls/programs/test
Gilles Peskine db0cb2578c Fix CTR_DRBG benchmark
You can't reuse a CTR_DRBG context without free()ing it and
re-init()ing. This generally happened to work, but was never
guaranteed. It could have failed with alternative implementations of
the AES module because mbedtls_ctr_drbg_seed() calls
mbedtls_aes_init() on a context which is already initialized if
mbedtls_ctr_drbg_seed() hasn't been called before, plausibly causing a
memory leak. Calling free() and seed() with no intervening init fails
when MBEDTLS_THREADING_C is enabled and all-bits-zero is not a valid
mutex representation. So add the missing free() and init().
2020-02-11 19:26:27 +01:00
..
cmake_subproject CMake: Add a subdirectory build regression test 2019-06-25 15:21:24 +01:00
benchmark.c Fix CTR_DRBG benchmark 2020-02-11 19:26:27 +01:00
CMakeLists.txt cmake: link programs that only use crypto with libmbedcrypto 2020-02-11 19:26:27 +01:00
cpp_dummy_build.cpp cpp_dummy_build: Add missing header psa_util.h 2019-04-14 15:55:20 -05: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 query_config: Move to programs/test 2020-02-11 19:26:27 +01:00
selftest.c Remove mbedtls_param_failed from programs 2019-06-13 16:51:59 +02:00
udp_proxy.c UDP proxy: Don't attempt to dissect dgram into records when dropping 2019-06-13 11:09:35 +01:00
udp_proxy_wrapper.sh udp_proxy_wrapper.sh: fix cleanup not cleaning up 2017-10-24 11:25:19 +01:00
zeroize.c Fix coverity defects 2018-06-06 03:44:03 +01:00