1. 29 12月, 2000 1 次提交
    • D
      Add NO_ASN1_OLD to remove some old style functions: · 73e92de5
      Dr. Stephen Henson 提交于
      currently OpenSSL itself wont compile with this set
      because some old style stuff remains.
      
      Change old functions X509_sign(), X509_verify() etc
      to use new item based functions.
      
      Replace OCSP function declarations with DECLARE macros.
      73e92de5
  2. 18 9月, 2000 1 次提交
  3. 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
  4. 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
  5. 27 4月, 1999 1 次提交
  6. 24 4月, 1999 1 次提交
  7. 20 4月, 1999 1 次提交
  8. 18 4月, 1999 1 次提交
  9. 30 12月, 1998 1 次提交
  10. 21 12月, 1998 3 次提交