1. 13 Jan, 2000 1 commit
  2. 12 Jan, 2000 1 commit
  3. 11 Jan, 2000 4 commits
  4. 09 Jan, 2000 1 commit
  5. 08 Jan, 2000 1 commit
  6. 07 Jan, 2000 2 commits
  7. 06 Jan, 2000 3 commits
  8. 02 Jan, 2000 2 commits
  9. 01 Jan, 2000 1 commit
  10. 29 Dec, 1999 4 commits
  11. 26 Dec, 1999 1 commit
  12. 24 Dec, 1999 1 commit
  13. 23 Dec, 1999 1 commit
  14. 22 Dec, 1999 2 commits
  15. 19 Dec, 1999 1 commit
  16. 18 Dec, 1999 2 commits
    • Richard Levitte's avatar
      - Added more documentation in CHANGES. · f3a2a044
      Richard Levitte authored
       - Made CRYPTO_MDEBUG even less used in crypto.h, giving
         MemCheck_start() and MemCheck_stop() only one possible definition.
       - Made the values of the debug function pointers in mem.c dependent
         on the existence of the CRYPTO_MDEBUG macro, and made the rest of
         the code understand the NULL case.
      
      That's it.  With this code, the old behvior of the debug functionality
      is restored, but you can still opt to have it on, even when the
      library wasn't compiled with a defined CRYPTO_MDEBUG.
      f3a2a044
    • Richard Levitte's avatar
      - Made sure some changed behavior is documented in CHANGES. · d8df48a9
      Richard Levitte authored
       - Moved the handling of compile-time defaults from crypto.h to
         mem_dbg.c, since it doesn't make sense for the library users to try
         to affect this without recompiling libcrypto.
       - Made sure V_CRYPTO_MDEBUG_TIME and V_CRYPTO_MDEBUG_THREAD had clear
         and constant definitions.
       - Aesthetic correction.
      d8df48a9
  17. 17 Dec, 1999 1 commit
    • Richard Levitte's avatar
      Rebuild of the OpenSSL memory allocation and deallocation routines. · 9ac42ed8
      Richard Levitte authored
      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.
      9ac42ed8
  18. 11 Dec, 1999 1 commit
  19. 10 Dec, 1999 1 commit
  20. 05 Dec, 1999 1 commit
  21. 03 Dec, 1999 2 commits
  22. 02 Dec, 1999 1 commit
  23. 01 Dec, 1999 1 commit
  24. 30 Nov, 1999 1 commit
  25. 29 Nov, 1999 1 commit
  26. 27 Nov, 1999 2 commits