summaryrefslogtreecommitdiffstats
path: root/fips/rsa
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2011-04-14 11:15:10 +0000
committerDr. Stephen Henson <steve@openssl.org>2011-04-14 11:15:10 +0000
commitac892b7aa6532e0345e430208335403ead5d2de1 (patch)
tree00f6a544791b74740dbfe115ac6fc7fd4d465de5 /fips/rsa
parent77394d7e8f2ca8ca01cfe9b002e3df62ae34a23b (diff)
Initial incomplete POST overhaul: add support for POST callback to
allow status of POST to be monitored and/or failures induced.
Diffstat (limited to 'fips/rsa')
-rw-r--r--fips/rsa/fips_rsa_selftest.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/fips/rsa/fips_rsa_selftest.c b/fips/rsa/fips_rsa_selftest.c
index d20b753a7d..0f6c5ff51a 100644
--- a/fips/rsa/fips_rsa_selftest.c
+++ b/fips/rsa/fips_rsa_selftest.c
@@ -239,7 +239,8 @@ int FIPS_selftest_rsa()
pk.type = EVP_PKEY_RSA;
pk.pkey.rsa = key;
- if (!fips_pkey_signature_test(&pk, kat_tbs, sizeof(kat_tbs) - 1,
+ if (!fips_pkey_signature_test(FIPS_TEST_SIGNATURE,
+ &pk, kat_tbs, sizeof(kat_tbs) - 1,
kat_RSA_PSS_SHA256, sizeof(kat_RSA_PSS_SHA256),
EVP_sha256(), RSA_PKCS1_PSS_PADDING,
"RSA SHA256 PSS"))