diff options
Diffstat (limited to 'src/lib/libcrypto/dsa/dsa.h')
-rw-r--r-- | src/lib/libcrypto/dsa/dsa.h | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/src/lib/libcrypto/dsa/dsa.h b/src/lib/libcrypto/dsa/dsa.h index a6f6d0b0b2..ac50a5c846 100644 --- a/src/lib/libcrypto/dsa/dsa.h +++ b/src/lib/libcrypto/dsa/dsa.h | |||
@@ -97,21 +97,6 @@ | |||
97 | * be used for all exponents. | 97 | * be used for all exponents. |
98 | */ | 98 | */ |
99 | 99 | ||
100 | /* If this flag is set the DSA method is FIPS compliant and can be used | ||
101 | * in FIPS mode. This is set in the validated module method. If an | ||
102 | * application sets this flag in its own methods it is its reposibility | ||
103 | * to ensure the result is compliant. | ||
104 | */ | ||
105 | |||
106 | #define DSA_FLAG_FIPS_METHOD 0x0400 | ||
107 | |||
108 | /* If this flag is set the operations normally disabled in FIPS mode are | ||
109 | * permitted it is then the applications responsibility to ensure that the | ||
110 | * usage is compliant. | ||
111 | */ | ||
112 | |||
113 | #define DSA_FLAG_NON_FIPS_ALLOW 0x0400 | ||
114 | |||
115 | #ifdef __cplusplus | 100 | #ifdef __cplusplus |
116 | extern "C" { | 101 | extern "C" { |
117 | #endif | 102 | #endif |
@@ -287,8 +272,6 @@ void ERR_load_DSA_strings(void); | |||
287 | #define DSA_F_DSAPARAMS_PRINT_FP 101 | 272 | #define DSA_F_DSAPARAMS_PRINT_FP 101 |
288 | #define DSA_F_DSA_DO_SIGN 112 | 273 | #define DSA_F_DSA_DO_SIGN 112 |
289 | #define DSA_F_DSA_DO_VERIFY 113 | 274 | #define DSA_F_DSA_DO_VERIFY 113 |
290 | #define DSA_F_DSA_GENERATE_KEY 124 | ||
291 | #define DSA_F_DSA_GENERATE_PARAMETERS_EX 123 | ||
292 | #define DSA_F_DSA_NEW_METHOD 103 | 275 | #define DSA_F_DSA_NEW_METHOD 103 |
293 | #define DSA_F_DSA_PARAM_DECODE 119 | 276 | #define DSA_F_DSA_PARAM_DECODE 119 |
294 | #define DSA_F_DSA_PRINT_FP 105 | 277 | #define DSA_F_DSA_PRINT_FP 105 |
@@ -299,7 +282,6 @@ void ERR_load_DSA_strings(void); | |||
299 | #define DSA_F_DSA_SIGN 106 | 282 | #define DSA_F_DSA_SIGN 106 |
300 | #define DSA_F_DSA_SIGN_SETUP 107 | 283 | #define DSA_F_DSA_SIGN_SETUP 107 |
301 | #define DSA_F_DSA_SIG_NEW 109 | 284 | #define DSA_F_DSA_SIG_NEW 109 |
302 | #define DSA_F_DSA_SIG_PRINT 125 | ||
303 | #define DSA_F_DSA_VERIFY 108 | 285 | #define DSA_F_DSA_VERIFY 108 |
304 | #define DSA_F_I2D_DSA_SIG 111 | 286 | #define DSA_F_I2D_DSA_SIG 111 |
305 | #define DSA_F_OLD_DSA_PRIV_DECODE 122 | 287 | #define DSA_F_OLD_DSA_PRIV_DECODE 122 |
@@ -316,8 +298,6 @@ void ERR_load_DSA_strings(void); | |||
316 | #define DSA_R_INVALID_DIGEST_TYPE 106 | 298 | #define DSA_R_INVALID_DIGEST_TYPE 106 |
317 | #define DSA_R_MISSING_PARAMETERS 101 | 299 | #define DSA_R_MISSING_PARAMETERS 101 |
318 | #define DSA_R_MODULUS_TOO_LARGE 103 | 300 | #define DSA_R_MODULUS_TOO_LARGE 103 |
319 | #define DSA_R_NEED_NEW_SETUP_VALUES 110 | ||
320 | #define DSA_R_NON_FIPS_DSA_METHOD 111 | ||
321 | #define DSA_R_NO_PARAMETERS_SET 107 | 301 | #define DSA_R_NO_PARAMETERS_SET 107 |
322 | #define DSA_R_PARAMETER_ENCODING_ERROR 105 | 302 | #define DSA_R_PARAMETER_ENCODING_ERROR 105 |
323 | 303 | ||