1. 27 4月, 2005 1 次提交
  2. 23 4月, 2005 1 次提交
  3. 22 3月, 2005 1 次提交
  4. 18 5月, 2004 1 次提交
  5. 20 4月, 2004 1 次提交
  6. 16 3月, 2004 1 次提交
  7. 28 12月, 2003 1 次提交
  8. 29 11月, 2003 1 次提交
  9. 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
  10. 28 9月, 2003 1 次提交
  11. 22 7月, 2003 1 次提交
  12. 28 2月, 2003 2 次提交
  13. 22 12月, 2002 1 次提交
  14. 28 11月, 2002 1 次提交
  15. 20 11月, 2002 1 次提交
  16. 15 11月, 2002 1 次提交
  17. 13 11月, 2002 1 次提交
  18. 29 10月, 2002 1 次提交
  19. 25 9月, 2002 1 次提交
  20. 23 9月, 2002 1 次提交
  21. 19 9月, 2002 2 次提交
  22. 12 8月, 2002 2 次提交
  23. 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
  24. 02 8月, 2002 1 次提交
  25. 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
  26. 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
  27. 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
  28. 15 1月, 2002 1 次提交
  29. 14 1月, 2002 1 次提交
  30. 12 1月, 2002 1 次提交
  31. 25 10月, 2001 2 次提交
  32. 18 10月, 2001 1 次提交
  33. 17 10月, 2001 1 次提交
  34. 16 10月, 2001 2 次提交
    • D
      · 20d2186c
      Dr. Stephen Henson 提交于
      Retain compatibility of EVP_DigestInit() and EVP_DigestFinal()
      with existing code.
      
      Modify library to use digest *_ex() functions.
      20d2186c
    • B
      Change ssl3_get_message and the functions using it so that complete · 48948d53
      Bodo Möller 提交于
      'Handshake' protocol structures are kept in memory, including
      'msg_type' and 'length'.
      
      (This is in preparation of future support for callbacks that get to
      peek at handshake messages and the like.)
      48948d53
  35. 10 10月, 2001 1 次提交