1. 19 8月, 2000 1 次提交
  2. 14 8月, 2000 1 次提交
  3. 10 8月, 2000 1 次提交
  4. 07 8月, 2000 1 次提交
  5. 24 7月, 2000 1 次提交
  6. 08 7月, 2000 1 次提交
  7. 05 7月, 2000 1 次提交
    • R
      I got sick and tired of having to keep track of NIDs when such a thing · c2bbf9cf
      Richard Levitte 提交于
      could be done automagically, much like the numbering in libeay.num and
      ssleay.num.  The solution works as follows:
      
        - New object identifiers are inserted in objects.txt, following the
          syntax given in objects.README.
        - objects.pl is used to process obj_mac.num and create a new
          obj_mac.h.
        - obj_dat.pl is used to create a new obj_dat.h, using the data in
          obj_mac.h.
      
      This is currently kind of a hack, and the perl code in objects.pl
      isn't very elegant, but it works as I intended.  The simplest way to
      check that it worked correctly is to look in obj_dat.h and check the
      array nid_objs and make sure the objects haven't moved around (this is
      important!).  Additions are OK, as well as consistent name changes.
      c2bbf9cf
  8. 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
  9. 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
  10. 13 6月, 2000 2 次提交
  11. 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
  12. 01 6月, 2000 1 次提交
  13. 02 5月, 2000 1 次提交
  14. 12 3月, 2000 1 次提交
  15. 08 3月, 2000 1 次提交
  16. 05 3月, 2000 1 次提交
  17. 03 3月, 2000 1 次提交
    • D
      · 645820f2
      Dr. Stephen Henson 提交于
      Make name_funcs_stack static.
      645820f2
  18. 26 2月, 2000 1 次提交
  19. 04 2月, 2000 1 次提交
  20. 31 1月, 2000 2 次提交
  21. 29 1月, 2000 1 次提交
  22. 18 1月, 2000 1 次提交
    • R
      Compaq C 6.2 for VMS will complain when we want to convert · a9188d4e
      Richard Levitte 提交于
      non-function pointers to function pointers and vice versa.
      The current solution is to have unions that describe the
      conversion we want to do, and gives us the ability to extract
      the type of data we want.
      
      The current solution is a quick fix, and can probably be made
      in a more general or elegant way.
      a9188d4e
  23. 29 12月, 1999 1 次提交
  24. 23 12月, 1999 1 次提交
  25. 20 12月, 1999 1 次提交
  26. 12 12月, 1999 1 次提交
  27. 26 11月, 1999 1 次提交
  28. 24 11月, 1999 1 次提交
  29. 25 10月, 1999 1 次提交
  30. 30 9月, 1999 1 次提交
  31. 10 9月, 1999 1 次提交
  32. 25 8月, 1999 1 次提交
  33. 11 8月, 1999 1 次提交
  34. 10 8月, 1999 1 次提交
  35. 03 8月, 1999 2 次提交
  36. 29 7月, 1999 1 次提交
  37. 28 7月, 1999 1 次提交