openssl/crypto/dh
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
..
dh192.pem
dh512.pem
dh1024.pem
dh2048.pem
dh4096.pem
dh_ameth.c Rename some BUF_xxx to OPENSSL_xxx 2015-12-16 16:14:49 -05:00
dh_asn1.c Continue standardising malloc style for libcrypto 2015-11-09 22:48:41 +00:00
dh_check.c Identify and move common internal libcrypto header files 2015-05-14 17:21:40 +02:00
dh_depr.c Continue standardising malloc style for libcrypto 2015-11-09 22:48:41 +00:00
dh_err.c Rebuild error source files. 2015-11-05 15:48:37 +00:00
dh_gen.c Identify and move common internal libcrypto header files 2015-05-14 17:21:40 +02:00
dh_kdf.c Cleanup: fix all sources that used EVP_MD_CTX_(create|init|destroy) 2015-12-07 17:40:20 +01:00
dh_key.c Tighten up BN_with_flags usage and avoid a reachable assert 2015-11-26 10:20:36 +00:00
dh_lib.c ex_data part 2: doc fixes and CRYPTO_free_ex_index. 2015-12-01 11:48:37 -05:00
dh_pmeth.c Rename some BUF_xxx to OPENSSL_xxx 2015-12-16 16:14:49 -05:00
dh_prn.c Identify and move common internal libcrypto header files 2015-05-14 17:21:40 +02:00
dh_rfc5114.c Fix undeclared variable warnings. 2015-10-24 16:42:51 +01:00
example
generate
Makefile mem functions cleanup 2016-01-07 15:14:18 -05:00