summaryrefslogtreecommitdiff
path: root/src/regress/lib/libssl/interop (follow)
Commit message (Expand)AuthorAgeFilesLines
* Disable cert interop tests for now.jsing2020-01-251-2/+2
* Actually disable cipher interop tests.jsing2020-01-251-3/+3
* Disable the cipher interop tests.jsing2020-01-251-3/+4
* Accept both TLSv1.2 and TLSv1.3 protocols for netcat.jsing2020-01-251-4/+3
* Disable session regress for libressl client talking to openssl11 server.jsing2020-01-251-1/+2
* Enable GOST cipher selection test after libssl has been fixed.bluhm2019-03-281-6/+1
* Fix typo in usage and comment.bluhm2019-03-213-6/+6
* Test that all supported TLS ciphers actually work. Establishbluhm2019-02-218-26/+308
* getopt(3) returns int, not char. Fix type of ch variable to preventbluhm2019-02-112-6/+6
* Fix a race in libssl interop regress. The success messages frombluhm2018-11-113-6/+9
* Reorganize libssl interop tests. Move netcat tests into separatebluhm2018-11-119-148/+197
* Regress client and server can do session reuse now. Test this withbluhm2018-11-106-129/+220
* The cert subdir is testing all combinations of certificate validation.bluhm2018-11-0911-48/+244
* Add a self test for each SSL library by connecting client withbluhm2018-11-075-23/+88
* Add interop test with OpenSSL 1.1. TLS 1.3 should be used automaticallybluhm2018-11-075-10/+55
* Print SSLeay, OpenSSL, and LibreSSL version strings. Make clientbluhm2018-11-077-12/+71
* Test TLS interoperability between LibreSSL and OpenSSL.bluhm2018-11-0710-0/+549