summaryrefslogtreecommitdiff
path: root/src/regress/lib/libssl/interop/version (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 1) Move the interop tests to the end so we see tlsfuzzer firstbeck2020-09-211-1/+9
| | | | | | | | | | 2) Reorder the interop tests so the really slow "cert" test is at the end 3) Change the cert tests to use REGRESS_SLOW_TARGETS when testing combination of client and server that does not involve libressl. This way we can skip testing openssl to openssl11 when running these manually by setting REGRESS_SKIP_SLOW to "yet" in mk.conf ok jsing@
* Connect a client to a server. Both can be current libressl, orbluhm2020-09-141-0/+97
openssl 1.0.2, or openssl 1.1. Pin client or server to a fixed TLS version number. Incompatible versions must fail. Check that client and server have used correct version by grepping in their session print out.