1. 21 8月, 2005 1 次提交
  2. 16 7月, 2005 1 次提交
    • N
      make · 3eeaab4b
      Nils Larsch 提交于
          	./configure no-deprecated [no-dsa] [no-dh] [no-ec] [no-rsa]
          	make depend all test
      work again
      
      PR: 1159
      3eeaab4b
  3. 06 4月, 2005 1 次提交
  4. 02 4月, 2005 1 次提交
  5. 31 3月, 2005 1 次提交
  6. 06 12月, 2004 1 次提交
  7. 13 11月, 2004 1 次提交
  8. 13 5月, 2004 1 次提交
  9. 21 4月, 2004 2 次提交
  10. 20 4月, 2004 1 次提交
  11. 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
  12. 21 9月, 2003 1 次提交
  13. 04 7月, 2003 1 次提交
  14. 04 4月, 2003 3 次提交
  15. 31 3月, 2003 1 次提交
  16. 31 1月, 2003 1 次提交
  17. 04 12月, 2002 1 次提交
  18. 13 11月, 2002 1 次提交
  19. 12 11月, 2002 1 次提交
  20. 09 11月, 2002 1 次提交
  21. 12 8月, 2002 1 次提交
  22. 02 8月, 2002 1 次提交
  23. 29 7月, 2002 1 次提交
  24. 31 5月, 2002 1 次提交
  25. 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
  26. 14 2月, 2002 1 次提交
  27. 12 9月, 2001 1 次提交
  28. 02 9月, 2001 1 次提交
    • G
      Make the necessary changes to work with the recent "ex_data" overhaul. · 79aa04ef
      Geoff Thorpe 提交于
      See the commit log message for that for more information.
      
      NB: X509_STORE_CTX's use of "ex_data" support was actually misimplemented
      (initialisation by "memset" won't/can't/doesn't work). This fixes that but
      requires that X509_STORE_CTX_init() be able to handle errors - so its
      prototype has been changed to return 'int' rather than 'void'. All uses of
      that function throughout the source code have been tracked down and
      adjusted.
      79aa04ef
  29. 28 6月, 2001 1 次提交
    • D
      · b7a26e6d
      Dr. Stephen Henson 提交于
      Modify apps to use NCONF code instead of old CONF code.
      
      Add new extension functions which work with NCONF.
      
      Tidy up extension config routines and remove redundant code.
      
      Fix NCONF_get_number().
      
      Todo: more testing of apps to see they still work...
      b7a26e6d
  30. 24 6月, 2001 1 次提交
  31. 18 6月, 2001 1 次提交
  32. 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
  33. 09 3月, 2001 1 次提交
  34. 20 2月, 2001 3 次提交
  35. 19 2月, 2001 1 次提交