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 Remove BIO_s_file_internal macro. 2015-10-02 14:22:05 -04:00
Makefile mem functions cleanup 2016-01-07 15:14:18 -05:00
t_crl.c Remove useless code 2015-10-23 19:52:08 +02:00
t_req.c Fix path in comments 2015-09-22 16:47:09 +01:00
t_x509.c New function X509_get0_pubkey 2015-12-14 23:06:14 +00:00
x509_att.c Identify and move common internal libcrypto header files 2015-05-14 17:21:40 +02:00
x509_cmp.c Use X509_get0_pubkey where appropriate 2015-12-31 18:44:46 +00:00
x509_d2.c Fix no-stdio build 2015-09-29 21:59:19 -04:00
x509_def.c Identify and move common internal libcrypto header files 2015-05-14 17:21:40 +02:00
x509_err.c DANE support for X509_verify_cert() 2016-01-07 13:48:59 -05:00
x509_ext.c Embed X509_CINF 2015-09-16 22:33:25 +01:00
x509_lcl.h Only declare stacks in headers 2016-01-07 18:00:51 +00:00
x509_lu.c Remove useless locking code 2015-11-24 22:38:32 +01:00
x509_obj.c Identify and move common internal libcrypto header files 2015-05-14 17:21:40 +02:00
x509_r2x.c Embed X509_REQ_INFO 2015-09-16 22:33:25 +01:00
x509_req.c Use X509_get0_pubkey where appropriate 2015-12-31 18:44:46 +00:00
x509_set.c Add new X509 accessors 2015-11-14 00:13:08 +00:00
x509_trs.c Drop incorrect id == -1 case from X509_check_trust 2016-01-03 17:21:40 -05:00
x509_txt.c Identify and move common internal libcrypto header files 2015-05-14 17:21:40 +02:00
x509_v3.c embed value field of X509_EXTENSION 2015-10-15 15:36:58 +01:00
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 embed CRL serial number and signature fields 2015-10-15 15:36:58 +01:00
x509name.c Identify and move common internal libcrypto header files 2015-05-14 17:21:40 +02:00
x509rset.c Embed X509_REQ_INFO 2015-09-16 22:33:25 +01:00
x509spki.c Continue standardising malloc style for libcrypto 2015-11-09 22:48:41 +00:00
x509type.c Use X509_get0_pubkey where appropriate 2015-12-31 18:44:46 +00:00
x_all.c embed CRL serial number and signature fields 2015-10-15 15:36:58 +01:00
x_attrib.c Fix path in comments 2015-09-22 16:47:09 +01:00
x_crl.c Continue standardising malloc style for libcrypto 2015-11-09 22:48:41 +00:00
x_exten.c embed value field of X509_EXTENSION 2015-10-15 15:36:58 +01:00
x_name.c Only declare stacks in headers 2016-01-07 18:00:51 +00:00
x_req.c Fix path in comments 2015-09-22 16:47:09 +01:00
x_x509.c ex_data part 2: doc fixes and CRYPTO_free_ex_index. 2015-12-01 11:48:37 -05:00
x_x509a.c Add new X509 accessors 2015-11-14 00:13:08 +00:00