openssl/crypto/dsa
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
..
dsa_ameth.c Extend EVP_PKEY_copy_parameters() 2015-12-14 23:06:14 +00:00
dsa_asn1.c
dsa_depr.c
dsa_err.c
dsa_gen.c Cleanup: fix all sources that used EVP_MD_CTX_(create|init|destroy) 2015-12-07 17:40:20 +01:00
dsa_key.c
dsa_lib.c Check for missing DSA parameters. 2015-12-30 13:34:53 +00:00
dsa_locl.h
dsa_ossl.c Fix memory leak in DSA redo case. 2015-12-22 11:05:51 +01:00
dsa_pmeth.c
dsa_prn.c
dsa_sign.c
dsa_vrf.c
fips186a.txt
Makefile mem functions cleanup 2016-01-07 15:14:18 -05:00