summaryrefslogtreecommitdiff
path: root/src/regress/lib/libssl/interop/version (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Retire OpenSSL 1.0.2 interoptb2023-02-011-12/+3
| | | | | | Now that the OpenSSL 1.0.2 port is gone, there's no need to keep the interop tests anymore. anton's and bluhm's regress tests will switch to testing interoperability with OpenSSL 3.0.
* Add openssl 3.0 interop teststb2023-01-271-3/+10
| | | | | | | | | | The plan is to retire the 1.0.2 interop tests soon so as to be able to drop the dead and dangerous OpenSSL 1.0.2 port. The cert part is extremely slow on arm64: the whole interop test on an m1 is about 10x slower (~45 min!) than on a modern amd64 laptop, so people running regress may want to wait a bit with adding OpenSSL 3 to their test boxes until this is sorted out.
* Remove echo headlines.bluhm2020-12-171-3/+1
|
* 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.