Remove old workaround for F5
authortb <tb@openbsd.org>
Tue, 11 Jul 2023 17:02:47 +0000 (17:02 +0000)
committertb <tb@openbsd.org>
Tue, 11 Jul 2023 17:02:47 +0000 (17:02 +0000)
commit56e1ead7bf08867bc0a082f7d35c17a387f74b2e
tree2481557943907c974916496b08b8fba541294134
parented3431f4f1e4166d27bd7819a9de50115aa64e21
Remove old workaround for F5

F5 is well-known for needing workaround (go read RFC 8446). In this
particular case, it required implementation sending CHs larger than
255 bytes to 0x0300 otherwise their server would hang. This is the
same hang that required the CH padding extension which broke other
implementations. The CH padding extension was removed ~6 years ago,
so hopefully this kludge will no longer needed either.

ok jsing
lib/libssl/ssl_pkt.c