Remove handling of SSLv2 client hello messages.
authorjsing <jsing@openbsd.org>
Fri, 28 Jun 2024 13:37:49 +0000 (13:37 +0000)
committerjsing <jsing@openbsd.org>
Fri, 28 Jun 2024 13:37:49 +0000 (13:37 +0000)
commit42f4d18f4342bb9466778fff3c6f94ce97ba8bd2
treea6128b181d39d0d27ddeb403bc6507534b058bce
parente614675865b639a9ff782a550d25aaf2952e6240
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@
lib/libssl/ssl_packet.c