1. 10 7月, 2002 2 次提交
    • 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
  2. 09 7月, 2002 1 次提交
  3. 04 7月, 2002 1 次提交
  4. 28 6月, 2002 1 次提交
  5. 14 6月, 2002 1 次提交
  6. 06 6月, 2002 1 次提交
  7. 24 5月, 2002 1 次提交
  8. 22 5月, 2002 1 次提交
  9. 07 5月, 2002 3 次提交
  10. 06 5月, 2002 3 次提交
  11. 29 4月, 2002 4 次提交
  12. 20 4月, 2002 1 次提交
  13. 19 4月, 2002 1 次提交
  14. 14 4月, 2002 2 次提交
  15. 20 3月, 2002 1 次提交
  16. 19 3月, 2002 1 次提交
  17. 15 3月, 2002 3 次提交
  18. 14 3月, 2002 1 次提交
  19. 13 3月, 2002 2 次提交
    • D
      · 497810ca
      Dr. Stephen Henson 提交于
      Undo previous patch: avoid warnings by #undef'ing
      duplicate definitions.
      
      Suggested by "Kenneth R. Robinette" <support@securenetterm.com>
      497810ca
    • D
      · cbc9d971
      Dr. Stephen Henson 提交于
      Fix Kerberos warnings with VC++.
      cbc9d971
  20. 12 3月, 2002 2 次提交
    • D
      · 98fa4fe8
      Dr. Stephen Henson 提交于
      Fix ASN1 additions for KRB5
      98fa4fe8
    • D
      · 0b4c91c0
      Dr. Stephen Henson 提交于
      Fix various warnings when compiling with KRB5 code.
      0b4c91c0
  21. 28 2月, 2002 3 次提交
  22. 27 2月, 2002 2 次提交
  23. 23 2月, 2002 1 次提交
    • D
      · 3a3ca3f5
      Dr. Stephen Henson 提交于
      Fix for AIX.
      
      Submitted by Dawn Whiteside <dwhitesi@tiercel.uwaterloo.ca>
      3a3ca3f5
  24. 14 2月, 2002 1 次提交