summaryrefslogtreecommitdiff
path: root/src/regress/lib/libssl/interop (follow)
Commit message (Expand)AuthorAgeFilesLines
* Don't run session tests with openssl 3.0 - these tests aren't TLSv1.3 readytb2023-02-011-2/+2
* Hopefully the last one.tb2023-02-011-4/+4
* One more openssl 1.0.2 thing missed.tb2023-02-011-4/+4
* Switch from eopenssl to eopenssl30. Missed in both previous commitstb2023-02-011-4/+4
* Retire OpenSSL 1.0.2 interoptb2023-02-017-93/+13
* Add openssl 3.0 interop teststb2023-01-275-12/+70
* Only run tests against ciphers supported by the method.tb2022-07-072-4/+28
* Add a workaround due to OpenSSL's limitation of SSL_CTX_set_cipher_listtb2022-02-051-1/+5
* Mechanically adjust from AEAD- to TLS_ to adjust to the new cipher names.tb2022-02-051-10/+5
* Tell testers which packages to install right away (and why)kn2021-12-023-3/+7
* Make Bob happy.bluhm2021-09-031-1/+5
* Revert accidental committb2021-08-301-2/+2
* link verify regress tests to buildtb2021-08-301-2/+2
* alarm(3) cannot fail, remove error handling.bluhm2021-07-061-3/+2
* Add to *FLAGS and *ADD rather than overwriting themtb2020-12-251-6/+6
* Remove echo headlines.bluhm2020-12-1710-33/+10
* botan2 uses C++11, so use ports-gcc on gcc-archstb2020-10-301-1/+12
* Do not fail with obscure error messages on 'make'tb2020-10-293-6/+12
* 1) Move the interop tests to the end so we see tlsfuzzer firstbeck2020-09-214-7/+33
* Test botan TLS client with libressl, openssl, openssl11 server.bluhm2020-09-154-6/+305
* Connect a client to a server. Both can be current libressl, orbluhm2020-09-145-10/+193
* If CPU does not support AES-NI, LibreSSL TLS 1.3 client prefersbluhm2020-09-121-9/+18
* Enable cert and cipher interop tests. cert just works. cipher hasbluhm2020-09-113-55/+35
* Revise regress for TLSv1.3 server being enabled.jsing2020-05-113-9/+9
* 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