openssl/crypto/rsa
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
..
Makefile mem functions cleanup 2016-01-07 15:14:18 -05:00
rsa_ameth.c Adjust all accesses to EVP_MD_CTX to use accessor functions. 2015-12-07 17:39:23 +01:00
rsa_asn1.c
rsa_chk.c Remove the "eay" c-file-style indicators 2015-12-18 13:08:40 +01:00
rsa_crpt.c
rsa_depr.c
rsa_err.c
rsa_gen.c
rsa_lib.c
rsa_locl.h
rsa_none.c
rsa_null.c
rsa_oaep.c Cleanup: fix all sources that used EVP_MD_CTX_(create|init|destroy) 2015-12-07 17:40:20 +01:00
rsa_ossl.c
rsa_pk1.c
rsa_pmeth.c Rename some BUF_xxx to OPENSSL_xxx 2015-12-16 16:14:49 -05:00
rsa_prn.c
rsa_pss.c Cleanup: fix all sources that used EVP_MD_CTX_(create|init|destroy) 2015-12-07 17:40:20 +01:00
rsa_saos.c
rsa_sign.c Remove RSA_FLAG_SIGN_VER flag. 2015-12-02 18:23:29 +00:00
rsa_ssl.c
rsa_x931.c
rsa_x931g.c