1. 11 Oct, 2003 1 commit
  2. 10 Oct, 2003 2 commits
  3. 30 Sep, 2003 1 commit
  4. 25 Sep, 2003 1 commit
    • Ralf S. Engelschall's avatar
      Fix prime generation loop in crypto/bn/bn_prime.pl by making · 6bd27f86
      Ralf S. Engelschall authored
      sure the loop does correctly stop and breaking ("division by zero")
      modulus operations are not performed. The (pre-generated) prime
      table crypto/bn/bn_prime.h was already correct, but it could not be
      re-generated on some platforms because of the "division by zero"
      situation in the script.
      6bd27f86
  5. 04 Sep, 2003 1 commit
  6. 03 Sep, 2003 2 commits
  7. 22 Jul, 2003 2 commits
  8. 21 Jul, 2003 2 commits
  9. 19 Jun, 2003 3 commits
  10. 11 Jun, 2003 2 commits
  11. 10 Jun, 2003 1 commit
  12. 03 Jun, 2003 1 commit
  13. 01 Jun, 2003 1 commit
  14. 01 May, 2003 3 commits
  15. 29 Apr, 2003 3 commits
  16. 11 Apr, 2003 1 commit
  17. 03 Apr, 2003 3 commits
  18. 02 Apr, 2003 1 commit
  19. 30 Mar, 2003 1 commit
  20. 24 Mar, 2003 1 commit
  21. 21 Mar, 2003 1 commit
  22. 20 Mar, 2003 2 commits
  23. 19 Mar, 2003 1 commit
  24. 13 Mar, 2003 1 commit
  25. 11 Mar, 2003 1 commit
    • 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
  26. 28 Feb, 2003 1 commit