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