Always return multiple of block length bytes from default DRBG seed
authorDr. Stephen Henson <steve@openssl.org>
Sat, 23 Apr 2011 20:05:19 +0000 (20:05 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Sat, 23 Apr 2011 20:05:19 +0000 (20:05 +0000)
commite0d1a2f80a020bd019b017c52e0d724248731788
tree8a68772a04b5115a51788f6a13f45388c48f62f1
parentcac4fb58e02d8cf799d75212179f56c69e652ec7
Always return multiple of block length bytes from default DRBG seed
callback.

Handle case where no multiple of the block size is in the interval
[min_len, max_len].
CHANGES
crypto/rand/rand_lib.c
fips/rand/fips_drbg_lib.c