CVSROOT: /cvs Module name: src Changes by: [email protected] 2024/06/28 07:37:49
Modified files:
lib/libssl : ssl_packet.c
Log 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@
