1. 27 10月, 2000 1 次提交
  2. 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
  3. 04 9月, 2000 1 次提交
  4. 23 6月, 2000 1 次提交
  5. 02 6月, 2000 1 次提交
    • R
      There have been a number of complaints from a number of sources that names · 26a3a48d
      Richard Levitte 提交于
      like Malloc, Realloc and especially Free conflict with already existing names
      on some operating systems or other packages.  That is reason enough to change
      the names of the OpenSSL memory allocation macros to something that has a
      better chance of being unique, like prepending them with OPENSSL_.
      
      This change includes all the name changes needed throughout all C files.
      26a3a48d
  6. 16 5月, 2000 2 次提交
  7. 08 3月, 2000 1 次提交
  8. 26 2月, 2000 1 次提交
  9. 17 2月, 2000 1 次提交
  10. 15 2月, 2000 1 次提交
  11. 11 2月, 2000 1 次提交
  12. 04 2月, 2000 1 次提交
  13. 03 2月, 2000 1 次提交
    • D
      · 82fc1d9c
      Dr. Stephen Henson 提交于
      Add new -notext option to 'ca', -pubkey option to spkac.
      
      Remove some "WTF??" casts from applications.
      
      Fixes to keep VC++ happy and avoid warnings.
      
      Docs tidy.
      82fc1d9c
  14. 25 12月, 1999 1 次提交
  15. 01 12月, 1999 1 次提交
  16. 12 11月, 1999 1 次提交
  17. 11 11月, 1999 1 次提交
  18. 09 11月, 1999 1 次提交
  19. 08 11月, 1999 1 次提交
  20. 27 10月, 1999 1 次提交
    • D
      Continued multibyte character support. · 74400f73
      Dr. Stephen Henson 提交于
      Add a bunch of functions to simplify the creation of X509_NAME structures.
      
      Change the X509_NAME_entry_add stuff in req/ca so it no longer uses
      X509_NAME_entry_count(): passing -1 has the same effect.
      74400f73
  21. 26 10月, 1999 2 次提交
  22. 18 9月, 1999 1 次提交
  23. 06 9月, 1999 1 次提交
  24. 04 9月, 1999 1 次提交
  25. 03 9月, 1999 1 次提交
  26. 27 8月, 1999 1 次提交
  27. 26 8月, 1999 1 次提交
  28. 07 8月, 1999 1 次提交
  29. 22 7月, 1999 2 次提交
  30. 21 6月, 1999 1 次提交
  31. 11 6月, 1999 1 次提交
  32. 08 6月, 1999 1 次提交
  33. 30 5月, 1999 1 次提交
  34. 13 5月, 1999 1 次提交
    • U
      VMS support. · 7d7d2cbc
      Ulf Möller 提交于
      Submitted by: Richard Levitte <richard@levitte.org>
      7d7d2cbc
  35. 11 5月, 1999 1 次提交
  36. 08 5月, 1999 1 次提交
  37. 03 5月, 1999 1 次提交