1. 02 Aug, 2002 17 commits
  2. 01 Aug, 2002 11 commits
  3. 31 Jul, 2002 4 commits
  4. 30 Jul, 2002 4 commits
  5. 29 Jul, 2002 2 commits
  6. 26 Jul, 2002 1 commit
  7. 25 Jul, 2002 1 commit
    • Bodo Möller's avatar
      Move zeroing from bn_expand_internal() to bn_expand2() so that it · 12593e6f
      Bodo Möller authored
      happens reliably, even if the BIGNUM is already sufficiently large.
      
      [Note that the bn_expand()/bn_wexpand() macros call bn_expand2() only
      if the BIGNUM actually has to grow, so this change does not add any
      new overhead as currently bn_expand2() is never called directly.]
      12593e6f