Add FIPS selftests for ECDH algorithm.

This commit is contained in:
Dr. Stephen Henson
2011-09-29 23:08:23 +00:00
parent 55831cd6ee
commit 2bfeb7dc83
7 changed files with 312 additions and 3 deletions

View File

@@ -186,6 +186,8 @@ int FIPS_selftest(void)
rv = 0;
if (!FIPS_selftest_dsa())
rv = 0;
if (!FIPS_selftest_ecdh())
rv = 0;
fips_post_end();
return rv;
}