openssl/ssl
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
..
record DANE support structures, constructructors and accessors 2016-01-05 19:31:49 -05:00
statem Fix declarations and constification for inline stack. 2016-01-07 18:00:51 +00:00
bio_ssl.c
d1_lib.c Protocol version selection and negotiation rewrite 2016-01-02 10:49:06 -05:00
d1_msg.c
d1_srtp.c
install-ssl.com
Makefile mem functions cleanup 2016-01-07 15:14:18 -05:00
methods.c Protocol version selection and negotiation rewrite 2016-01-02 10:49:06 -05:00
packet_locl.h Instead of a local hack, implement SIZE_MAX in numbers.h if it's missing 2016-01-02 21:11:02 +01:00
s3_cbc.c Cleanup: fix all sources that used EVP_MD_CTX_(create|init|destroy) 2015-12-07 17:40:20 +01:00
s3_enc.c Cleanup: fix all sources that used EVP_MD_CTX_(create|init|destroy) 2015-12-07 17:40:20 +01:00
s3_lib.c Fix declarations and constification for inline stack. 2016-01-07 18:00:51 +00:00
s3_msg.c
ssl_algs.c Load module in SSL_library_init 2015-12-22 15:14:14 +00:00
ssl_asn1.c Rename some BUF_xxx to OPENSSL_xxx 2015-12-16 16:14:49 -05:00
ssl_cert.c DANE support structures, constructructors and accessors 2016-01-05 19:31:49 -05:00
ssl_ciph.c mem functions cleanup 2016-01-07 15:14:18 -05:00
ssl_conf.c Protocol version selection and negotiation rewrite 2016-01-02 10:49:06 -05:00
ssl_err2.c
ssl_err.c mem functions cleanup 2016-01-07 15:14:18 -05:00
ssl_lib.c Fix declarations and constification for inline stack. 2016-01-07 18:00:51 +00:00
ssl_locl.h Rename DECLARE*STACK_OF to DEFINE*STACK_OF 2016-01-07 18:00:51 +00:00
ssl_mcnf.c Correct missing prototype 2015-12-30 14:57:16 +01:00
ssl_rsa.c Use X509_get0_pubkey where appropriate 2015-12-31 18:44:46 +00:00
ssl_sess.c Fix declarations and constification for inline stack. 2016-01-07 18:00:51 +00:00
ssl_stat.c
ssl_txt.c
ssl_utst.c
ssl-lib.com
t1_enc.c Fix clang complaints about uninitialised variables. 2015-12-07 20:37:08 +01:00
t1_ext.c Rename some BUF_xxx to OPENSSL_xxx 2015-12-16 16:14:49 -05:00
t1_lib.c Fix declarations and constification for inline stack. 2016-01-07 18:00:51 +00:00
t1_reneg.c
t1_trce.c Remove fixed DH ciphersuites. 2015-12-19 16:14:51 +00:00
tls_srp.c Rename some BUF_xxx to OPENSSL_xxx 2015-12-16 16:14:49 -05:00