ECDH POST selftest failure inducing support.

This commit is contained in:
Dr. Stephen Henson
2011-10-12 13:17:19 +00:00
parent cf61940534
commit c1f63b5cb3
2 changed files with 5 additions and 0 deletions

View File

@@ -214,6 +214,9 @@ int FIPS_selftest_ecdh(void)
goto err;
}
if (!fips_post_corrupt(FIPS_TEST_ECDH, ecd->curve, NULL))
ztmp[0] ^= 0x1;
if (memcmp(ztmp, ecd->z, ecd->zlen))
{
fips_post_failed(FIPS_TEST_ECDH, ecd->curve, 0);