Remove the ability to do tls 1.0 and 1.1 from libtls.
authorbeck <beck@openbsd.org>
Sun, 2 Jul 2023 06:37:27 +0000 (06:37 +0000)
committerbeck <beck@openbsd.org>
Sun, 2 Jul 2023 06:37:27 +0000 (06:37 +0000)
commit5c389b79544373bccfce668b646e62e7ba9802a3
tree16705a8b0825953c7475d37c1880d85ef0727e4a
parentdb62e58c8433a3f1877367c36040ace0ab195807
Remove the ability to do tls 1.0 and 1.1 from libtls.

With this change any requests from configurations to request
versions of tls before tls 1.2 will use tls 1.2. This prepares
us to deprecate tls 1.0 and tls 1.1 support from libssl.

ok tb@
lib/libtls/man/tls_config_set_protocols.3
lib/libtls/tls.c
lib/libtls/tls.h
lib/libtls/tls_config.c
regress/lib/libtls/config/configtest.c
regress/lib/libtls/gotls/tls.go
regress/lib/libtls/gotls/tls_test.go