1. 05 Jul, 2000 3 commits
    • Richard Levitte's avatar
      Document the change. · d5870bbe
      Richard Levitte authored
      d5870bbe
    • Richard Levitte's avatar
      I got sick and tired of having to keep track of NIDs when such a thing · c2bbf9cf
      Richard Levitte authored
      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
    • Richard Levitte's avatar
      Beautification · 8f0d68fa
      Richard Levitte authored
      8f0d68fa
  2. 04 Jul, 2000 1 commit
  3. 03 Jul, 2000 1 commit
  4. 02 Jul, 2000 4 commits
  5. 01 Jul, 2000 2 commits
  6. 30 Jun, 2000 1 commit
  7. 28 Jun, 2000 6 commits
  8. 26 Jun, 2000 1 commit
  9. 23 Jun, 2000 4 commits
  10. 22 Jun, 2000 9 commits
  11. 21 Jun, 2000 3 commits
    • Ulf Möller's avatar
      use faster version · 8415060e
      Ulf Möller authored
      8415060e
    • Geoff Thorpe's avatar
      * This adds some checking to the 'dlfcn' DSO_METHOD that at least lets · 1a797ac6
      Geoff Thorpe authored
        it cope with OpenBSD which doesn't understand "RTLD_NOW".
      * Added the dso_scheme config string entry for OpenBSD-x86 to give it
        DSO support.
      * 'make update' that has also absorbed some of Steve's mkstack changes
        for the ASN-related macros.
      1a797ac6
    • Dr. Stephen Henson's avatar
      · 13083215
      Dr. Stephen Henson authored
      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
  12. 20 Jun, 2000 2 commits
    • Dr. Stephen Henson's avatar
      · 7ef82068
      Dr. Stephen Henson authored
      Handle ASN1_SET_OF and PKCS12_STACK_OF using function
      casts in the same way as STACK_OF.
      7ef82068
    • Geoff Thorpe's avatar
      'make update' · 438fa2fd
      Geoff Thorpe authored
      438fa2fd
  13. 19 Jun, 2000 3 commits