summaryrefslogtreecommitdiffstats
path: root/regress/lib/libssl/interop
AgeCommit message (Expand)AuthorFilesLines
2020-12-25Add to *FLAGS and *ADD rather than overwriting themtb1-6/+6
2020-12-17Remove echo headlines.bluhm10-33/+10
2020-10-30botan2 uses C++11, so use ports-gcc on gcc-archstb1-1/+12
2020-10-29Do not fail with obscure error messages on 'make'tb3-6/+12
2020-09-211) Move the interop tests to the end so we see tlsfuzzer firstbeck4-7/+33
2020-09-15Test botan TLS client with libressl, openssl, openssl11 server.bluhm4-6/+305
2020-09-14Connect a client to a server. Both can be current libressl, orbluhm5-10/+193
2020-09-12If CPU does not support AES-NI, LibreSSL TLS 1.3 client prefersbluhm1-9/+18
2020-09-11Enable cert and cipher interop tests. cert just works. cipher hasbluhm3-55/+35
2020-05-11Revise regress for TLSv1.3 server being enabled.jsing3-9/+9
2020-01-25Disable cert interop tests for now.jsing1-2/+2
2020-01-25Actually disable cipher interop tests.jsing1-3/+3
2020-01-25Disable the cipher interop tests.jsing1-3/+4
2020-01-25Accept both TLSv1.2 and TLSv1.3 protocols for netcat.jsing1-4/+3
2020-01-25Disable session regress for libressl client talking to openssl11 server.jsing1-1/+2
2019-03-28Enable GOST cipher selection test after libssl has been fixed.bluhm1-6/+1
2019-03-21Fix typo in usage and comment.bluhm3-6/+6
2019-02-21Test that all supported TLS ciphers actually work. Establishbluhm8-26/+308
2019-02-11getopt(3) returns int, not char. Fix type of ch variable to preventbluhm2-6/+6
2018-11-11Fix a race in libssl interop regress. The success messages frombluhm3-6/+9
2018-11-11Reorganize libssl interop tests. Move netcat tests into separatebluhm9-148/+197
2018-11-10Regress client and server can do session reuse now. Test this withbluhm6-121/+212
2018-11-09The cert subdir is testing all combinations of certificate validation.bluhm11-47/+243
2018-11-07Add a self test for each SSL library by connecting client withbluhm5-23/+88
2018-11-07Add interop test with OpenSSL 1.1. TLS 1.3 should be used automaticallybluhm5-10/+55
2018-11-07Print SSLeay, OpenSSL, and LibreSSL version strings. Make clientbluhm7-12/+71
2018-11-07Test TLS interoperability between LibreSSL and OpenSSL.bluhm10-0/+549