ssl3_read_bytes bug fix
Submitted by: D P Chang <dpc@qualys.com> Reviewed by: Bodo
This commit is contained in:
@@ -1087,6 +1087,7 @@ start:
|
||||
/* TLS just ignores unknown message types */
|
||||
if (s->version == TLS1_VERSION)
|
||||
{
|
||||
rr->length = 0;
|
||||
goto start;
|
||||
}
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user