summaryrefslogtreecommitdiff
path: root/src/regress/lib/libssl/interop/cert (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Test that all supported TLS ciphers actually work. Establishbluhm2019-02-211-1/+7
| | | | | | connections between client and server implemented with LibreSSL or OpenSSL with a fixed cipher on each side. Check the used cipher in the session print out.
* 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-18/+25
| | | | | directory. Keep all log files for easier debugging. Name regress target names consistently.
* The cert subdir is testing all combinations of certificate validation.bluhm2018-11-091-0/+70
Having the three libraries, client and server certificates, missing or invalid CA or certificates, and enforcing peer certificate results in 1944 new test cases.