This commit is contained in:
Bodo Möller
2001-09-24 07:57:20 +00:00
parent ae3a6640b7
commit ae9010abd5
2 changed files with 4 additions and 2 deletions

View File

@@ -397,7 +397,8 @@ int ssl3_enc(SSL *s, int send)
{
/* Incorrect padding. SSLerr() and ssl3_alert are done
* by caller: we don't want to reveal whether this is
* a decryption error or a MAC verification failure. */
* a decryption error or a MAC verification failure
* (see http://www.openssl.org/~bodo/tls-cbc.txt) */
return -1;
}
rec->length-=i;