summaryrefslogtreecommitdiff
path: root/src/regress/lib/libssl/interop/client.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Only run tests against ciphers supported by the method.tb2022-07-071-2/+14
* Connect a client to a server. Both can be current libressl, orbluhm2020-09-141-4/+46
* Enable cert and cipher interop tests. cert just works. cipher hasbluhm2020-09-111-2/+1
* Fix typo in usage and comment.bluhm2019-03-211-2/+2
* Test that all supported TLS ciphers actually work. Establishbluhm2019-02-211-10/+29
* getopt(3) returns int, not char. Fix type of ch variable to preventbluhm2019-02-111-3/+3
* Regress client and server can do session reuse now. Test this withbluhm2018-11-101-60/+86
* The cert subdir is testing all combinations of certificate validation.bluhm2018-11-091-7/+51
* Add interop test with OpenSSL 1.1. TLS 1.3 should be used automaticallybluhm2018-11-071-1/+7
* Print SSLeay, OpenSSL, and LibreSSL version strings. Make clientbluhm2018-11-071-2/+3
* Test TLS interoperability between LibreSSL and OpenSSL.bluhm2018-11-071-0/+136