1. 28 10月, 2002 4 次提交
  2. 25 10月, 2002 2 次提交
  3. 21 10月, 2002 1 次提交
  4. 19 10月, 2002 1 次提交
    • G
      If dynamically-loadable ENGINEs are linked against a shared-library version · 0587ec26
      Geoff Thorpe 提交于
      of libcrypto, then it is possible that when they are loaded they will share
      the same static data as the loading application/library. This means it will
      be too late to set memory/ERR/ex_data/[etc] callbacks, but entirely
      unnecessary to try. This change puts a static variable in the core ENGINE
      code (contained in libcrypto) and a function returning a pointer to it. If
      the loaded ENGINE's return value from this function matches the loading
      application/library's return value - they share static data. If they don't
      match, the loaded ENGINE has its own copy of libcrypto's static data and so
      the callbacks need to be set.
      
      Also, although 0.9.7 hasn't been released yet, it's clear this will
      introduce a binary incompatibility between dynamic ENGINEs built for 0.9.7
      and 0.9.8 (though others probably exist already from EC_*** hooks and
      what-not) - so the version control values are correspondingly bumped.
      0587ec26
  5. 16 10月, 2002 1 次提交
  6. 14 10月, 2002 3 次提交
  7. 12 10月, 2002 8 次提交
  8. 10 10月, 2002 1 次提交
  9. 09 10月, 2002 2 次提交
    • R
      Add a few more VxWorks targets. · 6a89a25c
      Richard Levitte 提交于
      Correct misspelled VXWORKS macros.
      Add VXWORKS identifying macros to e_os2.h.
      Add required inclusions and mappings for VxWorks in e_os.h.
      A few small modifications to make OpenSSL build and work on VxWorks.
      PR: 253, except for the  change that was handled in an earlier
               commit, and a request for easy build of just parts of OpenSSL.
      6a89a25c
    • R
      Use double dashes so makedepend doesn't misunderstand the flags we · 001ab3ab
      Richard Levitte 提交于
      give it.
      For 0.9.7 and up, that means util/domd needs to remove those double
      dashes from the argument list when gcc is used to find the
      dependencies.
      001ab3ab
  10. 06 10月, 2002 6 次提交
  11. 05 10月, 2002 2 次提交
  12. 04 10月, 2002 3 次提交
  13. 03 10月, 2002 1 次提交
  14. 02 10月, 2002 2 次提交
  15. 25 9月, 2002 3 次提交