1. 22 1月, 2002 1 次提交
  2. 12 1月, 2002 1 次提交
  3. 18 12月, 2001 1 次提交
  4. 15 11月, 2001 1 次提交
  5. 16 8月, 2001 1 次提交
  6. 20 2月, 2001 1 次提交
    • R
      Make all configuration macros available for application by making · cf1b7d96
      Richard Levitte 提交于
      sure they are available in opensslconf.h, by giving them names starting
      with "OPENSSL_" to avoid conflicts with other packages and by making
      sure e_os2.h will cover all platform-specific cases together with
      opensslconf.h.
      
      I've checked fairly well that nothing breaks with this (apart from
      external software that will adapt if they have used something like
      NO_KRB5), but I can't guarantee it completely, so a review of this
      change would be a good thing.
      cf1b7d96
  7. 12 10月, 2000 1 次提交
  8. 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
  9. 17 9月, 2000 2 次提交
  10. 07 9月, 2000 1 次提交
    • D
      · cfd3bb17
      Dr. Stephen Henson 提交于
      Add docs for BIO_find_type() and friends.
      
      Added function BIO_next() otherwise you can't
      traverse a chain without accessing BIO internals.
      cfd3bb17
  11. 28 8月, 2000 1 次提交
  12. 18 8月, 2000 1 次提交
  13. 28 7月, 2000 1 次提交
  14. 21 6月, 2000 1 次提交
    • D
      · 13083215
      Dr. Stephen Henson 提交于
      Fixes for Win32 build.
      
      This is mostly a work around for the old VC++ problem
      that it treats func() as func(void).
      
      Various prototypes had been added to 'compare' function
      pointers that triggered this. This could be fixed by removing
      the prototype, adding function pointer casts to every call or
      changing the passed function to use the expected arguments.
      I mostly did the latter.
      
      The mkdef.pl script was modified to remove the typesafe
      functions which no longer exist.
      
      Oh and some functions called OPENSSL_freeLibrary() were
      changed back to FreeLibrary(), wonder how that happened :-)
      13083215
  15. 17 6月, 2000 1 次提交
    • D
      Safe stack reorganisation in terms of function casts. · 3aceb94b
      Dr. Stephen Henson 提交于
      After some messing around this seems to work but needs
      a few more tests. Working out the syntax for sk_set_cmp_func()
      (cast it to a function that itself returns a function pointer)
      was painful :-(
      
      Needs some testing to see what other compilers think of this
      syntax.
      
      Also needs similar stuff for ASN1_SET_OF etc etc.
      3aceb94b
  16. 02 6月, 2000 1 次提交
  17. 01 6月, 2000 1 次提交
  18. 17 5月, 2000 1 次提交
  19. 16 5月, 2000 1 次提交
  20. 02 5月, 2000 1 次提交
  21. 15 4月, 2000 1 次提交
  22. 01 3月, 2000 1 次提交
  23. 24 2月, 2000 1 次提交
  24. 21 2月, 2000 1 次提交
    • R
      Move the registration of callback functions to special functions · d3442bc7
      Richard Levitte 提交于
      designed for that.  This removes the potential error to mix data and
      function pointers.
      
      Please note that I'm a little unsure how incorrect calls to the old
      ctrl functions should be handled, in som cases.  I currently return 0
      and that's it, but it may be more correct to generate a genuine error
      in those cases.
      d3442bc7
  25. 04 2月, 2000 1 次提交
  26. 24 1月, 2000 1 次提交
    • D
      · dd9d233e
      Dr. Stephen Henson 提交于
      Tidy up CRYPTO_EX_DATA structures.
      dd9d233e
  27. 09 1月, 2000 1 次提交
  28. 27 9月, 1999 1 次提交
  29. 08 9月, 1999 1 次提交
  30. 04 9月, 1999 1 次提交
  31. 19 8月, 1999 1 次提交
  32. 10 8月, 1999 1 次提交
    • B
      Updates. · 019a7aba
      Bodo Möller 提交于
      Prototypes and constant declarations for non-copying reads and writes for
      BIO pairs (which is totally untested as of now, so I don't yet commit
      the actual source code, but reserve the numbers to avoid conflicts).
      019a7aba
  33. 16 6月, 1999 1 次提交
  34. 12 6月, 1999 1 次提交
  35. 09 6月, 1999 1 次提交
  36. 08 6月, 1999 2 次提交
  37. 14 5月, 1999 1 次提交
  38. 05 5月, 1999 1 次提交