CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/04/03 07:11:00
Modified files:
lib/libssl : ssl.h ssl_both.c ssl_local.h ssl_pkt.c t1_enc.c
Log message:
Remove workaround for SSL 3.0/TLS 1.0 CBC vulnerability.
We no longer support TLSv1.0 and definitely do not support SSLv3 - remove
the empty fragments workaround for the CBC vulnerability in these
protocols.
ok kenjiro@ tb@
