1. 11 7月, 2002 3 次提交
  2. 10 7月, 2002 3 次提交
    • B
      remove obsolete comment · 5c9396e3
      Bodo Möller 提交于
      5c9396e3
    • L
      Reorder inclusion of header files: · 7b63c0fa
      Lutz Jänicke 提交于
      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
    • L
      Ciphers with NULL encryption were not properly handled because they were · 063a8905
      Lutz Jänicke 提交于
      not covered by the strength bit mask.
      Submitted by:
      Reviewed by:
      PR: 130
      063a8905
  3. 09 7月, 2002 2 次提交
  4. 08 7月, 2002 2 次提交
  5. 04 7月, 2002 1 次提交
  6. 01 7月, 2002 1 次提交
  7. 30 6月, 2002 1 次提交
  8. 28 6月, 2002 7 次提交
  9. 27 6月, 2002 11 次提交
  10. 26 6月, 2002 2 次提交
  11. 25 6月, 2002 1 次提交
  12. 21 6月, 2002 6 次提交