1. 22 Jul, 2003 1 commit
    • Bodo Möller's avatar
      add test for secp160r1 · 652ae06b
      Bodo Möller authored
      add code for kP+lQ timings
      
      Submitted by: Douglas Stebila <douglas.stebila@sun.com>
      Reviewed by: Bodo Moeller
      652ae06b
  2. 21 Jul, 2003 2 commits
  3. 19 Jun, 2003 3 commits
  4. 11 Jun, 2003 2 commits
  5. 10 Jun, 2003 1 commit
  6. 03 Jun, 2003 1 commit
  7. 01 Jun, 2003 1 commit
  8. 01 May, 2003 3 commits
  9. 29 Apr, 2003 3 commits
  10. 11 Apr, 2003 1 commit
  11. 03 Apr, 2003 3 commits
  12. 02 Apr, 2003 1 commit
  13. 30 Mar, 2003 1 commit
  14. 24 Mar, 2003 1 commit
  15. 21 Mar, 2003 1 commit
  16. 20 Mar, 2003 2 commits
  17. 19 Mar, 2003 1 commit
  18. 13 Mar, 2003 1 commit
  19. 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
  20. 28 Feb, 2003 1 commit
  21. 27 Feb, 2003 1 commit
  22. 25 Feb, 2003 1 commit
  23. 22 Feb, 2003 3 commits
  24. 19 Feb, 2003 1 commit
  25. 18 Feb, 2003 1 commit
  26. 15 Feb, 2003 1 commit
  27. 14 Feb, 2003 1 commit