aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/rsa/rsa.err
diff options
context:
space:
mode:
authorBen Laurie <ben@openssl.org>1999-02-17 21:11:08 +0000
committerBen Laurie <ben@openssl.org>1999-02-17 21:11:08 +0000
commita49498969e998701c63ec84f0f69a719f5e4fc6a (patch)
tree535c48818efd8e2c435c97f0e41e85b5e2e17a99 /crypto/rsa/rsa.err
parentd08d8da4326f4bd1a0392fff3089c72d1236b634 (diff)
downloadopenssl-a49498969e998701c63ec84f0f69a719f5e4fc6a.tar.gz
Add OAEP.
Diffstat (limited to 'crypto/rsa/rsa.err')
-rw-r--r--crypto/rsa/rsa.err4
1 files changed, 4 insertions, 0 deletions
diff --git a/crypto/rsa/rsa.err b/crypto/rsa/rsa.err
index e866635fb7..81554a0421 100644
--- a/crypto/rsa/rsa.err
+++ b/crypto/rsa/rsa.err
@@ -9,10 +9,12 @@
#define RSA_F_RSA_GENERATE_KEY 105
#define RSA_F_RSA_NEW_METHOD 106
#define RSA_F_RSA_PADDING_ADD_NONE 107
+#define RSA_F_RSA_PADDING_ADD_PKCS1_OAEP 121
#define RSA_F_RSA_PADDING_ADD_PKCS1_TYPE_1 108
#define RSA_F_RSA_PADDING_ADD_PKCS1_TYPE_2 109
#define RSA_F_RSA_PADDING_ADD_SSLV23 110
#define RSA_F_RSA_PADDING_CHECK_NONE 111
+#define RSA_F_RSA_PADDING_CHECK_PKCS1_OAEP 122
#define RSA_F_RSA_PADDING_CHECK_PKCS1_TYPE_1 112
#define RSA_F_RSA_PADDING_CHECK_PKCS1_TYPE_2 113
#define RSA_F_RSA_PADDING_CHECK_SSLV23 114
@@ -37,7 +39,9 @@
#define RSA_R_DATA_TOO_LARGE_FOR_KEY_SIZE 110
#define RSA_R_DATA_TOO_SMALL 111
#define RSA_R_DIGEST_TOO_BIG_FOR_RSA_KEY 112
+#define RSA_R_KEY_SIZE_TOO_SMALL 120
#define RSA_R_NULL_BEFORE_BLOCK_MISSING 113
+#define RSA_R_OAEP_DECODING_ERROR 121
#define RSA_R_PADDING_CHECK_FAILED 114
#define RSA_R_SSLV3_ROLLBACK_ATTACK 115
#define RSA_R_THE_ASN1_OBJECT_IDENTIFIER_IS_NOT_KNOWN_FOR_THIS_MD 116