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
..
1999-04-29 16:04:54 +00:00
2000-12-07 22:06:09 +00:00
2000-11-08 10:05:34 +00:00
2000-12-07 22:06:09 +00:00
2000-11-30 00:18:19 +00:00
2000-12-08 19:10:33 +00:00
2000-11-26 18:31:32 +00:00
2000-12-07 22:06:09 +00:00
2000-02-16 13:24:06 +00:00
2000-02-16 13:24:06 +00:00
2000-11-26 16:42:38 +00:00
2000-12-07 08:48:58 +00:00
2000-09-04 15:30:14 +00:00
2000-12-07 22:06:09 +00:00
2000-12-07 11:11:10 +00:00
2000-02-05 21:28:09 +00:00
2000-12-01 08:48:42 +00:00