1. 09 11月, 2000 1 次提交
  2. 27 10月, 2000 2 次提交
  3. 25 9月, 2000 1 次提交
  4. 20 9月, 2000 1 次提交
  5. 17 9月, 2000 2 次提交
  6. 12 9月, 2000 2 次提交
  7. 07 9月, 2000 1 次提交
  8. 18 8月, 2000 1 次提交
  9. 14 8月, 2000 1 次提交
  10. 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
  11. 18 6月, 2000 1 次提交
  12. 01 6月, 2000 1 次提交
    • G
      This change will cause builds (by default) to not use different STACK · e41c8d6a
      Geoff Thorpe 提交于
      structures and functions for each stack type. The previous behaviour
      can be enabled by configuring with the "-DDEBUG_SAFESTACK" option.
      This will also cause "make update" (mkdef.pl in particular) to
      update the libeay.num and ssleay.num symbol tables with the number of
      extra functions DEBUG_SAFESTACK creates.
      
      The way this change works is to accompany each DECLARE_STACK_OF()
      macro with a set of "#define"d versions of the sk_##type##_***
      functions that ensures all the existing "type-safe" stack calls are
      precompiled into the underlying stack calls. The presence or abscence
      of the DEBUG_SAFESTACK symbol controls whether this block of
      "#define"s or the DECLARE_STACK_OF() macro is taking effect. The
      block of "#define"s is in turn generated and maintained by a perl
      script (util/mkstack.pl) that encompasses the block with delimiting
      C comments. This works in a similar way to the auto-generated error
      codes and, like the other such maintenance utilities, is invoked
      by the "make update" target.
      
      A long (but mundane) commit will follow this with the results of
      "make update" - this will include all the "#define" blocks for
      each DECLARE_STACK_OF() statement, along with stripped down
      libeay.num and ssleay.num files.
      e41c8d6a
  13. 16 5月, 2000 1 次提交
  14. 05 4月, 2000 1 次提交
    • G
      This commit ties the new DSO code (crypto/dso/) into the build for a · 9ec0126e
      Geoff Thorpe 提交于
      variety of platforms. A few are missing, and they will be added in
      eventually, but as this is new stuff, it was better to not break lots of
      platforms in one go that we can't easily test. The changes to "Configure"
      should illustrate how to add support to other systems if you feel like
      having a go.
      
      NB: I'll add something shortly to allow you to add "dlfcn.h" support on
      those platforms that don't have (or need) a dlfcn.h header file. (The
      symbol for Configure will probably by "dlfcn_no_h").
      
      Thanks to Richard Levitte, who is responsible for the dso_dl.c support,
      understanding the trickier aspects of the build process, and giving great
      feedback on everything else.
      
      [Don't use this stuff if you're easily offended by changes to the
      interface or behaviour - it's still work in progress.]
      
      PR:
      9ec0126e
  15. 27 2月, 2000 1 次提交
  16. 18 2月, 2000 1 次提交
  17. 17 2月, 2000 1 次提交
    • D
      · cd3c54e5
      Dr. Stephen Henson 提交于
      Add -pass argument to 'enc'.
      Fix to make Win32 compile work again.
      cd3c54e5
  18. 07 1月, 2000 1 次提交
  19. 25 12月, 1999 1 次提交
  20. 03 9月, 1999 1 次提交
  21. 12 7月, 1999 1 次提交
  22. 22 6月, 1999 1 次提交
  23. 08 6月, 1999 1 次提交
  24. 14 5月, 1999 1 次提交
  25. 13 5月, 1999 1 次提交
  26. 09 5月, 1999 1 次提交
  27. 08 5月, 1999 2 次提交
  28. 26 4月, 1999 1 次提交
  29. 20 4月, 1999 1 次提交
  30. 15 4月, 1999 1 次提交
  31. 30 3月, 1999 1 次提交
  32. 09 3月, 1999 1 次提交
  33. 03 3月, 1999 1 次提交
  34. 11 2月, 1999 1 次提交
  35. 01 2月, 1999 1 次提交
    • D
      Fix various stuff: that VC++ 5.0 chokes on: · 9b3086fe
      Dr. Stephen Henson 提交于
      1. Add *lots* of missing prototypes for static ssl functions.
      2. VC++ doesn't understand the 'LL' suffix for 64 bits constants: change bn.org
      3. Add a few missing prototypes in pem.org
      Fix mk1mf.pl so it outputs a Makefile that doesn't choke Win95.
      Fix mkdef.pl so it doesn't truncate longer names.
      9b3086fe
  36. 31 1月, 1999 1 次提交