Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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. |