Bodo Möller 35ed8cb8b6 Integrate my implementation of a countermeasure against
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.)
2001-02-08 12:14:51 +00:00
..
2001-02-04 21:06:55 +00:00
2001-02-04 21:02:22 +00:00
2001-02-04 21:06:55 +00:00
2001-02-04 21:06:55 +00:00
2001-02-04 21:06:55 +00:00
2001-02-07 18:15:18 +00:00
2001-02-04 21:06:55 +00:00
2001-02-07 18:15:18 +00:00
2001-02-07 18:15:18 +00:00
2001-02-04 21:06:55 +00:00
2000-12-06 04:14:37 +00:00
2001-02-04 21:06:55 +00:00
2001-02-04 21:06:55 +00:00
2001-02-06 02:57:35 +00:00
2001-02-04 21:06:55 +00:00
2001-02-04 21:06:55 +00:00
2000-12-15 16:40:35 +00:00
2000-02-01 02:21:16 +00:00
2000-12-18 09:18:22 +00:00