projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c5d975a
)
Typo.
author
Dr. Stephen Henson
<steve@openssl.org>
Sun, 31 Mar 2013 16:42:46 +0000
(17:42 +0100)
committer
Dr. Stephen Henson
<steve@openssl.org>
Sun, 31 Mar 2013 16:42:46 +0000
(17:42 +0100)
crypto/rsa/rsa_pmeth.c
patch
|
blob
|
history
diff --git
a/crypto/rsa/rsa_pmeth.c
b/crypto/rsa/rsa_pmeth.c
index a59e2ee4c07fe2ee0c518b6529674e86153a2b92..2b185f0accfeaf1b07f57277dc5dc121194e8a60 100644
(file)
--- a/
crypto/rsa/rsa_pmeth.c
+++ b/
crypto/rsa/rsa_pmeth.c
@@
-536,6
+536,8
@@
static int pkey_rsa_ctrl_str(EVP_PKEY_CTX *ctx,
pm = RSA_NO_PADDING;
else if (!strcmp(value, "oeap"))
pm = RSA_PKCS1_OAEP_PADDING;
+ else if (!strcmp(value, "oaep"))
+ pm = RSA_PKCS1_OAEP_PADDING;
else if (!strcmp(value, "x931"))
pm = RSA_X931_PADDING;
else if (!strcmp(value, "pss"))