1. 07 Jan, 2000 2 commits
  2. 06 Jan, 2000 4 commits
  3. 05 Jan, 2000 4 commits
  4. 04 Jan, 2000 1 commit
  5. 02 Jan, 2000 4 commits
  6. 01 Jan, 2000 1 commit
  7. 29 Dec, 1999 6 commits
  8. 26 Dec, 1999 2 commits
  9. 25 Dec, 1999 1 commit
  10. 24 Dec, 1999 2 commits
  11. 23 Dec, 1999 1 commit
  12. 22 Dec, 1999 3 commits
  13. 20 Dec, 1999 1 commit
  14. 19 Dec, 1999 5 commits
  15. 18 Dec, 1999 3 commits
    • Bodo Möller's avatar
      Rename · 2b6313d0
      Bodo Möller authored
         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
    • Bodo Möller's avatar
      fix typos and other little errors ... · 75acc288
      Bodo Möller authored
      75acc288
    • Bodo Möller's avatar
      - Don't assume that int and size_t have the same representation · 0cd08cce
      Bodo Möller authored
        (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