diff options
author | Michael Brown <mcb30@ipxe.org> | 2022-10-28 11:06:26 +0100 |
---|---|---|
committer | Michael Brown <mcb30@ipxe.org> | 2022-11-07 11:19:48 +0000 |
commit | f8565a655eacc53319962c002a38cfd0340d0b81 (patch) | |
tree | b40422a0e3e01351f613f11b26aa1976d84ceb84 /src/Makefile.linux | |
parent | 7b60a487528a2b6dfa43da179f9ae9ef7ce34e76 (diff) | |
download | ipxe-f8565a655eacc53319962c002a38cfd0340d0b81.tar.gz |
[tls] Remove support for TLSv1.0
The TLSv1.0 protocol was deprecated by RFC 8996 (along with TLSv1.1),
and has been disabled by default in iPXE since commit dc785b0fb
("[tls] Default to supporting only TLSv1.1 or above") in June 2020.
While there is value in continuing to support older protocols for
interoperability with older server appliances, the additional
complexity of supporting the implicit initialisation vector for
TLSv1.0 is not worth the cost.
Remove support for the obsolete TLSv1.0 protocol, to reduce complexity
of the implementation and simplify ongoing maintenance.
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/Makefile.linux')
0 files changed, 0 insertions, 0 deletions