1. 18 Dec, 1999 3 commits
  2. 17 Dec, 1999 3 commits
    • Richard Levitte's avatar
      Clear out license confusion. · 08807172
      Richard Levitte authored
      08807172
    • 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
    • Richard Levitte's avatar
  3. 16 Dec, 1999 2 commits
  4. 15 Dec, 1999 2 commits
  5. 14 Dec, 1999 2 commits
  6. 13 Dec, 1999 1 commit
  7. 11 Dec, 1999 1 commit
  8. 10 Dec, 1999 1 commit
  9. 09 Dec, 1999 1 commit
  10. 08 Dec, 1999 3 commits
  11. 07 Dec, 1999 1 commit
  12. 05 Dec, 1999 1 commit
  13. 04 Dec, 1999 2 commits
  14. 03 Dec, 1999 5 commits
  15. 02 Dec, 1999 1 commit
  16. 01 Dec, 1999 1 commit
  17. 30 Nov, 1999 3 commits
  18. 29 Nov, 1999 2 commits
  19. 27 Nov, 1999 4 commits
  20. 26 Nov, 1999 1 commit