summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2016-12-06 14:17:21 +0000
committerDr. Stephen Henson <steve@openssl.org>2017-01-08 01:42:49 +0000
commit08be0331c3632910b937a11e7152207b015265de (patch)
tree3fc0873ced4d451a741ee33e4f8ea3dd0414c78d /include
parentb35b8d116b545656abe14f0dff19aededd7df986 (diff)
Only allow PSS padding for PSS keys.
Reviewed-by: Rich Salz <rsalz@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/2177)
Diffstat (limited to 'include')
-rw-r--r--include/openssl/rsa.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/openssl/rsa.h b/include/openssl/rsa.h
index 08eb8082a8..da764fe3e2 100644
--- a/include/openssl/rsa.h
+++ b/include/openssl/rsa.h
@@ -490,6 +490,7 @@ int ERR_load_RSA_strings(void);
# define RSA_F_RSA_CHECK_KEY 123
# define RSA_F_RSA_CHECK_KEY_EX 160
# define RSA_F_RSA_CMS_DECRYPT 159
+# define RSA_F_RSA_CMS_VERIFY 158
# define RSA_F_RSA_ITEM_VERIFY 148
# define RSA_F_RSA_METH_DUP 161
# define RSA_F_RSA_METH_NEW 162