Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Retire interop tests with OpenSSL 3.3 and 3.4 | tb | 2025-07-25 | 1 | -7/+1 |
| | |||||
* | libcrypto regress: add interop harness for openssl/3.5 | tb | 2025-07-09 | 1 | -1/+4 |
| | |||||
* | Interop tests for openssl 3.3 and 3.4, retire 3.2, 1.1 (and 3.1 remnants) | tb | 2025-01-15 | 1 | -8/+5 |
| | | | | | | 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. | ||||
* | Switch from eopenssl to eopenssl30. Missed in both previous commits | tb | 2023-02-01 | 1 | -4/+4 |
| | | | | for some reason. | ||||
* | Remove echo headlines. | bluhm | 2020-12-17 | 1 | -5/+1 |
| | |||||
* | Revise regress for TLSv1.3 server being enabled. | jsing | 2020-05-11 | 1 | -4/+3 |
| | |||||
* | Accept both TLSv1.2 and TLSv1.3 protocols for netcat. | jsing | 2020-01-25 | 1 | -4/+3 |
| | | | | | This can potentially be improved by adding knowledge about which libraries support which versions and handle differences between clients and servers. | ||||
* | 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 | -0/+89 |
directory. Keep all log files for easier debugging. Name regress target names consistently. |