openssl/providers
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
..
common Move providers/common/{ciphers,digests}/* to providers/implementations 2019-12-11 12:55:48 +01:00
fips Deprecate most of debug-memory 2019-12-14 20:57:35 +01:00
implementations mac poly1305: add missing NULL check in new function. 2019-12-13 10:31:28 +10:00
build.info Fix some typos 2019-12-11 19:04:01 +01:00
defltprov.c PROV SERIALIZER: add support for writing DH keys and parameters 2019-11-29 20:55:16 +01:00
legacyprov.c Tweak some algorithm naming inconsistencies 2019-11-21 15:45:37 +00:00