summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2016-12-08 12:16:02 +0000
committerDr. Stephen Henson <steve@openssl.org>2016-12-10 02:30:16 +0000
commitf096bbd71984fa8311939ff7422975e1c88d8362 (patch)
treec448e6ab7d47fa626a9d4d0807841a5de12964a1 /include
parent1742e84073540a9ff89aeb2699af106fdbb0b0f4 (diff)
Check input length to pkey_rsa_verify()
Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/2065) (cherry picked from commit 71bbc79b7d3b1195a7a7dd5f547d52ddce32d6f0)
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 4d6e9cc9a9..d97d6e075a 100644
--- a/include/openssl/rsa.h
+++ b/include/openssl/rsa.h
@@ -468,6 +468,7 @@ int ERR_load_RSA_strings(void);
# define RSA_F_PKEY_RSA_CTRL 143
# define RSA_F_PKEY_RSA_CTRL_STR 144
# define RSA_F_PKEY_RSA_SIGN 142
+# define RSA_F_PKEY_RSA_VERIFY 149
# define RSA_F_PKEY_RSA_VERIFYRECOVER 141
# define RSA_F_RSA_ALGOR_TO_MD 156
# define RSA_F_RSA_BUILTIN_KEYGEN 129