pull/1/head
toddouska 2012-12-29 13:33:13 -08:00
parent 27a7cf609b
commit acb3e446ab
1 changed files with 2 additions and 2 deletions

View File

@ -3468,7 +3468,7 @@ int DoApplicationData(CYASSL* ssl, byte* input, word32* inOutIdx)
if (ret != 0)
return ret;
}
else { /* sslv3, some implementations have pad padding */
else { /* sslv3, some implementations have bad padding */
ssl->hmac(ssl, verify, rawData, msgSz - digestSz - pad - 1,
application_data, 1);
if (ConstantCompare(verify, rawData + msgSz - digestSz - pad - 1,