summaryrefslogtreecommitdiffstats
path: root/crypto/rsa/rsa.h
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2006-04-10 13:48:35 +0200
committerDr. Stephen Henson <steve@openssl.org>2006-04-10 13:48:35 +0200
commit29db322e8f2b0568322b80e3be28446463d74010 (patch)
tree1b029fa74c8f2a345cef7b1013e6785208f22e75 /crypto/rsa/rsa.h
parentSynchronise with the Unix build (diff)
downloadopenssl-29db322e8f2b0568322b80e3be28446463d74010.tar.xz
openssl-29db322e8f2b0568322b80e3be28446463d74010.zip
Beginnings of PSS support.
Diffstat (limited to 'crypto/rsa/rsa.h')
-rw-r--r--crypto/rsa/rsa.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/rsa/rsa.h b/crypto/rsa/rsa.h
index 02fdcd732e..6df1e67fb6 100644
--- a/crypto/rsa/rsa.h
+++ b/crypto/rsa/rsa.h
@@ -204,6 +204,8 @@ struct rsa_st
#define RSA_NO_PADDING 3
#define RSA_PKCS1_OAEP_PADDING 4
#define RSA_X931_PADDING 5
+/* EVP_PKEY_ only */
+#define RSA_PKCS1_PSS_PADDING 6
#define RSA_PKCS1_PADDING_SIZE 11