]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - crypto/rsa/rsa_err.c
Avoid PKCS #1 v1.5 signature attack discovered by Daniel Bleichenbacher
[thirdparty/openssl.git] / crypto / rsa / rsa_err.c
index 163b143a73c3e478a9f454d9de68fdd774da1a67..1a7f8b77196ac8e8373520e77edb1945f2210585 100644 (file)
@@ -160,6 +160,7 @@ static ERR_STRING_DATA RSA_str_reasons[]=
 {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"},
 {ERR_REASON(RSA_R_PADDING_CHECK_FAILED)  ,"padding check failed"},
+{ERR_REASON(RSA_R_PKCS1_PADDING_TOO_SHORT),"pkcs1 padding too short"},
 {ERR_REASON(RSA_R_P_NOT_PRIME)           ,"p not prime"},
 {ERR_REASON(RSA_R_Q_NOT_PRIME)           ,"q not prime"},
 {ERR_REASON(RSA_R_RSA_OPERATIONS_NOT_SUPPORTED),"rsa operations not supported"},