diff options
author | Dr. Stephen Henson <steve@openssl.org> | 2011-03-11 18:42:11 +0100 |
---|---|---|
committer | Dr. Stephen Henson <steve@openssl.org> | 2011-03-11 18:42:11 +0100 |
commit | 1b76fac5ae55d2d307f635af4775a7c9149c8551 (patch) | |
tree | b14020eec6bf0d3f468161ccdef8c623bc9b13c8 /fips/fips.h | |
parent | make no-dsa work again (diff) | |
download | openssl-1b76fac5ae55d2d307f635af4775a7c9149c8551.tar.xz openssl-1b76fac5ae55d2d307f635af4775a7c9149c8551.zip |
Check requested security strength in DRBG. Add function to retrieve the
security strength.
Diffstat (limited to 'fips/fips.h')
-rw-r--r-- | fips/fips.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fips/fips.h b/fips/fips.h index fa4f68087d..ee144a1b2e 100644 --- a/fips/fips.h +++ b/fips/fips.h @@ -233,6 +233,7 @@ void ERR_load_FIPS_strings(void); #define FIPS_R_FIPS_SELFTEST_FAILED 106 #define FIPS_R_GENERATE_ERROR 124 #define FIPS_R_INSTANTIATE_ERROR 125 +#define FIPS_R_INSUFFICIENT_SECURITY_STRENGTH 132 #define FIPS_R_INVALID_KEY_LENGTH 109 #define FIPS_R_IN_ERROR_STATE 126 #define FIPS_R_KEY_TOO_SHORT 108 |