1. 11 3月, 2006 1 次提交
  2. 08 1月, 2006 2 次提交
  3. 01 10月, 2005 2 次提交
  4. 27 4月, 2005 1 次提交
  5. 04 11月, 2003 1 次提交
  6. 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
  7. 12 2月, 2003 1 次提交
  8. 28 11月, 2002 1 次提交
  9. 13 11月, 2002 1 次提交
  10. 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
  11. 09 7月, 2002 1 次提交
  12. 14 6月, 2002 1 次提交
  13. 14 4月, 2002 1 次提交
  14. 22 10月, 2001 1 次提交
  15. 17 10月, 2001 1 次提交
  16. 16 10月, 2001 1 次提交
    • D
      · 20d2186c
      Dr. Stephen Henson 提交于
      Retain compatibility of EVP_DigestInit() and EVP_DigestFinal()
      with existing code.
      
      Modify library to use digest *_ex() functions.
      20d2186c
  17. 24 9月, 2001 1 次提交
  18. 21 9月, 2001 1 次提交
  19. 31 7月, 2001 1 次提交
  20. 20 6月, 2001 1 次提交
    • D
      · 323f289c
      Dr. Stephen Henson 提交于
      Change all calls to low level digest routines in the library and
      applications to use EVP. Add missing calls to HMAC_cleanup() and
      don't assume HMAC_CTX can be copied using memcpy().
      
      Note: this is almost identical to the patch submitted to openssl-dev
      by Verdon Walker <VWalker@novell.com> except some redundant
      EVP_add_digest_()/EVP_cleanup() calls were removed and some changes
      made to avoid compiler warnings.
      323f289c
  21. 16 6月, 2001 1 次提交
  22. 07 6月, 2001 1 次提交
  23. 08 4月, 2001 2 次提交
  24. 03 4月, 2001 1 次提交
  25. 07 3月, 2001 1 次提交
  26. 02 6月, 2000 1 次提交
    • R
      There have been a number of complaints from a number of sources that names · 26a3a48d
      Richard Levitte 提交于
      like Malloc, Realloc and especially Free conflict with already existing names
      on some operating systems or other packages.  That is reason enough to change
      the names of the OpenSSL memory allocation macros to something that has a
      better chance of being unique, like prepending them with OPENSSL_.
      
      This change includes all the name changes needed throughout all C files.
      26a3a48d
  27. 22 2月, 2000 1 次提交
  28. 21 2月, 2000 1 次提交
  29. 04 2月, 2000 1 次提交
  30. 06 1月, 2000 2 次提交
  31. 29 12月, 1999 1 次提交
  32. 05 6月, 1999 1 次提交
  33. 27 4月, 1999 1 次提交
  34. 24 4月, 1999 1 次提交
  35. 20 4月, 1999 1 次提交
  36. 18 4月, 1999 1 次提交