Skip to content
  1. Jul 10, 2002
    • Lutz Jänicke's avatar
      Reorder inclusion of header files: · 7e8852c5
      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:
      7e8852c5
    • Lutz Jänicke's avatar
      Ciphers with NULL encryption were not properly handled because they were · 4064a852
      Lutz Jänicke authored
      not covered by the strength bit mask.
      Submitted by:
      Reviewed by:
      PR: 130
      4064a852
  2. Jul 09, 2002
  3. Jul 08, 2002
  4. Jul 04, 2002
  5. Jun 30, 2002
  6. Jun 29, 2002
  7. Jun 27, 2002
  8. Jun 26, 2002
  9. Jun 25, 2002
  10. Jun 21, 2002
    • Geoff Thorpe's avatar
      Make sure any ENGINE control commands make local copies of string · a2ffad81
      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
      a2ffad81
  11. Jun 20, 2002
  12. Jun 18, 2002
  13. Jun 17, 2002
  14. Jun 16, 2002