Add openssl 3.0 interop tests
authortb <tb@openbsd.org>
Fri, 27 Jan 2023 08:28:36 +0000 (08:28 +0000)
committertb <tb@openbsd.org>
Fri, 27 Jan 2023 08:28:36 +0000 (08:28 +0000)
commit416f6443c32059b6a72a8e533d875fd66c49b092
tree3c0900cf102ca4b7478b66e02713f7178b045582
parent8ff74958d206fc3b6a2b1c17dbe2d8b544730af7
Add openssl 3.0 interop tests

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.
regress/lib/libssl/interop/Makefile
regress/lib/libssl/interop/cert/Makefile
regress/lib/libssl/interop/cipher/Makefile
regress/lib/libssl/interop/openssl30/Makefile [new file with mode: 0644]
regress/lib/libssl/interop/version/Makefile