1. 29 12月, 2004 1 次提交
  2. 14 11月, 2004 1 次提交
  3. 08 9月, 2004 1 次提交
  4. 07 9月, 2004 1 次提交
  5. 18 5月, 2004 1 次提交
  6. 20 4月, 2004 2 次提交
  7. 26 3月, 2004 1 次提交
  8. 16 3月, 2004 1 次提交
  9. 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
  10. 28 11月, 2003 3 次提交
  11. 17 11月, 2003 1 次提交
  12. 09 9月, 2003 1 次提交
  13. 04 4月, 2003 5 次提交
  14. 23 2月, 2003 1 次提交
  15. 31 1月, 2003 1 次提交
  16. 28 11月, 2002 1 次提交
  17. 16 11月, 2002 1 次提交
  18. 13 11月, 2002 1 次提交
  19. 25 10月, 2002 1 次提交
  20. 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
  21. 10 10月, 2002 1 次提交
  22. 23 8月, 2002 1 次提交
    • D
      · fc85ac20
      Dr. Stephen Henson 提交于
      Make -nameopt work in req and add support for -reqopt
      fc85ac20
  23. 02 8月, 2002 1 次提交
  24. 19 7月, 2002 1 次提交
  25. 18 7月, 2002 1 次提交
  26. 19 6月, 2002 1 次提交
  27. 14 6月, 2002 1 次提交
  28. 29 5月, 2002 1 次提交
  29. 14 3月, 2002 1 次提交
  30. 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
  31. 22 2月, 2002 1 次提交
    • D
      Config code updates. · 3647bee2
      Dr. Stephen Henson 提交于
      CONF_modules_unload() now calls CONF_modules_finish()
      automatically.
      
      Default use of section openssl_conf moved to
      CONF_modules_load()
      
      Load config file in several openssl utilities.
      
      Most utilities now load modules from the config file,
      though in a few (such as version) this isn't done
      because it couldn't be used for anything.
      
      In the case of ca and req the config file used is
      the same as the utility itself: that is the -config
      command line option can be used to specify an
      alternative file.
      3647bee2
  32. 26 1月, 2002 1 次提交
  33. 22 11月, 2001 1 次提交