1. 15 4月, 2009 1 次提交
  2. 01 4月, 2009 1 次提交
  3. 19 3月, 2009 1 次提交
  4. 27 7月, 2008 1 次提交
  5. 04 6月, 2008 1 次提交
  6. 19 5月, 2008 1 次提交
  7. 22 5月, 2007 1 次提交
  8. 21 5月, 2007 1 次提交
  9. 18 5月, 2007 2 次提交
  10. 17 5月, 2007 2 次提交
  11. 30 4月, 2007 1 次提交
  12. 12 4月, 2007 1 次提交
  13. 08 4月, 2007 1 次提交
  14. 19 2月, 2007 1 次提交
  15. 09 2月, 2007 1 次提交
  16. 30 11月, 2006 1 次提交
  17. 29 3月, 2006 1 次提交
  18. 01 12月, 2005 1 次提交
  19. 03 12月, 2004 1 次提交
  20. 06 8月, 2004 1 次提交
  21. 26 7月, 2004 1 次提交
  22. 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
  23. 31 1月, 2003 1 次提交
  24. 04 12月, 2002 1 次提交
  25. 28 11月, 2002 1 次提交
  26. 13 11月, 2002 1 次提交
  27. 02 8月, 2002 1 次提交
  28. 11 6月, 2002 1 次提交
  29. 07 4月, 2002 1 次提交
  30. 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
  31. 12 9月, 2001 1 次提交
  32. 24 6月, 2001 1 次提交
  33. 18 6月, 2001 1 次提交
  34. 30 5月, 2001 1 次提交
    • R
      Extend all the loading functions to take an engine pointer, a pass · 30b4c272
      Richard Levitte 提交于
      string (some engines may have certificates protected by a PIN!) and
      a description to put into error messages.
      
      Also, have our own password callback that we can send both a password
      and some prompt info to.  The default password callback in EVP assumes
      that the passed parameter is a password, which isn't always the right
      thing, and the ENGINE code (at least the nCipher one) makes other
      assumptions...
      
      Also, in spite of having the functions to load keys, some utilities
      did the loading all by themselves...  That's changed too.
      30b4c272
  35. 20 2月, 2001 1 次提交
  36. 31 10月, 2000 1 次提交
  37. 29 10月, 2000 1 次提交
  38. 27 10月, 2000 1 次提交