1. 09 Nov, 2002 3 commits
  2. 08 Nov, 2002 1 commit
  3. 07 Nov, 2002 2 commits
  4. 06 Nov, 2002 4 commits
  5. 05 Nov, 2002 2 commits
  6. 04 Nov, 2002 3 commits
  7. 31 Oct, 2002 1 commit
  8. 30 Oct, 2002 1 commit
  9. 29 Oct, 2002 7 commits
  10. 28 Oct, 2002 1 commit
  11. 25 Oct, 2002 1 commit
  12. 24 Oct, 2002 2 commits
  13. 23 Oct, 2002 4 commits
  14. 21 Oct, 2002 1 commit
  15. 20 Oct, 2002 3 commits
  16. 18 Oct, 2002 4 commits
    • Geoff Thorpe's avatar
      Make pod2man happier. · 190ef122
      Geoff Thorpe authored
      190ef122
    • Geoff Thorpe's avatar
      Make pod2man happier. · 7521ab3d
      Geoff Thorpe authored
      7521ab3d
    • Geoff Thorpe's avatar
      If dynamically-loadable ENGINEs are linked against a shared-library version · 0587ec26
      Geoff Thorpe authored
      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
    • Geoff Thorpe's avatar
      b76d66fb