summaryrefslogtreecommitdiffstats
path: root/crypto/rsa/rsa_pmeth.c
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2010-03-08 18:10:35 +0000
committerDr. Stephen Henson <steve@openssl.org>2010-03-08 18:10:35 +0000
commit31904ecdf3f1c613d1377dfe79c0413672de7762 (patch)
tree077a3207b9061b294925cde3495c30534d2dd0b0 /crypto/rsa/rsa_pmeth.c
parenta4d9c12f998d2260bf637d9964b53c28a191b173 (diff)
RSA PSS verification support including certificates and certificate
requests. Add new ASN1 signature initialisation function to handle this case.
Diffstat (limited to 'crypto/rsa/rsa_pmeth.c')
-rw-r--r--crypto/rsa/rsa_pmeth.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/rsa/rsa_pmeth.c b/crypto/rsa/rsa_pmeth.c
index 6bfacdae0b..1c34e13f43 100644
--- a/crypto/rsa/rsa_pmeth.c
+++ b/crypto/rsa/rsa_pmeth.c
@@ -444,7 +444,7 @@ static int pkey_rsa_ctrl(EVP_PKEY_CTX *ctx, int type, int p1, void *p2)
rctx->md = p2;
return 1;
- case EVP_PKEY_CTRL_MGF1_MD:
+ case EVP_PKEY_CTRL_RSA_MGF1_MD:
rctx->mgf1md = p2;
return 1;