1. 19 3月, 2003 1 次提交
  2. 18 3月, 2003 1 次提交
  3. 15 3月, 2003 2 次提交
  4. 14 3月, 2003 4 次提交
  5. 13 3月, 2003 1 次提交
  6. 12 3月, 2003 2 次提交
  7. 11 3月, 2003 1 次提交
    • G
      The default implementation of DSA_METHOD has an interdependence on the · 879650b8
      Geoff Thorpe 提交于
      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
  8. 28 2月, 2003 3 次提交
  9. 27 2月, 2003 4 次提交
  10. 26 2月, 2003 1 次提交
  11. 25 2月, 2003 2 次提交
  12. 23 2月, 2003 4 次提交
  13. 22 2月, 2003 8 次提交
  14. 21 2月, 2003 2 次提交
  15. 20 2月, 2003 3 次提交
  16. 19 2月, 2003 1 次提交