1. 24 4月, 2009 1 次提交
  2. 20 4月, 2009 1 次提交
  3. 15 4月, 2009 1 次提交
  4. 30 12月, 2008 1 次提交
  5. 29 12月, 2008 1 次提交
  6. 27 12月, 2008 1 次提交
  7. 13 10月, 2008 1 次提交
  8. 15 9月, 2008 1 次提交
  9. 14 9月, 2008 1 次提交
  10. 18 10月, 2007 1 次提交
  11. 01 10月, 2007 3 次提交
  12. 05 6月, 2007 1 次提交
  13. 29 11月, 2006 1 次提交
  14. 24 9月, 2006 1 次提交
  15. 30 1月, 2006 1 次提交
  16. 08 1月, 2006 1 次提交
  17. 26 7月, 2005 3 次提交
  18. 21 6月, 2005 1 次提交
  19. 20 6月, 2005 1 次提交
  20. 08 6月, 2005 1 次提交
  21. 06 6月, 2005 1 次提交
  22. 31 5月, 2005 1 次提交
  23. 28 4月, 2005 1 次提交
    • D
      Lots of Win32 fixes for DTLS. · 6c61726b
      Dr. Stephen Henson 提交于
      1. "unsigned long long" isn't portable changed: to BN_ULLONG.
      2. The LL prefix isn't allowed in VC++ but it isn't needed where it is used.
      2. Avoid lots of compiler warnings about signed/unsigned mismatches.
      3. Include new library directory pqueue in mk1mf build system.
      4. Update symbols.
      6c61726b
  24. 27 4月, 2005 3 次提交
  25. 16 5月, 2004 1 次提交
  26. 19 2月, 2003 1 次提交
  27. 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
  28. 06 5月, 2002 2 次提交
  29. 29 4月, 2002 1 次提交
  30. 20 4月, 2002 1 次提交
  31. 14 4月, 2002 1 次提交
  32. 12 1月, 2002 1 次提交
  33. 29 12月, 2001 1 次提交