1. 06 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. 06 9月, 2000 1 次提交
  4. 25 8月, 2000 1 次提交
  5. 28 7月, 2000 1 次提交
    • D
      · a657546f
      Dr. Stephen Henson 提交于
      New ASN1_STRING_print_ex() and X509_NAME_print_ex()
      functions. These are intended to be replacements
      for the ancient ASN1_STRING_print() and X509_NAME_print()
      functions.
      
      The new functions support RFC2253 and various pretty
      printing options. It is also possible to display
      international characters if the terminal properly handles
      UTF8 encoding (Linux seems to tolerate this if the
      "unicode_start" script is run).
      
      Still needs to be documented, integrated into other
      utilities and extensively tested.
      a657546f
  6. 23 6月, 2000 2 次提交
  7. 11 6月, 2000 1 次提交
  8. 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
  9. 14 5月, 2000 1 次提交
  10. 03 5月, 2000 1 次提交
  11. 28 3月, 2000 1 次提交
  12. 26 2月, 2000 2 次提交
  13. 19 2月, 2000 1 次提交
  14. 17 2月, 2000 1 次提交
  15. 11 2月, 2000 1 次提交
  16. 04 2月, 2000 1 次提交
  17. 21 1月, 2000 1 次提交
  18. 07 1月, 2000 1 次提交
  19. 29 12月, 1999 1 次提交
  20. 25 12月, 1999 1 次提交
  21. 02 12月, 1999 1 次提交
  22. 29 11月, 1999 1 次提交
    • D
      Add part of chain verify SSL support code: not complete or doing anything · 13938ace
      Dr. Stephen Henson 提交于
      yet.
      
      Add a function X509_STORE_CTX_purpose_inherit() which implements the logic
      of "inheriting" purpose and trust from a parent structure and using a default:
      this will be used in the SSL code and possibly future S/MIME.
      
      Partial documentation of the 'verify' utility. Still need to document how all
      the extension checking works and the various error messages.
      13938ace
  23. 27 11月, 1999 1 次提交
  24. 26 11月, 1999 1 次提交
  25. 22 11月, 1999 1 次提交
  26. 08 11月, 1999 1 次提交
  27. 04 11月, 1999 1 次提交
  28. 26 10月, 1999 2 次提交
  29. 13 10月, 1999 1 次提交
  30. 27 8月, 1999 1 次提交
  31. 22 7月, 1999 1 次提交
  32. 11 7月, 1999 1 次提交
  33. 26 5月, 1999 1 次提交
  34. 17 5月, 1999 1 次提交
  35. 28 4月, 1999 1 次提交
  36. 27 4月, 1999 2 次提交