openssl/crypto/cms
Rich Salz bbd86bf542 mem functions cleanup
Only two macros CRYPTO_MDEBUG and CRYPTO_MDEBUG_ABORT to control this.
If CRYPTO_MDEBUG is not set, #ifdef out the whole debug machinery.
        (Thanks to Jakob Bohm for the suggestion!)
Make the "change wrapper functions" be the only paradigm.
Wrote documentation!
Format the 'set func' functions so their paramlists are legible.
Format some multi-line comments.
Remove ability to get/set the "memory debug" functions at runtme.
Remove MemCheck_* and CRYPTO_malloc_debug_init macros.
Add CRYPTO_mem_debug(int flag) function.
Add test/memleaktest.
Rename CRYPTO_malloc_init to OPENSSL_malloc_init; remove needless calls.

Reviewed-by: Richard Levitte <levitte@openssl.org>
2016-01-07 15:14:18 -05:00
..
cms_asn1.c Cleanup: fix all sources that used EVP_MD_CTX_(create|init|destroy) 2015-12-07 17:40:20 +01:00
cms_att.c Run util/openssl-format-source -v -c . 2015-01-22 09:20:09 +00:00
cms_cd.c Continue standardising malloc style for libcrypto 2015-11-09 22:48:41 +00:00
cms_dd.c Cleanup: fix all sources that used EVP_MD_CTX_(create|init|destroy) 2015-12-07 17:40:20 +01:00
cms_enc.c Continue standardising malloc style for libcrypto 2015-11-09 22:48:41 +00:00
cms_env.c Fix declarations and constification for inline stack. 2016-01-07 18:00:51 +00:00
cms_err.c Rebuild error source files. 2015-11-05 15:48:37 +00:00
cms_ess.c Continue standardising malloc style for libcrypto 2015-11-09 22:48:41 +00:00
cms_io.c Continue standardising malloc style for libcrypto 2015-11-09 22:48:41 +00:00
cms_kari.c Continue standardising malloc style for libcrypto 2015-11-09 22:48:41 +00:00
cms_lcl.h Rename DECLARE*STACK_OF to DEFINE*STACK_OF 2016-01-07 18:00:51 +00:00
cms_lib.c Fix declarations and constification for inline stack. 2016-01-07 18:00:51 +00:00
cms_pwri.c Continue standardising malloc style for libcrypto 2015-11-09 22:48:41 +00:00
cms_sd.c Cleanup: fix all sources that used EVP_MD_CTX_(create|init|destroy) 2015-12-07 17:40:20 +01:00
cms_smime.c Continue standardising malloc style for libcrypto 2015-11-09 22:48:41 +00:00
Makefile mem functions cleanup 2016-01-07 15:14:18 -05:00