1. 20 4月, 2004 1 次提交
  2. 15 4月, 2004 1 次提交
  3. 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
  4. 28 11月, 2003 4 次提交
  5. 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
  6. 09 9月, 2003 1 次提交
  7. 20 6月, 2003 1 次提交
  8. 04 4月, 2003 7 次提交
  9. 31 1月, 2003 1 次提交
  10. 30 1月, 2003 1 次提交
  11. 10 1月, 2003 1 次提交
  12. 09 1月, 2003 1 次提交
  13. 26 12月, 2002 1 次提交
    • R
      Spelling error. · e2350001
      Richard Levitte 提交于
      This patch was taken from the OpenBSD copy of OpenSSL 0.9.7 beta3 with patches
      e2350001
  14. 04 12月, 2002 1 次提交
  15. 28 11月, 2002 1 次提交
  16. 14 11月, 2002 1 次提交
  17. 13 11月, 2002 1 次提交
  18. 08 11月, 2002 1 次提交
  19. 24 10月, 2002 1 次提交
    • R
      On certain platforms, we redefine certain symbols using macros in · d610d27f
      Richard Levitte 提交于
      apps.h.  For those, it's better to include apps.h after the system
      headers where those symbols may be defined, since there's otherwise a
      chance that the C compiler will barf when it sees something that looks
      like this after expansion:
      
      int VMS_strcasecmp((str1),(str2))(const char *, const char *);
      d610d27f
  20. 23 10月, 2002 1 次提交
  21. 11 10月, 2002 1 次提交
  22. 09 10月, 2002 1 次提交
  23. 12 8月, 2002 1 次提交
  24. 02 8月, 2002 1 次提交
  25. 31 7月, 2002 1 次提交
  26. 18 7月, 2002 2 次提交
  27. 20 5月, 2002 1 次提交
    • D
      · eee6c81a
      Dr. Stephen Henson 提交于
      Reorganise -subj option code, fix buffer overrun.
      eee6c81a
  28. 30 4月, 2002 1 次提交
  29. 09 3月, 2002 1 次提交
    • D
      · 26e12373
      Dr. Stephen Henson 提交于
      Fix the Win32_rename() function so it correctly
      returns an error code. Use the same code in Win9X
      and NT.
      
      Fix some ca.c options so they work under Win32:
      unlink/rename wont work under Win32 unless the file
      is closed.
      26e12373
  30. 28 2月, 2002 1 次提交