1. 06 2月, 2015 1 次提交
  2. 22 1月, 2015 1 次提交
  3. 28 6月, 2014 1 次提交
  4. 17 12月, 2009 1 次提交
    • D
      PR: 2127 · e50858c5
      Dr. Stephen Henson 提交于
      Submitted by: Tomas Mraz <tmraz@redhat.com>
      
      Check for lookup failures in EVP_PBE_CipherInit().
      e50858c5
  5. 26 11月, 2009 1 次提交
  6. 06 11月, 2008 1 次提交
  7. 22 10月, 2008 1 次提交
  8. 12 10月, 2008 1 次提交
  9. 05 7月, 2008 1 次提交
  10. 04 6月, 2008 1 次提交
  11. 21 1月, 2007 1 次提交
  12. 22 12月, 2006 1 次提交
  13. 18 7月, 2006 1 次提交
  14. 17 5月, 2006 1 次提交
  15. 16 5月, 2006 1 次提交
  16. 15 5月, 2006 1 次提交
  17. 11 5月, 2005 1 次提交
    • B
      Fix more error codes. · 8afca8d9
      Bodo Möller 提交于
      (Also improve util/ck_errf.pl script, and occasionally
      fix source code formatting.)
      8afca8d9
  18. 05 4月, 2005 1 次提交
  19. 27 12月, 2003 1 次提交
    • R
      Use BUF_strlcpy() instead of strcpy(). · d420ac2c
      Richard Levitte 提交于
      Use BUF_strlcat() instead of strcat().
      Use BIO_snprintf() instead of sprintf().
      In some cases, keep better track of buffer lengths.
      This is part of a large change submitted by Markus Friedl <markus@openbsd.org>
      d420ac2c
  20. 13 11月, 2002 1 次提交
  21. 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
  22. 09 3月, 2001 1 次提交
    • D
      · 13588350
      Dr. Stephen Henson 提交于
      Change the EVP_somecipher() and EVP_somedigest()
      functions to return constant EVP_MD and EVP_CIPHER
      pointers.
      
      Update docs.
      13588350
  23. 21 6月, 2000 1 次提交
    • D
      · 13083215
      Dr. Stephen Henson 提交于
      Fixes for Win32 build.
      
      This is mostly a work around for the old VC++ problem
      that it treats func() as func(void).
      
      Various prototypes had been added to 'compare' function
      pointers that triggered this. This could be fixed by removing
      the prototype, adding function pointer casts to every call or
      changing the passed function to use the expected arguments.
      I mostly did the latter.
      
      The mkdef.pl script was modified to remove the typesafe
      functions which no longer exist.
      
      Oh and some functions called OPENSSL_freeLibrary() were
      changed back to FreeLibrary(), wonder how that happened :-)
      13083215
  24. 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
  25. 16 5月, 2000 1 次提交
  26. 04 5月, 2000 1 次提交
  27. 07 6月, 1999 1 次提交
  28. 06 6月, 1999 1 次提交
  29. 27 4月, 1999 1 次提交
  30. 24 4月, 1999 2 次提交
  31. 23 4月, 1999 1 次提交
  32. 20 4月, 1999 1 次提交
  33. 30 3月, 1999 1 次提交
  34. 29 3月, 1999 1 次提交
  35. 27 3月, 1999 1 次提交
  36. 05 3月, 1999 1 次提交
  37. 22 2月, 1999 1 次提交
  38. 20 2月, 1999 1 次提交
  39. 19 2月, 1999 1 次提交