summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2017-01-16 16:52:52 +0000
committerDr. Stephen Henson <steve@openssl.org>2017-01-18 15:04:49 +0000
commit79ebfc46817bc5da1082bcdc5bd50905c83fa712 (patch)
tree036babddbe82995d4f6c2b901a3a97bf7b91ae49 /include
parent31a51151fc163a7f5f4d07dff9478be50e4b5707 (diff)
Add support for -1, -2 salt lengths for PSS only keys.
Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/2236)
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 95639cb2d7..b9179b36ff 100644
--- a/include/openssl/rsa.h
+++ b/include/openssl/rsa.h
@@ -476,6 +476,7 @@ int ERR_load_RSA_strings(void);
# define RSA_F_ENCODE_PKCS1 146
# define RSA_F_INT_RSA_VERIFY 145
# define RSA_F_OLD_RSA_PRIV_DECODE 147
+# define RSA_F_PKEY_PSS_INIT 165
# define RSA_F_PKEY_RSA_CTRL 143
# define RSA_F_PKEY_RSA_CTRL_STR 144
# define RSA_F_PKEY_RSA_SIGN 142