1. 06 1月, 2000 7 次提交
  2. 05 1月, 2000 1 次提交
  3. 04 1月, 2000 1 次提交
  4. 03 1月, 2000 4 次提交
  5. 02 1月, 2000 1 次提交
  6. 30 12月, 1999 1 次提交
  7. 29 12月, 1999 5 次提交
  8. 27 12月, 1999 2 次提交
  9. 26 12月, 1999 1 次提交
  10. 25 12月, 1999 2 次提交
  11. 23 12月, 1999 2 次提交
  12. 22 12月, 1999 2 次提交
  13. 21 12月, 1999 1 次提交
  14. 20 12月, 1999 5 次提交
  15. 18 12月, 1999 5 次提交
    • B
      Rename · 2b6313d0
      Bodo Möller 提交于
         CRYPTO_add_info    => CRYPTO_push_info
         CRYPTO_remove_info => CRYPTO_pop_info
      in the hope that these names are more descriptive;
      and "make update".
      2b6313d0
    • B
      fix typos and other little errors ... · 75acc288
      Bodo Möller 提交于
      75acc288
    • B
      - Don't assume that int and size_t have the same representation · 0cd08cce
      Bodo Möller 提交于
        (and that malloc can be called with an int argument).
      - Use proper prototypes (with argument list) for various function pointers,
        avoid casts  (however there are still many such cases left in these files).
      - Avoid collissions in app_info_cmp if sizeof int != sizeof long.
      - Use CRYPTO_LOCK_MALLOC in mem_dbg.c.
      0cd08cce
    • B
      Avoid shadowing p to make the compiler happy. · 03c48fa0
      Bodo Möller 提交于
      03c48fa0
    • R
      - Added more documentation in CHANGES. · f3a2a044
      Richard Levitte 提交于
       - 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