diff options
author | Dr. Stephen Henson <steve@openssl.org> | 2006-04-10 13:48:35 +0200 |
---|---|---|
committer | Dr. Stephen Henson <steve@openssl.org> | 2006-04-10 13:48:35 +0200 |
commit | 29db322e8f2b0568322b80e3be28446463d74010 (patch) | |
tree | 1b029fa74c8f2a345cef7b1013e6785208f22e75 /crypto/rsa/rsa.h | |
parent | Synchronise with the Unix build (diff) | |
download | openssl-29db322e8f2b0568322b80e3be28446463d74010.tar.xz openssl-29db322e8f2b0568322b80e3be28446463d74010.zip |
Beginnings of PSS support.
Diffstat (limited to 'crypto/rsa/rsa.h')
-rw-r--r-- | crypto/rsa/rsa.h | 2 |
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 |