1. 12 5月, 2005 1 次提交
  2. 10 5月, 2005 1 次提交
  3. 30 4月, 2005 1 次提交
  4. 27 4月, 2005 2 次提交
  5. 23 4月, 2005 1 次提交
  6. 22 3月, 2005 1 次提交
  7. 18 5月, 2004 1 次提交
  8. 20 4月, 2004 1 次提交
  9. 16 3月, 2004 1 次提交
  10. 28 12月, 2003 1 次提交
  11. 29 11月, 2003 1 次提交
  12. 30 10月, 2003 1 次提交
    • G
      A general spring-cleaning (in autumn) to fix up signed/unsigned warnings. · 27545970
      Geoff Thorpe 提交于
      I have tried to convert 'len' type variable declarations to unsigned as a
      means to address these warnings when appropriate, but when in doubt I have
      used casts in the comparisons instead. The better solution (that would get
      us all lynched by API users) would be to go through and convert all the
      function prototypes and structure definitions to use unsigned variables
      except when signed is necessary. The proliferation of (signed) "int" for
      strictly non-negative uses is unfortunate.
      27545970
  13. 28 9月, 2003 1 次提交
  14. 22 7月, 2003 1 次提交
  15. 28 2月, 2003 2 次提交
  16. 22 12月, 2002 1 次提交
  17. 28 11月, 2002 1 次提交
  18. 20 11月, 2002 1 次提交
  19. 15 11月, 2002 1 次提交
  20. 13 11月, 2002 1 次提交
  21. 29 10月, 2002 1 次提交
  22. 25 9月, 2002 1 次提交
  23. 23 9月, 2002 1 次提交
  24. 19 9月, 2002 2 次提交
  25. 12 8月, 2002 2 次提交
  26. 09 8月, 2002 1 次提交
    • B
      ECC ciphersuite support · ea262260
      Bodo Möller 提交于
      Submitted by: Douglas Stebila <douglas.stebila@sun.com>
      (Authors: Vipul Gupta and Sumit Gupta, Sun Microsystems Laboratories)
      ea262260
  27. 02 8月, 2002 1 次提交
  28. 30 7月, 2002 1 次提交
    • L
      OpenSSL Security Advisory [30 July 2002] · c046fffa
      Lutz Jänicke 提交于
      Changes marked "(CHATS)" were sponsored by the Defense Advanced
      Research Projects Agency (DARPA) and Air Force Research Laboratory,
      Air Force Materiel Command, USAF, under agreement number
      F30602-01-2-0537.
      c046fffa
  29. 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
  30. 15 3月, 2002 1 次提交
    • D
      · de941e28
      Dr. Stephen Henson 提交于
      Initialize cipher context in KRB5
      ("D. Russell" <russelld@aol.net>)
      
      Allow HMAC functions to use an alternative ENGINE.
      de941e28
  31. 15 1月, 2002 1 次提交
  32. 14 1月, 2002 1 次提交
  33. 12 1月, 2002 1 次提交
  34. 25 10月, 2001 2 次提交
  35. 18 10月, 2001 1 次提交