1. 09 Nov, 2001 2 commits
  2. 08 Nov, 2001 2 commits
  3. 06 Nov, 2001 4 commits
  4. 05 Nov, 2001 3 commits
  5. 02 Nov, 2001 1 commit
  6. 30 Oct, 2001 1 commit
  7. 29 Oct, 2001 1 commit
  8. 27 Oct, 2001 5 commits
  9. 26 Oct, 2001 4 commits
  10. 25 Oct, 2001 15 commits
  11. 24 Oct, 2001 2 commits
    • Richard Levitte's avatar
      A C file is a C file is a C file! · 84acc3c2
      Richard Levitte authored
      84acc3c2
    • Richard Levitte's avatar
      Due to an increasing number of clashes between modern OpenSSL and · c2e4f17c
      Richard Levitte authored
      libdes (which is still used out there) or other des implementations,
      the OpenSSL DES functions are renamed to begin with DES_ instead of
      des_.  Compatibility routines are provided and declared by including
      openssl/des_old.h.  Those declarations are the same as were in des.h
      when the OpenSSL project started, which is exactly how libdes looked
      at that time, and hopefully still looks today.
      
      The compatibility functions will be removed in some future release, at
      the latest in version 1.0.
      c2e4f17c