Remove several of the old obsolete FIPS_corrupt_*() functions.

This commit is contained in:
Dr. Stephen Henson
2011-04-14 11:30:51 +00:00
parent ac892b7aa6
commit a6311f856b
11 changed files with 10 additions and 104 deletions

View File

@@ -826,8 +826,6 @@ static int post_cb(int op, int id, int subid, void *ex)
int main(int argc,char **argv)
{
int do_corrupt_rsa_keygen = 0, do_corrupt_dsa_keygen = 0;
int bad_rsa = 0, bad_dsa = 0;
int do_rng_stick = 0;
int do_drbg_stick = 0;
@@ -917,10 +915,6 @@ int main(int argc,char **argv)
test_msg("2. Automatic power-up self test", FIPS_mode_set(1));
if (!FIPS_mode())
exit(1);
if (do_corrupt_dsa_keygen)
FIPS_corrupt_dsa_keygen();
if (do_corrupt_rsa_keygen)
FIPS_corrupt_rsa_keygen();
if (do_drbg_stick)
FIPS_drbg_stick();
if (do_rng_stick)