summaryrefslogtreecommitdiff
path: root/src/regress/lib/libssl/interop/server.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Retire OpenSSL 1.0.2 interoptb2023-02-011-12/+1
* Only run tests against ciphers supported by the method.tb2022-07-071-2/+14
* alarm(3) cannot fail, remove error handling.bluhm2021-07-061-3/+2
* Connect a client to a server. Both can be current libressl, orbluhm2020-09-141-4/+46
* Fix typo in usage and comment.bluhm2019-03-211-2/+2
* Test that all supported TLS ciphers actually work. Establishbluhm2019-02-211-10/+52
* 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-63/+88
* The cert subdir is testing all combinations of certificate validation.bluhm2018-11-091-13/+57
* 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/+161