1. 06 4月, 2005 1 次提交
  2. 02 4月, 2005 1 次提交
  3. 11 11月, 2004 1 次提交
  4. 31 3月, 2003 1 次提交
  5. 04 12月, 2002 1 次提交
  6. 30 4月, 2002 1 次提交
  7. 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
  8. 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
  9. 24 6月, 2001 1 次提交
  10. 20 2月, 2001 1 次提交
  11. 06 2月, 2001 1 次提交
  12. 20 9月, 2000 1 次提交
    • R
      On VMS, stdout may very well lead to a file that is written to in a · 645749ef
      Richard Levitte 提交于
      record-oriented fashion.  That means that every write() will write a
      separate record, which will be read separately by the programs trying
      to read from it.  This can be very confusing.
      
      The solution is to put a BIO filter in the way that will buffer text
      until a linefeed is reached, and then write everything a line at a
      time, so every record written will be an actual line, not chunks of
      lines and not (usually doesn't happen, but I've seen it once) several
      lines in one record.  Voila, BIO_f_linebuffer() is born.
      
      Since we're so close to release time, I'm making this VMS-only for
      now, just to make sure no code is needlessly broken by this.  After
      the release, this BIO method will be enabled on all other platforms as
      well.
      645749ef
  13. 18 5月, 2000 1 次提交
  14. 11 2月, 2000 1 次提交
  15. 09 1月, 2000 1 次提交
  16. 01 12月, 1999 1 次提交
  17. 18 9月, 1999 1 次提交
  18. 04 9月, 1999 1 次提交
  19. 22 7月, 1999 1 次提交
  20. 27 4月, 1999 1 次提交
  21. 24 4月, 1999 1 次提交
  22. 20 4月, 1999 1 次提交
  23. 12 4月, 1999 1 次提交
  24. 19 2月, 1999 1 次提交
  25. 20 1月, 1999 1 次提交
  26. 21 12月, 1998 3 次提交