1. 10 Jul, 2000 1 commit
    • Dr. Stephen Henson's avatar
      Fix some typose in the i2d/d2i functions that · 094fe66d
      Dr. Stephen Henson authored
      call the i2c/c2i (they were not using the
      content length for the headers).
      
      Fix ASN1 long form tag encoding. This never
      worked but it was never tested since it is
      only used for tags > 30.
      
      New options to smime program to allow the
      PKCS#7 format to be specified and the content
      supplied externally.
      094fe66d
  2. 08 Jul, 2000 1 commit
  3. 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
  4. 05 Jul, 2000 5 commits
  5. 04 Jul, 2000 1 commit
  6. 03 Jul, 2000 1 commit
  7. 02 Jul, 2000 4 commits
  8. 01 Jul, 2000 2 commits
  9. 30 Jun, 2000 1 commit
  10. 28 Jun, 2000 6 commits
  11. 26 Jun, 2000 1 commit
  12. 23 Jun, 2000 4 commits
  13. 22 Jun, 2000 9 commits
  14. 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