summaryrefslogtreecommitdiff
path: root/src/regress/lib/libtls/config/configtest.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix previoustb2024-08-021-5/+3
| | | | | Arguably the want_protocol entries in various of these tests are incorrect but I'll leave that for another day.
* Adjust tls regress for protocol parsing fixestb2024-08-021-9/+14
| | | | | This mostly reverts what was done by beck in Tallinn and adjust tlstest to add new test cases and now failing connection tests.
* 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