Skip to content
  1. Jan 22, 2000
  2. Jan 21, 2000
  3. Jan 20, 2000
  4. Jan 19, 2000
  5. Jan 16, 2000
  6. Jan 13, 2000
  7. Jan 12, 2000
  8. Jan 11, 2000
  9. Jan 09, 2000
  10. Jan 08, 2000
  11. Jan 07, 2000
  12. Jan 06, 2000
  13. Jan 02, 2000
  14. Jan 01, 2000
  15. Dec 29, 1999
  16. Dec 26, 1999
  17. Dec 24, 1999
  18. Dec 23, 1999
  19. Dec 22, 1999
  20. Dec 19, 1999
  21. Dec 18, 1999
    • 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