1. 25 9月, 2002 1 次提交
  2. 23 9月, 2002 1 次提交
  3. 10 7月, 2002 1 次提交
    • 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
  4. 12 1月, 2002 1 次提交
  5. 10 11月, 2001 1 次提交
  6. 25 10月, 2001 1 次提交
  7. 20 2月, 2001 1 次提交
  8. 30 7月, 2000 2 次提交
  9. 21 1月, 2000 1 次提交
  10. 17 1月, 2000 1 次提交
  11. 14 1月, 2000 1 次提交
  12. 11 6月, 1999 1 次提交
  13. 27 4月, 1999 3 次提交
  14. 24 4月, 1999 1 次提交
  15. 22 4月, 1999 1 次提交
  16. 20 4月, 1999 1 次提交
  17. 16 2月, 1999 1 次提交
    • M
      Updates to the new SSL compression code · 413c4f45
      Mark J. Cox 提交于
           [Eric A. Young, (from changes to C2Net SSLeay, integrated by Mark Cox)]
      
      Fix so that the version number in the master secret, when passed
           via RSA, checks that if TLS was proposed, but we roll back to SSLv3
           (because the server will not accept higher), that the version number
           is 0x03,0x01, not 0x03,0x00
           [Eric A. Young, (from changes to C2Net SSLeay, integrated by Mark Cox)]
      
      Submitted by:
      Reviewed by:
      PR:
      413c4f45
  18. 10 2月, 1999 1 次提交
  19. 01 2月, 1999 1 次提交
    • D
      Fix various stuff: that VC++ 5.0 chokes on: · 9b3086fe
      Dr. Stephen Henson 提交于
      1. Add *lots* of missing prototypes for static ssl functions.
      2. VC++ doesn't understand the 'LL' suffix for 64 bits constants: change bn.org
      3. Add a few missing prototypes in pem.org
      Fix mk1mf.pl so it outputs a Makefile that doesn't choke Win95.
      Fix mkdef.pl so it doesn't truncate longer names.
      9b3086fe
  20. 21 12月, 1998 3 次提交