1. 14 9月, 2000 1 次提交
  2. 13 9月, 2000 1 次提交
  3. 12 9月, 2000 1 次提交
  4. 06 9月, 2000 2 次提交
    • B
      Changes for QNX: there is no thread support, and the previous · 36124b10
      Bodo Möller 提交于
      configuration only worked with no-asm.
      36124b10
    • D
      *BIG* verify code reorganisation. · 2f043896
      Dr. Stephen Henson 提交于
      The old code was painfully primitive and couldn't handle
      distinct certificates using the same subject name.
      
      The new code performs several tests on a candidate issuer
      certificate based on certificate extensions.
      
      It also adds several callbacks to X509_VERIFY_CTX so its
      behaviour can be customised.
      
      Unfortunately some hackery was needed to persuade X509_STORE
      to tolerate this. This should go away when X509_STORE is
      replaced, sometime...
      
      This must have broken something though :-(
      2f043896
  5. 04 9月, 2000 1 次提交
  6. 01 9月, 2000 1 次提交
  7. 17 8月, 2000 1 次提交
  8. 15 8月, 2000 1 次提交
  9. 02 8月, 2000 3 次提交
  10. 25 7月, 2000 1 次提交
  11. 21 7月, 2000 1 次提交
    • R
      Redo and enhance the support for building shared libraries. Currently · b436a982
      Richard Levitte 提交于
      there's support for building under Linux and True64 (using examples
      from the programming manuals), including versioning that is currently
      the same as OpenSSL versions but should really be a different series.
      
      With this change, it's up to the users to decide if they want shared
      libraries as well as the static ones.  This decision now has to be
      done at configuration time (well, not really, those who know what they
      do can still do it the same way as before).
      
      The OpenSSL programs (openssl and the test programs) are currently
      always linked statically, but this may change in the future in a
      configurable manner.  The necessary makefile variables to enable this
      are in place.
      
      Also note that I have done absolutely nothing about the Windows target
      to get something similar.  On the other hand, DLLs are already the
      default there, but without versioning, and I've no idea what the
      possibilities for such a thing are there...
      b436a982
  12. 21 6月, 2000 1 次提交
  13. 13 6月, 2000 1 次提交
  14. 09 6月, 2000 1 次提交
  15. 07 6月, 2000 1 次提交
  16. 06 6月, 2000 1 次提交
    • A
      · 62187daf
      Andy Polyakov 提交于
      MT-support for IRIX 6.x and Alpha-Linux
      62187daf
  17. 04 6月, 2000 2 次提交
  18. 03 6月, 2000 1 次提交
  19. 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
  20. 30 5月, 2000 2 次提交
  21. 25 5月, 2000 1 次提交
  22. 18 5月, 2000 1 次提交
  23. 09 5月, 2000 1 次提交
  24. 06 4月, 2000 2 次提交
    • G
      I forgot about $openssl_other_defines ... should probably do this · eca57e92
      Geoff Thorpe 提交于
      for consistency. Not sure though whether HAVE_DLFCN_H should be
      included too? If we go the autoconf route then this probably wouldn't
      be included.
      eca57e92
    • G
      This helps make the DSO stuff more portable; · bc2aadad
      Geoff Thorpe 提交于
      * "no-dso" option available in Configure so that all DSO methods will
        return NULL, overriding any support the platform might otherwise
        have built.
      * dlfcn_no_h config string now available rather than just dlfcn. This
        is for platforms that have dlfcn.h functions but do not have (or
        need) the dlfcn.h header file.
      bc2aadad
  25. 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
  26. 26 3月, 2000 1 次提交
  27. 25 3月, 2000 2 次提交
  28. 23 3月, 2000 1 次提交
  29. 13 3月, 2000 1 次提交
  30. 08 3月, 2000 1 次提交
  31. 02 3月, 2000 1 次提交
  32. 01 3月, 2000 1 次提交
  33. 29 2月, 2000 1 次提交