openssl/test/testutil
Rich Salz 742ccab318 Deprecate most of debug-memory
Fixes #8322

The leak-checking (and backtrace option, on some platforms) provided
by crypto-mdebug and crypto-mdebug-backtrace have been mostly neutered;
only the "make malloc fail" capability remains.  OpenSSL recommends using
the compiler's leak-detection instead.

The OPENSSL_DEBUG_MEMORY environment variable is no longer used.
CRYPTO_mem_ctrl(), CRYPTO_set_mem_debug(), CRYPTO_mem_leaks(),
CRYPTO_mem_leaks_fp() and CRYPTO_mem_leaks_cb() return a failure code.
CRYPTO_mem_debug_{malloc,realloc,free}() have been removed.  All of the
above are now deprecated.

Merge (now really small) mem_dbg.c into mem.c

Reviewed-by: Paul Dale <paul.dale@oracle.com>
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/10572)
2019-12-14 20:57:35 +01:00
..
apps_mem.c
basic_output.c
cb.c
driver.c Deprecate most of debug-memory 2019-12-14 20:57:35 +01:00
format_output.c
main.c
options.c
output_helpers.c
output.h Fix header file include guard names 2019-09-28 20:26:36 +02:00
random.c Add weak platform independent PRNG to test framework. 2019-07-29 09:11:15 +10:00
stanza.c Explicitly test against NULL; do not use !p or similar 2019-10-09 21:32:15 +02:00
tap_bio.c
test_cleanup.c
test_options.c
tests.c
testutil_init.c testutil/init.c rename to testutil/testutil_init.c 2019-11-14 20:36:38 +01:00
tu_local.h