Commit message (Collapse) | 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 | 1 | -12/+6 |
| | | | | | | OpenSSL 1.1 and 3.2 will be removed from the ports tree, so test the two remaining versions. Unfortunately, this requires a lot more manual massaging than there should be. | ||||
* | Drop OpenSSL 3.0 interop testing infrastructure | tb | 2024-08-18 | 1 | -4/+1 |
| | | | | | The openssl 3.0 port was removed nearly a year ago shortly after the 7.4 release. | ||||
* | Add support for openssl32 in interop test | tb | 2024-08-18 | 1 | -1/+4 |
| | |||||
* | Add support for OpenSSL 3.1 interop tests | tb | 2023-10-30 | 1 | -1/+4 |
| | | | | | | Until OpenSSL 3.1 has replaced OpenSSL 3.0 on most architectures, run both tests. Installed packages of OpenSSL 3.0 will update automatically to 3.1, so regress runners should not need to do anything. | ||||
* | 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 |
| | |||||
* | Remove echo headlines. | bluhm | 2020-12-17 | 1 | -3/+1 |
| | |||||
* | Revise regress for TLSv1.3 server being enabled. | jsing | 2020-05-11 | 1 | -1/+3 |
| | |||||
* | Disable session regress for libressl client talking to openssl11 server. | jsing | 2020-01-25 | 1 | -1/+2 |
| | | | | This is now talking over TLSv1.3 and needs session support. | ||||
* | Fix a race in libssl interop regress. The success messages from | bluhm | 2018-11-11 | 1 | -2/+3 |
| | | | | | the server child could be delayed. In this case wait a second and check again. | ||||
* | Reorganize libssl interop tests. Move netcat tests into separate | bluhm | 2018-11-11 | 1 | -19/+26 |
| | | | | | directory. Keep all log files for easier debugging. Name regress target names consistently. | ||||
* | Regress client and server can do session reuse now. Test this with | bluhm | 2018-11-10 | 1 | -0/+37 |
all combinations of LibreSSL, OpenSSL 1.0.2, and OpenSSL 1.1. It is currently disabled for TLS 1.3 as this needs more setup. |