1. 10 Jul, 2002 4 commits
    • Lutz Jänicke's avatar
      Minor typos · 5012158a
      Lutz Jänicke authored
      Submitted by: jufi@nerdnet.de
      Reviewed by:
      PR: 138
      5012158a
    • Bodo Möller's avatar
      remove obsolete comment · 5c9396e3
      Bodo Möller authored
      5c9396e3
    • Lutz Jänicke's avatar
      Reorder inclusion of header files: · 7b63c0fa
      Lutz Jänicke authored
      des_old.h redefines crypt:
      #define crypt(b,s)\
              DES_crypt((b),(s))
      
      This scheme leads to failure, if header files with the OS's true definition
      of crypt() are processed _after_ des_old.h was processed. This is e.g. the
      case on HP-UX with unistd.h.
      As evp.h now again includes des.h (which includes des_old.h), this problem
      only came up after this modification.
      Solution: move header files (indirectly) including e_os.h before the header
      files (indirectly) including evp.h.
      Submitted by:
      Reviewed by:
      PR:
      7b63c0fa
    • Lutz Jänicke's avatar
      Ciphers with NULL encryption were not properly handled because they were · 063a8905
      Lutz Jänicke authored
      not covered by the strength bit mask.
      Submitted by:
      Reviewed by:
      PR: 130
      063a8905
  2. 09 Jul, 2002 2 commits
  3. 08 Jul, 2002 2 commits
  4. 04 Jul, 2002 1 commit
  5. 30 Jun, 2002 1 commit
  6. 29 Jun, 2002 1 commit
  7. 27 Jun, 2002 18 commits
  8. 26 Jun, 2002 2 commits
  9. 25 Jun, 2002 1 commit
  10. 21 Jun, 2002 1 commit
    • Geoff Thorpe's avatar
      Make sure any ENGINE control commands make local copies of string · a6c6874a
      Geoff Thorpe authored
      pointers passed to them whenever necessary. Otherwise it is possible the
      caller may have overwritten (or deallocated) the original string data
      when a later ENGINE operation tries to use the stored values.
      
      Submitted by: Götz Babin-Ebell <babinebell@trustcenter.de>
      Reviewed by: Geoff Thorpe
      PR: 98
      a6c6874a
  11. 20 Jun, 2002 5 commits
  12. 18 Jun, 2002 2 commits