1. 31 12月, 2000 1 次提交
    • D
      · ecbe0781
      Dr. Stephen Henson 提交于
      Rewrite PKCS#12 code and remove some of the old
      horrible macros.
      
      Fix two evil ASN1 bugs. Attempt to use 'ctx' when
      NULL if input is indefinite length constructed
      in asn1_check_tlen() and invalid pointer to ASN1_TYPE
      when reusing existing structure (this took *ages* to
      find because the new PKCS#12 code triggered it).
      ecbe0781
  2. 27 10月, 2000 1 次提交
  3. 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
  4. 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
  5. 23 2月, 2000 1 次提交
  6. 17 2月, 2000 1 次提交
  7. 11 2月, 2000 1 次提交
  8. 08 2月, 2000 1 次提交
  9. 06 2月, 2000 1 次提交
  10. 04 2月, 2000 1 次提交
  11. 02 1月, 2000 1 次提交
  12. 23 12月, 1999 1 次提交
  13. 29 7月, 1999 1 次提交
    • U
      VMS updates. · 8c197cc5
      Ulf Möller 提交于
      Submitted by: Richard Levitte <levitte@stacken.kth.se>
      8c197cc5
  14. 22 7月, 1999 1 次提交
  15. 08 6月, 1999 1 次提交
  16. 05 6月, 1999 3 次提交
  17. 30 5月, 1999 1 次提交
  18. 27 4月, 1999 1 次提交
  19. 24 4月, 1999 1 次提交
  20. 21 4月, 1999 1 次提交
  21. 20 4月, 1999 1 次提交
  22. 30 3月, 1999 1 次提交
  23. 31 1月, 1999 1 次提交
  24. 30 1月, 1999 1 次提交