aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/fips_err.h
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2011-04-04 14:47:31 +0000
committerDr. Stephen Henson <steve@openssl.org>2011-04-04 14:47:31 +0000
commitded1999702eb684f2057628b261bdd951fa73bc3 (patch)
tree2c609039d4b74b9524e8333ed58ee278302043b6 /crypto/fips_err.h
parenta255e5bc98188f8ca9cc0b6970ff36dbfb80f1fb (diff)
downloadopenssl-ded1999702eb684f2057628b261bdd951fa73bc3.tar.gz
Change RNG test to block oriented instead of request oriented, add option
to test a "stuck" DRBG.
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 c808c88864..97a73f1dc2 100644
--- a/crypto/fips_err.h
+++ b/crypto/fips_err.h
@@ -71,6 +71,7 @@
static ERR_STRING_DATA FIPS_str_functs[]=
{
{ERR_FUNC(FIPS_F_DH_BUILTIN_GENPARAMS), "DH_BUILTIN_GENPARAMS"},
+{ERR_FUNC(FIPS_F_DRBG_CPRNG_TEST), "DRBG_CPRNG_TEST"},
{ERR_FUNC(FIPS_F_DSA_BUILTIN_PARAMGEN), "DSA_BUILTIN_PARAMGEN"},
{ERR_FUNC(FIPS_F_DSA_BUILTIN_PARAMGEN2), "DSA_BUILTIN_PARAMGEN2"},
{ERR_FUNC(FIPS_F_DSA_DO_SIGN), "DSA_do_sign"},
@@ -139,6 +140,7 @@ static ERR_STRING_DATA FIPS_str_reasons[]=
{ERR_REASON(FIPS_R_GENERATE_ERROR_UNDETECTED),"generate error undetected"},
{ERR_REASON(FIPS_R_INSTANTIATE_ERROR) ,"instantiate error"},
{ERR_REASON(FIPS_R_INSUFFICIENT_SECURITY_STRENGTH),"insufficient security strength"},
+{ERR_REASON(FIPS_R_INTERNAL_ERROR) ,"internal error"},
{ERR_REASON(FIPS_R_INVALID_KEY_LENGTH) ,"invalid key length"},
{ERR_REASON(FIPS_R_IN_ERROR_STATE) ,"in error state"},
{ERR_REASON(FIPS_R_KEY_TOO_SHORT) ,"key too short"},