aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/fips_err.h
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2011-04-21 14:17:15 +0000
committerDr. Stephen Henson <steve@openssl.org>2011-04-21 14:17:15 +0000
commitb8b6a13a569fc6a5ad097502cdc87a121a27f3c6 (patch)
tree1074ac53e550a8415c66648b761ec4d63c13ac10 /crypto/fips_err.h
parent7608978861ccef4823d7fbc4598879b104597121 (diff)
downloadopenssl-b8b6a13a569fc6a5ad097502cdc87a121a27f3c6.tar.gz
Add continuous RNG test to entropy source. Entropy callbacks now need
to specify a "block length".
Diffstat (limited to 'crypto/fips_err.h')
-rw-r--r--crypto/fips_err.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/fips_err.h b/crypto/fips_err.h
index 0c2aa44f38..f4f834124e 100644
--- a/crypto/fips_err.h
+++ b/crypto/fips_err.h
@@ -91,6 +91,7 @@ static ERR_STRING_DATA FIPS_str_functs[]=
{ERR_FUNC(FIPS_F_FIPS_DRBG_NEW), "FIPS_drbg_new"},
{ERR_FUNC(FIPS_F_FIPS_DRBG_RESEED), "FIPS_drbg_reseed"},
{ERR_FUNC(FIPS_F_FIPS_DRBG_SINGLE_KAT), "FIPS_DRBG_SINGLE_KAT"},
+{ERR_FUNC(FIPS_F_FIPS_GET_ENTROPY), "FIPS_GET_ENTROPY"},
{ERR_FUNC(FIPS_F_FIPS_MODE_SET), "FIPS_mode_set"},
{ERR_FUNC(FIPS_F_FIPS_PKEY_SIGNATURE_TEST), "fips_pkey_signature_test"},
{ERR_FUNC(FIPS_F_FIPS_RAND_ADD), "FIPS_rand_add"},
@@ -128,6 +129,7 @@ static ERR_STRING_DATA FIPS_str_reasons[]=
{ERR_REASON(FIPS_R_DRBG_STUCK) ,"drbg stuck"},
{ERR_REASON(FIPS_R_ENTROPY_ERROR_UNDETECTED),"entropy error undetected"},
{ERR_REASON(FIPS_R_ENTROPY_NOT_REQUESTED_FOR_RESEED),"entropy not requested for reseed"},
+{ERR_REASON(FIPS_R_ENTROPY_SOURCE_STUCK) ,"entropy source stuck"},
{ERR_REASON(FIPS_R_ERROR_INITIALISING_DRBG),"error initialising drbg"},
{ERR_REASON(FIPS_R_ERROR_INSTANTIATING_DRBG),"error instantiating drbg"},
{ERR_REASON(FIPS_R_ERROR_RETRIEVING_ADDITIONAL_INPUT),"error retrieving additional input"},