summaryrefslogtreecommitdiff
path: root/src/regress/lib/libtls/config/configtest.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove the ability to do tls 1.0 and 1.1 from libtls.beck2023-07-021-14/+9
| | | | | | | | 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@
* Update libtls config regress to include TLSv1.3.jsing2020-01-201-9/+16
|
* Add a regress test for tls_config_parse_protocols().jsing2017-12-091-0/+171