From af5af6f40719233968c6eba723cb2413992bf0a5 Mon Sep 17 00:00:00 2001 From: jsing <> Date: Sat, 25 Jan 2020 16:08:25 +0000 Subject: Disable the cipher interop tests. These make far too many assumptions about cipher suites - TLSv1.3 cipher suites can only be used with TLSv1.3 and there is tests using TLSv1.3 cipher suites with TLSv1.2 will not work. Likewise, expecting TLSv1.2 cipher suites to work with TLSv1.3 is futile. Additionally, eopenssl11 lists TLSv1.3 cipher suites with different names to libressl. Futher work will be necessary before this can be re-enabled. --- src/regress/lib/libssl/interop/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/regress/lib/libssl/interop/Makefile b/src/regress/lib/libssl/interop/Makefile index 36b233c189..0754380d50 100644 --- a/src/regress/lib/libssl/interop/Makefile +++ b/src/regress/lib/libssl/interop/Makefile @@ -1,10 +1,11 @@ -# $OpenBSD: Makefile,v 1.6 2019/02/21 23:06:33 bluhm Exp $ +# $OpenBSD: Makefile,v 1.7 2020/01/25 16:08:25 jsing Exp $ SUBDIR = libressl openssl openssl11 + # the above binaries must have been built before we can continue +#SUBDIR += cert +SUBDIR += cipher SUBDIR += netcat SUBDIR += session -SUBDIR += cipher -SUBDIR += cert .include -- cgit v1.2.3-55-g6feb