Reorganise DRBG API so the entropy and nonce callbacks can return a
authorDr. Stephen Henson <steve@openssl.org>
Thu, 31 Mar 2011 17:15:54 +0000 (17:15 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Thu, 31 Mar 2011 17:15:54 +0000 (17:15 +0000)
commit52b6ee8245c06042fd4f1bfea32f652ebe1774f3
tree2a41aa8eec04b0830d969a6778cdc41579abe706
parentbb61a6c80d533c00a2d9d75b3a82aa4346899dc4
Reorganise DRBG API so the entropy and nonce callbacks can return a
pointer to a buffer instead of copying to a fixed length buffer. This
removes the entropy and nonce length restrictions.
fips/rand/fips_drbg_ctr.c
fips/rand/fips_drbg_hash.c
fips/rand/fips_drbg_lib.c
fips/rand/fips_drbg_selftest.c
fips/rand/fips_drbgvs.c
fips/rand/fips_rand.h
fips/rand/fips_rand_lcl.h