summaryrefslogtreecommitdiffstats
path: root/regress/lib/libssl/interop/netcat (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove echo headlines.bluhm2020-12-171-5/+1
|
* Revise regress for TLSv1.3 server being enabled.jsing2020-05-111-4/+3
|
* Accept both TLSv1.2 and TLSv1.3 protocols for netcat.jsing2020-01-251-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 frombluhm2018-11-111-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 separatebluhm2018-11-111-0/+89
directory. Keep all log files for easier debugging. Name regress target names consistently.