CVSROOT:        /cvs
Module name:    src
Changes by:     b...@cvs.openbsd.org    2023/07/02 00:37:27

Modified files:
        lib/libtls     : tls.c tls.h tls_config.c 
        lib/libtls/man : tls_config_set_protocols.3 
        regress/lib/libtls/config: configtest.c 
        regress/lib/libtls/gotls: tls.go tls_test.go 

Log message:
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@

Reply via email to