Skip to content
  1. Apr 02, 2003
  2. Mar 30, 2003
  3. Mar 24, 2003
  4. Mar 21, 2003
  5. Mar 20, 2003
  6. Mar 19, 2003
  7. Mar 13, 2003
  8. Mar 11, 2003
    • Geoff Thorpe's avatar
      The default implementation of DSA_METHOD has an interdependence on the · 879650b8
      Geoff Thorpe authored
      dsa_mod_exp() and bn_mod_exp() handlers from dsa_do_verify() and
      dsa_sign_setup(). When another DSA_METHOD implementation does not define
      these lower-level handlers, it becomes impossible to do a fallback to
      software on errors using a simple DSA_OpenSSL()->fn(key).
      
      This change allows the default DSA_METHOD to function in such circumstances
      by only using dsa_mod_exp() and bn_mod_exp() handlers if they exist,
      otherwise using BIGNUM implementations directly (which is what those
      handlers did before this change). There should be no noticable difference
      for the software case, or indeed any custom case that didn't already
      segfault, except perhaps that there is now one less level of indirection in
      all cases.
      
      PR: 507
      879650b8
  9. Feb 28, 2003
  10. Feb 27, 2003
  11. Feb 25, 2003
  12. Feb 22, 2003
  13. Feb 19, 2003
  14. Feb 18, 2003
  15. Feb 15, 2003
  16. Feb 14, 2003
  17. Feb 13, 2003
    • Richard Levitte's avatar
      Add full support for -rpath/-R, both in shared libraries and · 2d3de726
      Richard Levitte authored
      applications, at least on the platforms where it's known how
      to do it.
      
      Note: this has only been tested on GNU-based platforms (Linux), and
      needs to be tested on all others.  Additionally, it's not yet
      supported on the following platforms, for lack of information:
      
      Darwin (MacOS X)
      Cygwin
      OSF1/Alpha
      SVR3
      ReliantUNIX
      
      Please help out with testing and the platforms we don't yet know well
      enough.
      2d3de726
  18. Feb 12, 2003
  19. Feb 11, 2003
  20. Feb 06, 2003
  21. Feb 05, 2003
  22. Jan 30, 2003
  23. Jan 24, 2003
  24. Jan 15, 2003
  25. Jan 13, 2003
  26. Jan 12, 2003
  27. Jan 10, 2003
  28. Dec 31, 2002
  29. Dec 30, 2002