1. 18 8月, 2000 1 次提交
  2. 28 7月, 2000 1 次提交
  3. 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
  4. 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
  5. 02 6月, 2000 1 次提交
  6. 01 6月, 2000 1 次提交
  7. 17 5月, 2000 1 次提交
  8. 16 5月, 2000 1 次提交
  9. 02 5月, 2000 1 次提交
  10. 15 4月, 2000 1 次提交
  11. 01 3月, 2000 1 次提交
  12. 24 2月, 2000 1 次提交
  13. 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
  14. 04 2月, 2000 1 次提交
  15. 24 1月, 2000 1 次提交
    • D
      · dd9d233e
      Dr. Stephen Henson 提交于
      Tidy up CRYPTO_EX_DATA structures.
      dd9d233e
  16. 09 1月, 2000 1 次提交
  17. 27 9月, 1999 1 次提交
  18. 08 9月, 1999 1 次提交
  19. 04 9月, 1999 1 次提交
  20. 19 8月, 1999 1 次提交
  21. 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
  22. 16 6月, 1999 1 次提交
  23. 12 6月, 1999 1 次提交
  24. 09 6月, 1999 1 次提交
  25. 08 6月, 1999 2 次提交
  26. 14 5月, 1999 1 次提交
  27. 05 5月, 1999 1 次提交
  28. 27 4月, 1999 1 次提交
  29. 25 4月, 1999 1 次提交
  30. 24 4月, 1999 2 次提交
  31. 23 4月, 1999 1 次提交
  32. 20 4月, 1999 1 次提交
  33. 19 4月, 1999 1 次提交
  34. 18 4月, 1999 1 次提交
  35. 09 3月, 1999 2 次提交
  36. 01 3月, 1999 1 次提交
  37. 23 2月, 1999 1 次提交