Skip to content
  1. Jul 22, 2003
    • 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. Jul 21, 2003
  3. Jun 19, 2003
  4. Jun 11, 2003
  5. Jun 10, 2003
  6. Jun 03, 2003
  7. Jun 01, 2003
  8. May 01, 2003
  9. Apr 29, 2003
  10. Apr 11, 2003
  11. Apr 03, 2003
  12. Apr 02, 2003
  13. Mar 30, 2003
  14. Mar 24, 2003
  15. Mar 21, 2003
  16. Mar 20, 2003
  17. Mar 19, 2003
  18. Mar 13, 2003
  19. 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
  20. Feb 28, 2003
  21. Feb 27, 2003
  22. Feb 25, 2003
  23. Feb 22, 2003
  24. Feb 19, 2003
  25. Feb 18, 2003
  26. Feb 15, 2003
  27. Feb 14, 2003