Blow up in people's faces if they don't reseed.

This commit is contained in:
Ben Laurie
2004-05-12 14:11:10 +00:00
parent 49bc4c1023
commit 72d75ee206
6 changed files with 40 additions and 3 deletions

View File

@@ -75,6 +75,8 @@ static ERR_STRING_DATA RAND_str_functs[]=
static ERR_STRING_DATA RAND_str_reasons[]=
{
{RAND_R_NON_FIPS_METHOD ,"non fips method"},
{RAND_R_PRNG_NOT_REKEYED ,"prng not rekeyed"},
{RAND_R_PRNG_NOT_RESEEDED ,"prng not reseeded"},
{RAND_R_PRNG_NOT_SEEDED ,"PRNG not seeded"},
{RAND_R_PRNG_STUCK ,"prng stuck"},
{0,NULL}