| Commit message (Expand) | Author | Age | Files | Lines |
| * | Interop tests for openssl 3.3 and 3.4, retire 3.2, 1.1 (and 3.1 remnants) | tb | 2025-01-15 | 12 | -191/+130 |
| * | Suppress warning noise from deprecated OpenSSL API | tb | 2024-10-22 | 1 | -1/+2 |
| * | Drop OpenSSL 3.0 interop testing infrastructure | tb | 2024-08-18 | 8 | -75/+11 |
| * | Add support for openssl32 in interop test | tb | 2024-08-18 | 7 | -9/+70 |
| * | Remove GOST and STREEBOG support from libssl. | beck | 2024-02-03 | 2 | -26/+4 |
| * | Add support for OpenSSL 3.1 interop tests | tb | 2023-10-30 | 8 | -11/+74 |
| * | Make libssl interop server/client tests less flaky by ensuring the | anton | 2023-10-18 | 1 | -1/+3 |
| * | Disable TLS 1.0 and TLS 1.1 in libssl | beck | 2023-07-02 | 1 | -2/+2 |
| * | interop: work around extreme REGRESS_SKIP_SLOW slowness | tb | 2023-04-19 | 3 | -8/+31 |
| * | Don't run session tests with openssl 3.0 - these tests aren't TLSv1.3 ready | tb | 2023-02-01 | 1 | -2/+2 |
| * | Hopefully the last one. | tb | 2023-02-01 | 1 | -4/+4 |
| * | One more openssl 1.0.2 thing missed. | tb | 2023-02-01 | 1 | -4/+4 |
| * | Switch from eopenssl to eopenssl30. Missed in both previous commits | tb | 2023-02-01 | 1 | -4/+4 |
| * | Retire OpenSSL 1.0.2 interop | tb | 2023-02-01 | 7 | -93/+13 |
| * | Add openssl 3.0 interop tests | tb | 2023-01-27 | 5 | -12/+70 |
| * | Only run tests against ciphers supported by the method. | tb | 2022-07-07 | 2 | -4/+28 |
| * | Add a workaround due to OpenSSL's limitation of SSL_CTX_set_cipher_list | tb | 2022-02-05 | 1 | -1/+5 |
| * | Mechanically adjust from AEAD- to TLS_ to adjust to the new cipher names. | tb | 2022-02-05 | 1 | -10/+5 |
| * | Tell testers which packages to install right away (and why) | kn | 2021-12-02 | 3 | -3/+7 |
| * | Make Bob happy. | bluhm | 2021-09-03 | 1 | -1/+5 |
| * | Revert accidental commit | tb | 2021-08-30 | 1 | -2/+2 |
| * | link verify regress tests to build | tb | 2021-08-30 | 1 | -2/+2 |
| * | alarm(3) cannot fail, remove error handling. | bluhm | 2021-07-06 | 1 | -3/+2 |
| * | Add to *FLAGS and *ADD rather than overwriting them | tb | 2020-12-25 | 1 | -6/+6 |
| * | Remove echo headlines. | bluhm | 2020-12-17 | 10 | -33/+10 |
| * | botan2 uses C++11, so use ports-gcc on gcc-archs | tb | 2020-10-30 | 1 | -1/+12 |
| * | Do not fail with obscure error messages on 'make' | tb | 2020-10-29 | 3 | -6/+12 |
| * | 1) Move the interop tests to the end so we see tlsfuzzer first | beck | 2020-09-21 | 4 | -7/+33 |
| * | Test botan TLS client with libressl, openssl, openssl11 server. | bluhm | 2020-09-15 | 4 | -6/+305 |
| * | Connect a client to a server. Both can be current libressl, or | bluhm | 2020-09-14 | 5 | -10/+193 |
| * | If CPU does not support AES-NI, LibreSSL TLS 1.3 client prefers | bluhm | 2020-09-12 | 1 | -9/+18 |
| * | Enable cert and cipher interop tests. cert just works. cipher has | bluhm | 2020-09-11 | 3 | -55/+35 |
| * | Revise regress for TLSv1.3 server being enabled. | jsing | 2020-05-11 | 3 | -9/+9 |
| * | Disable cert interop tests for now. | jsing | 2020-01-25 | 1 | -2/+2 |
| * | Actually disable cipher interop tests. | jsing | 2020-01-25 | 1 | -3/+3 |
| * | Disable the cipher interop tests. | jsing | 2020-01-25 | 1 | -3/+4 |
| * | Accept both TLSv1.2 and TLSv1.3 protocols for netcat. | jsing | 2020-01-25 | 1 | -4/+3 |
| * | Disable session regress for libressl client talking to openssl11 server. | jsing | 2020-01-25 | 1 | -1/+2 |
| * | Enable GOST cipher selection test after libssl has been fixed. | bluhm | 2019-03-28 | 1 | -6/+1 |
| * | Fix typo in usage and comment. | bluhm | 2019-03-21 | 3 | -6/+6 |
| * | Test that all supported TLS ciphers actually work. Establish | bluhm | 2019-02-21 | 8 | -26/+308 |
| * | getopt(3) returns int, not char. Fix type of ch variable to prevent | bluhm | 2019-02-11 | 2 | -6/+6 |
| * | Fix a race in libssl interop regress. The success messages from | bluhm | 2018-11-11 | 3 | -6/+9 |
| * | Reorganize libssl interop tests. Move netcat tests into separate | bluhm | 2018-11-11 | 9 | -148/+197 |
| * | Regress client and server can do session reuse now. Test this with | bluhm | 2018-11-10 | 6 | -129/+220 |
| * | The cert subdir is testing all combinations of certificate validation. | bluhm | 2018-11-09 | 11 | -48/+244 |
| * | Add a self test for each SSL library by connecting client with | bluhm | 2018-11-07 | 5 | -23/+88 |
| * | Add interop test with OpenSSL 1.1. TLS 1.3 should be used automatically | bluhm | 2018-11-07 | 5 | -10/+55 |
| * | Print SSLeay, OpenSSL, and LibreSSL version strings. Make client | bluhm | 2018-11-07 | 7 | -12/+71 |
| * | Test TLS interoperability between LibreSSL and OpenSSL. | bluhm | 2018-11-07 | 10 | -0/+549 |