Integrate my implementation of a countermeasure against
authorBodo Möller <bodo@openssl.org>
Thu, 8 Feb 2001 12:14:51 +0000 (12:14 +0000)
committerBodo Möller <bodo@openssl.org>
Thu, 8 Feb 2001 12:14:51 +0000 (12:14 +0000)
commit35ed8cb8b6655606c2be31d44be942f6724ba405
tree23cb17587c9eba1277d885d28d70e39e6a319af0
parent7edc5ed90a55ecaf94ded491c99cfe930da9ba2a
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.)
CHANGES
crypto/bn/bn.h
crypto/bn/bn_err.c
crypto/bn/bn_rand.c
crypto/dsa/dsa_ossl.c
doc/crypto/BN_rand.pod