Bugzilla – Attachment #17040: proposed patch for bug #51657
/* TLS just ignores unknown message types */
if (s->version == TLS1_VERSION)
{
rr->length = 0;
goto start;
}
#endif