1. 05 6月, 2002 1 次提交
  2. 03 9月, 2001 1 次提交
  3. 20 2月, 2001 1 次提交
  4. 10 2月, 2001 1 次提交
  5. 08 2月, 2001 2 次提交
    • B
      Integrate my implementation of a countermeasure against · 35ed8cb8
      Bodo Möller 提交于
      Bleichenbacher's DSA attack.  With this implementation, the expected
      number of iterations never exceeds 2.
      
      New semantics for BN_rand_range():
      BN_rand_range(r, min, range) now generates r such that
           min <= r < min+range.
      (Previously, BN_rand_range(r, min, max) generated r such that
           min <= r < max.
      It is more convenient to have the range; also the previous
      prototype was misleading because max was larger than
      the actual maximum.)
      35ed8cb8
    • U
      Bleichenbacher's DSA attack · 57e7d3ce
      Ulf Möller 提交于
      57e7d3ce
  6. 24 2月, 2000 1 次提交
  7. 28 1月, 2000 2 次提交
  8. 27 1月, 2000 1 次提交
  9. 24 1月, 2000 1 次提交