summaryrefslogtreecommitdiff
path: root/lib/libcrypto/rsa/rsa_err.c
diff options
context:
space:
mode:
authorPeter Valchev <pvalchev@cvs.openbsd.org>2006-10-04 07:10:33 +0000
committerPeter Valchev <pvalchev@cvs.openbsd.org>2006-10-04 07:10:33 +0000
commit43642f79683c518987fc0fcf709135b4be10ac87 (patch)
tree50c30f533d2132864b560d59456bb08be39b382d /lib/libcrypto/rsa/rsa_err.c
parent5ed1ed430b1d6f818e934bdb6ee45ab5829a12c2 (diff)
openssl security fixes, diff from markus@, ok & "commit it" djm@
http://www.openssl.org/news/secadv_20060928.txt for more
Diffstat (limited to 'lib/libcrypto/rsa/rsa_err.c')
-rw-r--r--lib/libcrypto/rsa/rsa_err.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libcrypto/rsa/rsa_err.c b/lib/libcrypto/rsa/rsa_err.c
index 2ec4b30ff79..ddcb28e6630 100644
--- a/lib/libcrypto/rsa/rsa_err.c
+++ b/lib/libcrypto/rsa/rsa_err.c
@@ -129,6 +129,7 @@ static ERR_STRING_DATA RSA_str_reasons[]=
{ERR_REASON(RSA_R_IQMP_NOT_INVERSE_OF_Q) ,"iqmp not inverse of q"},
{ERR_REASON(RSA_R_KEY_SIZE_TOO_SMALL) ,"key size too small"},
{ERR_REASON(RSA_R_LAST_OCTET_INVALID) ,"last octet invalid"},
+{ERR_REASON(RSA_R_MODULUS_TOO_LARGE) ,"modulus too large"},
{ERR_REASON(RSA_R_NULL_BEFORE_BLOCK_MISSING),"null before block missing"},
{ERR_REASON(RSA_R_N_DOES_NOT_EQUAL_P_Q) ,"n does not equal p q"},
{ERR_REASON(RSA_R_OAEP_DECODING_ERROR) ,"oaep decoding error"},