Initial incomplete POST overhaul: add support for POST callback to

allow status of POST to be monitored and/or failures induced.
This commit is contained in:
Dr. Stephen Henson
2011-04-14 11:15:10 +00:00
parent 77394d7e8f
commit ac892b7aa6
17 changed files with 681 additions and 246 deletions

View File

@@ -85,7 +85,8 @@ static int fips_check_dsa(DSA *dsa)
pk.type = EVP_PKEY_DSA;
pk.pkey.dsa = dsa;
if (!fips_pkey_signature_test(&pk, tbs, -1, NULL, 0, NULL, 0, NULL))
if (!fips_pkey_signature_test(FIPS_TEST_PAIRWISE,
&pk, tbs, -1, NULL, 0, NULL, 0, NULL))
{
FIPSerr(FIPS_F_FIPS_CHECK_DSA,FIPS_R_PAIRWISE_TEST_FAILED);
fips_set_selftest_fail();