openssl/crypto/x509
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
..
by_dir.c Only declare stacks in headers 2016-01-07 18:00:51 +00:00
by_file.c
Makefile mem functions cleanup 2016-01-07 15:14:18 -05:00
t_crl.c
t_req.c
t_x509.c
x509_att.c
x509_cmp.c Use X509_get0_pubkey where appropriate 2015-12-31 18:44:46 +00:00
x509_d2.c
x509_def.c
x509_err.c DANE support for X509_verify_cert() 2016-01-07 13:48:59 -05:00
x509_ext.c
x509_lcl.h Only declare stacks in headers 2016-01-07 18:00:51 +00:00
x509_lu.c
x509_obj.c
x509_r2x.c
x509_req.c Use X509_get0_pubkey where appropriate 2015-12-31 18:44:46 +00:00
x509_set.c
x509_trs.c Drop incorrect id == -1 case from X509_check_trust 2016-01-03 17:21:40 -05:00
x509_txt.c
x509_v3.c
x509_vfy.c DANE support for X509_verify_cert() 2016-01-07 13:48:59 -05:00
x509_vpm.c DANE support structures, constructructors and accessors 2016-01-05 19:31:49 -05:00
x509cset.c
x509name.c
x509rset.c
x509spki.c
x509type.c Use X509_get0_pubkey where appropriate 2015-12-31 18:44:46 +00:00
x_all.c
x_attrib.c
x_crl.c
x_exten.c
x_name.c Only declare stacks in headers 2016-01-07 18:00:51 +00:00
x_req.c
x_x509.c
x_x509a.c