summaryrefslogtreecommitdiff
path: root/src/regress/lib/libtls/config (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
|
* Tweak compiler flags to include -DLIBRESSL_INTERNAL and make more warningsjsing2018-02-081-2/+2
| | | | fatal.
* Add a regress test for tls_config_parse_protocols().jsing2017-12-092-0/+181