From: Bodo Möller Date: Mon, 24 Sep 2001 07:57:20 +0000 (+0000) Subject: comment X-Git-Tag: OpenSSL_0_9_6c~102 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=ae9010abd5b8af9342a1128fe3889fc7e76bd269;p=oweals%2Fopenssl.git comment --- diff --git a/ssl/s3_enc.c b/ssl/s3_enc.c index f3a9c51404..af7075e920 100644 --- a/ssl/s3_enc.c +++ b/ssl/s3_enc.c @@ -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; diff --git a/ssl/t1_enc.c b/ssl/t1_enc.c index 062c56d7d1..ff4f0c8ca9 100644 --- a/ssl/t1_enc.c +++ b/ssl/t1_enc.c @@ -478,7 +478,8 @@ int tls1_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; } for (j=(int)(l-i); j<(int)l; j++)