Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove echo headlines. | 2020-12-17 | 1 | -5/+1 | |
| | |||||
* | Revise regress for TLSv1.3 server being enabled. | 2020-05-11 | 1 | -4/+3 | |
| | |||||
* | Accept both TLSv1.2 and TLSv1.3 protocols for netcat. | 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 | 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 | 2018-11-11 | 1 | -0/+89 | |
directory. Keep all log files for easier debugging. Name regress target names consistently. |