Richard Levitte 9ac42ed8fc Rebuild of the OpenSSL memory allocation and deallocation routines.
With this change, the following is provided and present at all times
(meaning CRYPTO_MDEBUG is no longer required to get this functionality):

  - hooks to provide your own allocation and deallocation routines.
    They have to have the same interface as malloc(), realloc() and
    free().  They are registered by calling CRYPTO_set_mem_functions()
    with the function pointers.

  - hooks to provide your own memory debugging routines.  The have to
    have the same interface as as the CRYPTO_dbg_*() routines.  They
    are registered by calling CRYPTO_set_mem_debug_functions() with
    the function pointers.

I moved everything that was already built into OpenSSL and did memory
debugging to a separate file (mem_dbg.c), to make it clear what is
what.

With this, the relevance of the CRYPTO_MDEBUG has changed.  The only
thing in crypto/crypto.h that it affects is the definition of the
MemCheck_start and MemCheck_stop macros.
1999-12-17 12:56:24 +00:00
..
1999-12-13 13:14:14 +00:00
1999-05-01 22:36:10 +00:00
1999-11-09 12:09:24 +00:00
1999-12-11 20:04:06 +00:00
1999-09-10 15:34:55 +00:00
1999-09-10 15:34:55 +00:00
1999-11-12 02:51:24 +00:00
1999-08-09 11:14:08 +00:00
1999-05-13 13:29:41 +00:00