Author :
jsing
Date :
2024-06-28 13:37:49
Hash :42f4d18f Message :Remove handling of SSLv2 client hello messages.
This code was only previously enabled if the minimum enabled version was
TLSv1.0 and a non-version locked method is in use. Since TLSv1.0 and
TLSv1.1 were disabled nearly a year ago, this code is no longer ever
being used.
ok tb@