1. 08 Jul, 2000 1 commit
  2. 07 Jul, 2000 1 commit
    • Dr. Stephen Henson's avatar
      · a338e21b
      Dr. Stephen Henson authored
      New ASN1 functions that just deal with
      content octets, not tag+length.
      a338e21b
  3. 05 Jul, 2000 5 commits
  4. 04 Jul, 2000 1 commit
  5. 03 Jul, 2000 1 commit
  6. 02 Jul, 2000 4 commits
  7. 01 Jul, 2000 2 commits
  8. 30 Jun, 2000 1 commit
  9. 28 Jun, 2000 6 commits
  10. 26 Jun, 2000 1 commit
  11. 23 Jun, 2000 4 commits
  12. 22 Jun, 2000 9 commits
  13. 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
  14. 20 Jun, 2000 1 commit
    • 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